This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] Fix for BZ 17905 -- unbounded alloca in catopen


Greetings,

Attached patch fixes BZ #17905 -- unbounded alloca in catopen, and
adds a test for it.

Thanks,
-- 
Paul Pluzhnikov


2015-07-12  Paul Pluzhnikov  <ppluzhnikov@google.com>

        [BZ #17905]
        * catgets/Makefile (tst-catgets-mem): New test.
        * catgets/catgets.c (catopen): Don't use unbounded alloca.
        * catgets/open_catalog.c (__open_catalog): Likewise.
        * catgets/tst-catgets.c (do_bz17905): Test unbounded alloca.

Attachment: pr17905-patch.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]