Home
last modified time | relevance | path

Searched refs:RUN_ALLOCS (Results 1 – 1 of 1) sorted by relevance

/external/ltp/testcases/cve/
Dcve-2014-0196.c50 #define RUN_ALLOCS 30 macro
55 static int target_ptys[RUN_ALLOCS * 2];
104 for (j = 0; j < RUN_ALLOCS; j++) in run()
106 &target_ptys[j + RUN_ALLOCS]); in run()
107 SAFE_CLOSE(target_ptys[RUN_ALLOCS / 2]); in run()
108 SAFE_CLOSE(target_ptys[RUN_ALLOCS / 2 + RUN_ALLOCS]); in run()
121 for (j = 0; j < RUN_ALLOCS; j++) { in run()
122 if (j == RUN_ALLOCS / 2) in run()
126 ioctl(target_ptys[j + RUN_ALLOCS], 0xdeadbeef); in run()
128 SAFE_CLOSE(target_ptys[j + RUN_ALLOCS]); in run()