Dmitry Vyukov eada53b810 tools/syz-trace2syz/proggen: fix vma allocation
There are 2 bugs:
1. We always allocate 1 page, even if use more.
2. VMA addresses are not aligned, so most mmap-like functions fail with EINVAL.
The added test currently panics with "unaligned vma address".
2018-12-07 12:56:38 +01:00
..
2018-05-05 16:00:01 +02:00
2018-11-21 07:27:04 +01:00
2018-04-07 12:33:23 +02:00