[Bug nss/21654] Incorrect pointer alignment in NSS group merge result construction
fweimer at redhat dot com
sourceware-bugzilla@sourceware.org
Sat Oct 7 11:12:00 GMT 2017
https://sourceware.org/bugzilla/show_bug.cgi?id=21654
--- Comment #5 from Florian Weimer <fweimer at redhat dot com> ---
Also needs:
commit f8cef4d07d9641e27629bd3ce2d13f5d702fb251
Author: DJ Delorie <dj@delorie.com>
Date: Wed Jul 19 13:14:34 2017 -0400
Fix cast-after-dereference
Original code was dereferencing a char*, then casting the value
to size_t. Should cast the pointer to size_t* then deference.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list