]> Savannah Git Hosting - gnulib.git/commit
Sync up error.c with glibc
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Wed, 9 Jul 2014 09:56:17 +0000 (15:26 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Thu, 10 Jul 2014 08:24:39 +0000 (13:54 +0530)
commit49c19fe3e5213a94031b0eb92b74b7f63ee29296
tree7ae5134ae34aa82cfa3d2c3acd7b73b2ed44ef92
parent2d280742a9e30088aa169f53353765d5daafe4c0
Sync up error.c with glibc

This is a partial sync-up of error.c with glibc.  The following
changes went in:

- Get rid of the INTUSE macro
- Remove unused macro ALLOCA_LIMIT
- Fix a potential buffer overflow in error_tail (sourceware bz #15672)
- Fix a potential NULL dereference in strcmp

        error: Sync from glibc master
        * lib/error.c [_LIBC]: Remove INTUSE usage.
        (error_tail): Remove unused macro ALLOCA_LIMIT.
        Fix potential buffer overflow.  Fix potential NULL dereference
        in strcmp.
ChangeLog
lib/error.c