Skip to content
Commit f8cef4d0 authored by DJ Delorie's avatar DJ Delorie
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.
parent 4f329ea9
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