mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-06 14:10:30 +08: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.