From b83397a7653646e1c23512ba8be9f4ee07e2c0f4 Mon Sep 17 00:00:00 2001 From: rpj Date: Tue, 5 Jul 2011 02:02:35 +0000 Subject: Remove compile warning; fix bug --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0c56b3a..2d4139f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2011-07-05 Ross Johnson + + * pthread_win32_attach_detach_np.c: Use strncat_s if available + to removei a compile warning; MingW supports this routine but we + continue to use strncat anyway there because it is secure if + given the correct parameters; fix strncat param 3 to avoid + buffer overrun exploitation potential. + 2011-07-03 Ross Johnson * pthread_spin_unlock.c (EPERM): Return success if unlocking a lock -- cgit v1.2.3