Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(98)

Unified Diff: sandbox/src/sandbox_nt_util.h

Issue 160196: Merge 21404 - Fix a FORWARD_NULL defect in ExtractModuleName reported by Cove... (Closed) Base URL: svn://chrome-svn/chrome/branches/195/src/
Patch Set: Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sandbox/src/sandbox_nt_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/src/sandbox_nt_util.h
===================================================================
--- sandbox/src/sandbox_nt_util.h (revision 21701)
+++ sandbox/src/sandbox_nt_util.h (working copy)
@@ -118,9 +118,9 @@
UNICODE_STRING* GetBackingFilePath(PVOID address);
// Returns the last component of a path that contains the module name.
-// It will return NULL if the path is not a full path or if the path ends
-// with the path separator. The returned buffer must be freed with a placement
-// delete (see GetImageNameFromModule example).
+// It will return NULL if the path ends with the path separator. The returned
+// buffer must be freed with a placement delete (see GetImageNameFromModule
+// example).
UNICODE_STRING* ExtractModuleName(const UNICODE_STRING* module_path);
// Returns true if the parameters correspond to a dll mapped as code.
Property changes on: sandbox\src\sandbox_nt_util.h
___________________________________________________________________
Added: svn:mergeinfo
Merged /trunk/src/sandbox/src/sandbox_nt_util.h:r21404
Merged /branches/chrome_webkit_merge_branch/sandbox/src/sandbox_nt_util.h:r69-2775
« no previous file with comments | « no previous file | sandbox/src/sandbox_nt_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698