DynamoRIO / drmemory

Memory Debugger for Windows, Linux, Mac, and Android
Other
2.44k stars 262 forks source link

break down ioctl output buffers #378

Open derekbruening opened 9 years ago

derekbruening commented 9 years ago

From bruen...@google.com on May 04, 2011 14:12:17

today I'm breaking down the fields of ioctl input buffers but not output. for output the passed-in size may not all be written to. it may be a struct w/ only some fields filled in.

Original issue: http://code.google.com/p/drmemory/issues/detail?id=378

derekbruening commented 9 years ago

From bruen...@google.com on February 17, 2013 09:40:53

Labels: GoodContrib

derekbruening commented 9 years ago

From bruen...@google.com on February 17, 2013 10:18:21

Owner: ---