From: Andre Noll Date: Mon, 23 Mar 2020 20:19:14 +0000 (+0100) Subject: Merge branch 'refs/heads/t/stale-pointer-fix' X-Git-Tag: v0.6.3~21 X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=57a338b4f7a8346708636de18780eaec52750e96;p=paraslash.git Merge branch 'refs/heads/t/stale-pointer-fix' This bug only triggered if the kernel changes the address of the memory mapping of the audio file table after a file was added, and a subsequent operation would access the then stale pointer. Cooking for a week. * refs/heads/t/stale-pointer-fix: Don't use strdup() to copy hash. aft: Avoid stale pointer pointer reference. --- 57a338b4f7a8346708636de18780eaec52750e96 diff --cc NEWS.md index 15496bd2,15496bd2..34aad072 --- a/NEWS.md +++ b/NEWS.md @@@ -26,6 -26,6 +26,8 @@@ NEW the correct duration also if ogg pages are missing in the file. This affects ogg/vorbis ogg/speex and ogg/opus. - Robustness improvements for para_mixer. ++- A fix for an old bug that could cause the server to crash or report ++ garbage in its status output. -------------------------------------- 0.6.2 (2018-06-30) "elastic diversity"