This is the mail archive of the glibc-bugs@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]

[Bug regex/16851] re_node_set_alloc should not return REG_ESPACE when size == 0


https://sourceware.org/bugzilla/show_bug.cgi?id=16851

--- Comment #1 from Paul Eggert <eggert at gnu dot org> ---
Sorry, you've lost me on this one.  Which standard?  The C standard does not
let an application supply its own malloc function.  See C11 section 7.1.3. 
With glibc I suppose you can get away with it, but only if the application's
malloc is compatible with glibc's.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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