diff options
author | DJ Delorie <dj@delorie.com> | 2017-07-19 13:14:34 -0400 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2017-07-19 13:17:03 -0400 |
commit | f8cef4d07d9641e27629bd3ce2d13f5d702fb251 (patch) | |
tree | a7d3591b91a319798aa5f1cd476b166ce71b1a36 /nptl/tst-rwlock2.c | |
parent | 4f329ea996af7e3414b1806c86f6d32866d34b36 (diff) | |
download | glibc-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 'nptl/tst-rwlock2.c')
0 files changed, 0 insertions, 0 deletions