Home
last modified time | relevance | path

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

/external/ltp/testcases/cve/
Dcve-2014-0196.c55 static int target_ptys[RUN_ALLOCS * 2]; variable
105 create_pty(&target_ptys[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()
125 ioctl(target_ptys[j], 0xdeadbeef); in run()
126 ioctl(target_ptys[j + RUN_ALLOCS], 0xdeadbeef); in run()
127 SAFE_CLOSE(target_ptys[j]); in run()
128 SAFE_CLOSE(target_ptys[j + RUN_ALLOCS]); in run()