multiplier
multiplier copied to clipboard
mx-find-sketchy-strstr finds a use of a "url" parameter, but it isn't highlighted anywhere
Target code is the cURL codebase.
./bin/Examples/mx-find-sketchy-strchr --db /tmp/curl.db --function_name strstr
My suspicion is that because this is a function named test, and there are many such functions in cURL, that we are somehow finding redeclarations of the url parameter. I haven't actually checked this, though.
Suspicion mostly confirmed: the calls are in a different fragment:

This is now an indexer issue to think through.