mirror of
https://sourceware.org/git/glibc.git
synced 2025-10-31 22:10:34 +03:00
Original code was dereferencing a char*, then casting the value to size_t. Should cast the pointer to size_t* then deference.
Original code was dereferencing a char*, then casting the value to size_t. Should cast the pointer to size_t* then deference.