mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 02:25:34 +00:00
d161a0c991
This variable is only used for pointer comparison in order to compute a cache match. This patch converts the type of the variable to void* so that it can still be used for the pointer comparison, but not for any other purpose, including dereferencing, since the pointer may potentially be dangling if the string buffer dies. |
||
---|---|---|
.. | ||
crashtests | ||
idl | ||
loader | ||
public | ||
shell | ||
src | ||
tests | ||
wrappers | ||
moz.build |