DescriptionImprove the ScopedHandle verifier.
1. Automate the selection of the proper channel to enable the verifier.
Now the code is enabled at runtime.
2. Switch to a hash_map to track handles.
3. Intercept CloseHandle to detect the code that is closing handles owned
by ScopedHandles. The initial implementation only covers chrome.exe/dll,
but the plan is to extend that in the future to all modules loaded in the
process.
BUG=362176
R=cpu@chromium.org
Patch Set 1 : #
Total comments: 10
Patch Set 2 : Fix gcc #Patch Set 3 : Remove cast #
Total comments: 5
Patch Set 4 : Common sources section #
Messages
Total messages: 23 (0 generated)
|