[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r5546 - glibc-package/branches/eglibc-2.17/debian/patches/hurd-i386



Author: adconrad
Date: 2013-05-07 07:56:10 +0000 (Tue, 07 May 2013)
New Revision: 5546

Modified:
   glibc-package/branches/eglibc-2.17/debian/patches/hurd-i386/tg-af_local_strlen.diff
Log:
Fix fuzz in hurd-i386/tg-af_local_strlen.diff

Modified: glibc-package/branches/eglibc-2.17/debian/patches/hurd-i386/tg-af_local_strlen.diff
===================================================================
--- glibc-package/branches/eglibc-2.17/debian/patches/hurd-i386/tg-af_local_strlen.diff	2013-05-07 07:49:50 UTC (rev 5545)
+++ glibc-package/branches/eglibc-2.17/debian/patches/hurd-i386/tg-af_local_strlen.diff	2013-05-07 07:56:10 UTC (rev 5546)
@@ -126,7 +126,7 @@
 +	  file_t file = __file_name_lookup (name, 0, 0);
  	  if (file == MACH_PORT_NULL)
  	    {
- 	      if (dealloc)
+ 	      err = errno;
 diff --git a/sysdeps/mach/hurd/sendto.c b/sysdeps/mach/hurd/sendto.c
 index bd4123e..ee459d7 100644
 --- a/sysdeps/mach/hurd/sendto.c


Reply to: