about summary refs log tree commit diff
path: root/sysdeps/unix
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2017-07-19 13:14:34 -0400
committerDJ Delorie <dj@delorie.com>2017-07-19 13:17:03 -0400
commitf8cef4d07d9641e27629bd3ce2d13f5d702fb251 (patch)
treea7d3591b91a319798aa5f1cd476b166ce71b1a36 /sysdeps/unix
parent4f329ea996af7e3414b1806c86f6d32866d34b36 (diff)
downloadglibc-f8cef4d07d9641e27629bd3ce2d13f5d702fb251.tar.gz
glibc-f8cef4d07d9641e27629bd3ce2d13f5d702fb251.tar.xz
glibc-f8cef4d07d9641e27629bd3ce2d13f5d702fb251.zip
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.
Diffstat (limited to 'sysdeps/unix')
0 files changed, 0 insertions, 0 deletions