Description[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
Committed: https://crrev.com/ccbe99a8e0ab02e923af802bfef76c56fcb803d2
Cr-Commit-Position: refs/heads/master@{#326850}
Patch Set 1 #
Total comments: 2
Patch Set 2 : revert unnecessary changes #Patch Set 3 : use const std::string& #
Messages
Total messages: 16 (2 generated)
|