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 0/3] libc: Fix malloc error handling


hi,
I used latrace error simulation and got some crashes from
code that handles malloc out of memory cases.

I understand it is quite unlikely those cases would be hit
in real world, but since I've already tracked them down
I am sharing them.. ;)

It's also first time I saw the nss code, so I could overlook
something.

thanks,
jirka
---
 nss/nsswitch.c |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)


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