CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2023/03/01 01:58:53
Modified files:
audio/umurmur : Makefile
Added files:
audio/umurmur/patches: patch-src_main_c
Log message:
audio/umurmur: fix access to data implicitly changed by initgroups()
Attempts to re-use the pointer returned by getgrnam(3) after
initgroups(3) has invalidated it. Luckily, it only causes the wrong
group to be logged.
Backport of <https://github.com/umurmur/umurmur/pull/183>
Reported and fix tested by Raf Czlonka, thanks!