Skip to content
Commit b70f43dc authored by DJ Delorie's avatar DJ Delorie Committed by Florian Weimer
Browse files

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.

(cherry picked from commit f8cef4d0)
parent caa97d7a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment