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

Unified Diff: tools/ipc_fuzzer/mutate/mutate.gyp

Issue 168283010: Avoid stack overflow write 1 in ipc fuzzer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 | « tools/ipc_fuzzer/message_lib/message_lib.gyp ('k') | tools/ipc_fuzzer/replay/replay.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/ipc_fuzzer/mutate/mutate.gyp
diff --git a/tools/ipc_fuzzer/mutate/mutate.gyp b/tools/ipc_fuzzer/mutate/mutate.gyp
index a8665ee7430604bd259bf3718f9614f4145420cd..dd4a5fd1d94b8a2141fd5e372a0850593894cdfa 100644
--- a/tools/ipc_fuzzer/mutate/mutate.gyp
+++ b/tools/ipc_fuzzer/mutate/mutate.gyp
@@ -29,6 +29,9 @@
'include_dirs': [
'../../..',
],
+ 'defines': [
+ 'USE_CUPS',
+ ],
},
{
'target_name': 'ipc_fuzzer_generate',
@@ -52,6 +55,9 @@
'include_dirs': [
'../../..',
],
+ 'defines': [
+ 'USE_CUPS',
+ ],
},
{
'target_name': 'ipc_message_util',
@@ -66,6 +72,9 @@
'include_dirs': [
'../../..',
],
+ 'defines': [
+ 'USE_CUPS',
+ ],
},
],
}
« no previous file with comments | « tools/ipc_fuzzer/message_lib/message_lib.gyp ('k') | tools/ipc_fuzzer/replay/replay.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698