From f74248b540f5feb71cf61a8164b1ea878938a99e Mon Sep 17 00:00:00 2001 From: mtbishop Date: Sun, 7 Jul 2013 20:24:07 +0000 Subject: [PATCH] bug53 - attribute fix properly to AHeisner --- ChangeLog | 3 ++- Credits | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f9c031a..85f7f29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,10 @@ -.-.- + bug53 - Race condition in socket() vs syslog (AH) patch23 - check for fork and work around lack (AM) patch22 - static declarations where possible (AM) patch21 - fix up configure.in for newer autoheader (AM) - + 3.0.3: rfe2636157 - Delayed UDP connection (dv) rfe2149137 - makefile ignores LDFLAGS (sbk) diff --git a/Credits b/Credits index 1bbd47b..7f81c4c 100644 --- a/Credits +++ b/Credits @@ -164,3 +164,6 @@ Andrey Mazo Clean up Configure.in for autoheader Static declarations where sensible Check/handle no fork() for no-MMU client systems (eg blackfin) + +Alfred Heisner + Race condition between syslog socket and vtun (bug53)