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 libc/18292] Invalid pointer dereference in nsswitch.c:nss_new_service()


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

Justin N. Ferguson <jf at ownco dot net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|INVALID                     |WONTFIX

--- Comment #3 from Justin N. Ferguson <jf at ownco dot net> ---
If I was filing a bug against the allocator, then this would be a valid
response. I filed a bug against nsswitch.c, which is operating off of heap
metadata and only works because the prev_size field is generally NULL.

You could just fix it so the function operates on the correct pointer.

I switched the status to 'WONTFIX', because that is correct, not 'INVALID'.

-- 
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]