mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
b5efb3dca0
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 |