close 1118224 3.3.2-22
thanks
As per:
rplay (3.3.2-22) unstable; urgency=medium
.
* CVE-2025-62672
fix SIGSEGV with crafted packets in rplay_unpack()
(Closes: #118224)
Unfortunately this issue can not be fixed in rplay_unpack(), so this
function has been deprecated and a new function rplay_unpack_n() has
been introduced. The old function rplay_unpack() now always returns
an error. According to codesearch.d.n, rplay_unpack() is only used
in rplay itself but not in any reverse dependency, so no other
package should be affected by this change.
* rplay-server: add systemd unit file (Closes: #1039352)
(there was a typo in the bug closer).