[mythtv-commits] [MythTV/mythtv] d90012: UDP crash after change by clang-tidy
angelaschmid
noreply at github.com
Tue Nov 26 19:38:29 UTC 2024
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: d900128fa227802bca76d3ffba38e62e08943746
https://github.com/MythTV/mythtv/commit/d900128fa227802bca76d3ffba38e62e08943746
Author: angelaschmid <angela.schmid at wolke7.net>
Date: 2024-11-26 (Tue, 26 Nov 2024)
Changed paths:
M mythtv/libs/libmythtv/recorders/rtp/packetbuffer.cpp
Log Message:
-----------
UDP crash after change by clang-tidy
The change of an UDP packet copy to a const reference in
rtp/packetbuffer.cpp by clang-tidy does cause a crash of the backend.
This change is from commit 816a46d13ac7267a9fbacdc2131ccb4cf68f88a1
as found with a bisect.
Reverting the change in rtp/packetbuffer.cpp.
Refs #955
To unsubscribe from these emails, change your notification settings at https://github.com/MythTV/mythtv/settings/notifications
More information about the mythtv-commits
mailing list