]> sourceware.org Git - glibc.git/commit
Correct locking and cancellation cleanup in syslog functions (bug 26100)
authorAndreas Schwab <schwab@suse.de>
Tue, 23 Jun 2020 10:55:49 +0000 (12:55 +0200)
committerAndreas Schwab <schwab@suse.de>
Tue, 18 Aug 2020 09:27:03 +0000 (11:27 +0200)
commitc4e4b2e149705559d28b16a9b47ba2f6142d6a6c
treefc061a0e61e3cc19a5d8ec03053fd819401433a8
parentcb7e7a5ca1d6d25d59bc038bdc09630e507c41e5
Correct locking and cancellation cleanup in syslog functions (bug 26100)

Properly serialize the access to the global state shared between the
syslog functions, to avoid races in multithreaded processes.  Protect a
local allocation in the __vsyslog_internal function from leaking during
cancellation.
misc/syslog.c
This page took 0.04126 seconds and 5 git commands to generate.