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 nis/13761] [PATCH] Fix allocation in nss_compat for large number of memberships to a group


http://sourceware.org/bugzilla/show_bug.cgi?id=13761

--- Comment #4 from law at redhat dot com 2012-04-12 15:43:35 UTC ---
Created attachment 6339
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6339
Patch for another unbound allocate in nscd group handling

Additional QE testing showed another unbounded alloca in the nscd group
handling; specifically the allocation of DATASET within cache_addgr.  Using the
testing procedures in this BZ nscd would coredump after blowing out the stack.

Attached is a follow up-patch we're using to address the additional unbound
alloca.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]