From 95dfd515a0c71707f8d3505bda1bbeca40a679f0 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 17 May 2019 11:55:48 +0200 Subject: sys/linux: improve binder descriptions Refine some consts to increase changes of correct programs. Fix some types. Add comments and a test. --- sys/linux/test/binder | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sys/linux/test/binder (limited to 'sys/linux/test') diff --git a/sys/linux/test/binder b/sys/linux/test/binder new file mode 100644 index 000000000..18f1aece7 --- /dev/null +++ b/sys/linux/test/binder @@ -0,0 +1,6 @@ +r0 = syz_open_dev$binder(&AUTO='/dev/binder#\x00', 0x0, 0x2) +ioctl$BINDER_SET_CONTEXT_MGR_EXT(r0, AUTO, &AUTO={AUTO, 0x100, 0x0, 0x0}) +mmap$binder(&(0x7f00000a0000), 0x2000, 0x1, 0x11, r0, 0x0) +r1 = syz_open_dev$binder(&AUTO='/dev/binder#\x00', 0x0, 0x2) +mmap$binder(&(0x7f00000c0000), 0x2000, 0x1, 0x11, r1, 0x0) +ioctl$BINDER_WRITE_READ(r1, AUTO, &AUTO={AUTO, AUTO, &AUTO=[@transaction_sg={AUTO, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, AUTO, AUTO, &AUTO={@flat=@binder={AUTO, 0x0, 0x0, 0x0}, @fd={AUTO, AUTO, r0, AUTO, 0x0}, @ptr={AUTO, 0x0, &AUTO=""/10, AUTO, 0x0, 0x0}}, &AUTO={AUTO, AUTO, AUTO}}, 0x10}], AUTO, AUTO, &AUTO}) -- cgit mrf-deployment