[NaCl SDK] nacl_io: Fix use-after-free bug in html5fs
nacl_io::Path::Part returns a temporary string. The code that hashes the path to create a phony ino calls this, and stashes a pointer to the memory. The real issue with nacl_io_demo is that the quota was too low. I've upped it to 5 megs now. BUG=478230 R=sbc@chromium.org Review URL: https://codereview.chromium.org/1062463004 Cr-Commit-Position: refs/heads/master@{#326850}
Showing
Please register or sign in to comment