#include "scalar.h"
+#include <sys/mman.h>
int main(void)
{
/* SYS_shm_open2 571 */
GO(SYS_shm_open2, " 5s 2m");
- SY(SYS_shm_open2, x0, x0+1, x0+2, x0+3, x0+4); FAIL;
+ SY(SYS_shm_open2, x0+0xf00c, x0+1, x0+2, x0+3, x0+4); FAIL;
+
+ GO(SYS_shm_open2, " 5s 1m");
+ SY(SYS_shm_open2, x0+SHM_ANON, x0+1, x0+2, x0+3, x0+4); FAIL;
/* SYS___realpathat 574 */
GO(SYS___realpathat, " 5s 2m");
...
Address 0x........ is not stack'd, malloc'd or (recently) free'd
+---------------------------------------------------------
+571: SYS_shm_open2 5s 1m
+---------------------------------------------------------
+Syscall param shm_open2(path) contains uninitialised byte(s)
+ ...
+
+Syscall param shm_open2(flags) contains uninitialised byte(s)
+ ...
+
+Syscall param shm_open2(mode) contains uninitialised byte(s)
+ ...
+
+Syscall param shm_open2(shmflags) contains uninitialised byte(s)
+ ...
+
+Syscall param shm_open2(name) contains uninitialised byte(s)
+ ...
+
+Syscall param shm_open2(name) points to unaddressable byte(s)
+ ...
+ Address 0x........ is not stack'd, malloc'd or (recently) free'd
+
---------------------------------------------------------
574: SYS___realpathat 5s 2m
---------------------------------------------------------