Home | History | Annotate | Download | only in darwin
      1 -----------------------------------------------------
      2 x2000001(1):           __NR_exit below
      3 -----------------------------------------------------
      4 -----------------------------------------------------
      5 x2000002(2):           __NR_fork other
      6 -----------------------------------------------------
      7 -----------------------------------------------------
      8 x2000003(3):           __NR_read 1+3s 1m
      9 -----------------------------------------------------
     10 Syscall param (syscallno) contains uninitialised byte(s)
     11    ...
     12    by 0x........: main (scalar.c:31)
     13 
     14 Syscall param read(fd) contains uninitialised byte(s)
     15    ...
     16    by 0x........: main (scalar.c:31)
     17 
     18 Syscall param read(buf) contains uninitialised byte(s)
     19    ...
     20    by 0x........: main (scalar.c:31)
     21 
     22 Syscall param read(count) contains uninitialised byte(s)
     23    ...
     24    by 0x........: main (scalar.c:31)
     25 
     26 Syscall param read(buf) points to unaddressable byte(s)
     27    ...
     28    by 0x........: main (scalar.c:31)
     29  Address 0x........ is not stack'd, malloc'd or (recently) free'd
     30 
     31 -----------------------------------------------------
     32 x2000004(4):          __NR_write 3s 1m
     33 -----------------------------------------------------
     34 Syscall param write(fd) contains uninitialised byte(s)
     35    ...
     36    by 0x........: main (scalar.c:34)
     37 
     38 Syscall param write(buf) contains uninitialised byte(s)
     39    ...
     40    by 0x........: main (scalar.c:34)
     41 
     42 Syscall param write(count) contains uninitialised byte(s)
     43    ...
     44    by 0x........: main (scalar.c:34)
     45 
     46 Syscall param write(buf) points to unaddressable byte(s)
     47    ...
     48    by 0x........: main (scalar.c:34)
     49  Address 0x........ is not stack'd, malloc'd or (recently) free'd
     50 
     51 -----------------------------------------------------
     52 x2000005(5):           __NR_open (2-args) 2s 1m
     53 -----------------------------------------------------
     54 Syscall param open(filename) contains uninitialised byte(s)
     55    ...
     56    by 0x........: main (scalar.c:38)
     57 
     58 Syscall param open(flags) contains uninitialised byte(s)
     59    ...
     60    by 0x........: main (scalar.c:38)
     61 
     62 Syscall param open(filename) points to unaddressable byte(s)
     63    ...
     64    by 0x........: main (scalar.c:38)
     65  Address 0x........ is not stack'd, malloc'd or (recently) free'd
     66 
     67 -----------------------------------------------------
     68 x2000005(5):           __NR_open (3-args) 1s 0m
     69 -----------------------------------------------------
     70 Syscall param open(mode) contains uninitialised byte(s)
     71    ...
     72 
     73 -----------------------------------------------------
     74 x2000006(6):          __NR_close 1s 0m
     75 -----------------------------------------------------
     76 Syscall param close(fd) contains uninitialised byte(s)
     77    ...
     78 
     79 -----------------------------------------------------
     80 x2000007(7):          __NR_wait4 4s 2m
     81 -----------------------------------------------------
     82 Syscall param wait4(pid) contains uninitialised byte(s)
     83    ...
     84    by 0x........: main (scalar.c:49)
     85 
     86 Syscall param wait4(status) contains uninitialised byte(s)
     87    ...
     88    by 0x........: main (scalar.c:49)
     89 
     90 Syscall param wait4(options) contains uninitialised byte(s)
     91    ...
     92    by 0x........: main (scalar.c:49)
     93 
     94 Syscall param wait4(rusage) contains uninitialised byte(s)
     95    ...
     96    by 0x........: main (scalar.c:49)
     97 
     98 Syscall param wait4(status) points to unaddressable byte(s)
     99    ...
    100    by 0x........: main (scalar.c:49)
    101  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    102 
    103 Syscall param wait4(rusage) points to unaddressable byte(s)
    104    ...
    105    by 0x........: main (scalar.c:49)
    106  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    107 
    108 -----------------------------------------------------
    109 (8):             old creat
    110 -----------------------------------------------------
    111 -----------------------------------------------------
    112 x2000009(9):           __NR_link 2s 2m
    113 -----------------------------------------------------
    114 Syscall param link(oldpath) contains uninitialised byte(s)
    115    ...
    116    by 0x........: main (scalar.c:54)
    117 
    118 Syscall param link(newpath) contains uninitialised byte(s)
    119    ...
    120    by 0x........: main (scalar.c:54)
    121 
    122 Syscall param link(oldpath) points to unaddressable byte(s)
    123    ...
    124    by 0x........: main (scalar.c:54)
    125  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    126 
    127 Syscall param link(newpath) points to unaddressable byte(s)
    128    ...
    129    by 0x........: main (scalar.c:54)
    130  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    131 
    132 -----------------------------------------------------
    133 x200000a(10):         __NR_unlink 1s 1m
    134 -----------------------------------------------------
    135 Syscall param unlink(pathname) contains uninitialised byte(s)
    136    ...
    137    by 0x........: main (scalar.c:57)
    138 
    139 Syscall param unlink(pathname) points to unaddressable byte(s)
    140    ...
    141    by 0x........: main (scalar.c:57)
    142  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    143 
    144 -----------------------------------------------------
    145 (11):            old execv
    146 -----------------------------------------------------
    147 -----------------------------------------------------
    148 x200000c(12):          __NR_chdir 1s 1m
    149 -----------------------------------------------------
    150 Syscall param chdir(path) contains uninitialised byte(s)
    151    ...
    152    by 0x........: main (scalar.c:62)
    153 
    154 Syscall param chdir(path) points to unaddressable byte(s)
    155    ...
    156    by 0x........: main (scalar.c:62)
    157  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    158 
    159 -----------------------------------------------------
    160 x200000d(13):         __NR_fchdir 1s 0m
    161 -----------------------------------------------------
    162 Syscall param fchdir(fd) contains uninitialised byte(s)
    163    ...
    164 
    165 -----------------------------------------------------
    166 x200000e(14):          __NR_mknod 3s 1m
    167 -----------------------------------------------------
    168 Syscall param mknod(pathname) contains uninitialised byte(s)
    169    ...
    170    by 0x........: main (scalar.c:68)
    171 
    172 Syscall param mknod(mode) contains uninitialised byte(s)
    173    ...
    174    by 0x........: main (scalar.c:68)
    175 
    176 Syscall param mknod(dev) contains uninitialised byte(s)
    177    ...
    178    by 0x........: main (scalar.c:68)
    179 
    180 Syscall param mknod(pathname) points to unaddressable byte(s)
    181    ...
    182    by 0x........: main (scalar.c:68)
    183  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    184 
    185 -----------------------------------------------------
    186 x200000f(15):          __NR_chmod 2s 1m
    187 -----------------------------------------------------
    188 Syscall param chmod(path) contains uninitialised byte(s)
    189    ...
    190    by 0x........: main (scalar.c:71)
    191 
    192 Syscall param chmod(mode) contains uninitialised byte(s)
    193    ...
    194    by 0x........: main (scalar.c:71)
    195 
    196 Syscall param chmod(path) points to unaddressable byte(s)
    197    ...
    198    by 0x........: main (scalar.c:71)
    199  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    200 
    201 -----------------------------------------------------
    202 x2000010(16):          __NR_chown 3s 1m
    203 -----------------------------------------------------
    204 Syscall param chown(path) contains uninitialised byte(s)
    205    ...
    206    by 0x........: main (scalar.c:74)
    207 
    208 Syscall param chown(owner) contains uninitialised byte(s)
    209    ...
    210    by 0x........: main (scalar.c:74)
    211 
    212 Syscall param chown(group) contains uninitialised byte(s)
    213    ...
    214    by 0x........: main (scalar.c:74)
    215 
    216 Syscall param chown(path) points to unaddressable byte(s)
    217    ...
    218    by 0x........: main (scalar.c:74)
    219  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    220 
    221 -----------------------------------------------------
    222 (17):            old break
    223 -----------------------------------------------------
    224 -----------------------------------------------------
    225 x2000012(18):      __NR_getfsstat 3s 1m
    226 -----------------------------------------------------
    227 Syscall param getfsstat(buf) contains uninitialised byte(s)
    228    ...
    229    by 0x........: main (scalar.c:79)
    230 
    231 Syscall param getfsstat(bufsize) contains uninitialised byte(s)
    232    ...
    233    by 0x........: main (scalar.c:79)
    234 
    235 Syscall param getfsstat(flags) contains uninitialised byte(s)
    236    ...
    237    by 0x........: main (scalar.c:79)
    238 
    239 Syscall param getfsstat(buf) points to unaddressable byte(s)
    240    ...
    241    by 0x........: main (scalar.c:79)
    242  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    243 
    244 -----------------------------------------------------
    245 (19):            old lseek
    246 -----------------------------------------------------
    247 -----------------------------------------------------
    248 (21):            old mount
    249 -----------------------------------------------------
    250 -----------------------------------------------------
    251 (22):            old umount
    252 -----------------------------------------------------
    253 -----------------------------------------------------
    254 (38):            old stat
    255 -----------------------------------------------------
    256 -----------------------------------------------------
    257 (40):            old lstat
    258 -----------------------------------------------------
    259 -----------------------------------------------------
    260 (45):            old ktrace
    261 -----------------------------------------------------
    262 -----------------------------------------------------
    263 (62):            old fstat
    264 -----------------------------------------------------
    265 -----------------------------------------------------
    266 (63):            used internally, reserved
    267 -----------------------------------------------------
    268 -----------------------------------------------------
    269 (64):            old getpagesize
    270 -----------------------------------------------------
    271 -----------------------------------------------------
    272 (67):            old vread
    273 -----------------------------------------------------
    274 -----------------------------------------------------
    275 (68):            old vwrite
    276 -----------------------------------------------------
    277 -----------------------------------------------------
    278 (69):            old sbrk
    279 -----------------------------------------------------
    280 -----------------------------------------------------
    281 (70):            old sstk
    282 -----------------------------------------------------
    283 -----------------------------------------------------
    284 (71):            old mmap
    285 -----------------------------------------------------
    286 -----------------------------------------------------
    287 (72):            old vadvise
    288 -----------------------------------------------------
    289 -----------------------------------------------------
    290 (76):            old vhangup
    291 -----------------------------------------------------
    292 -----------------------------------------------------
    293 (77):            old vlimit
    294 -----------------------------------------------------
    295 -----------------------------------------------------
    296 x200004e(78):        __NR_mincore 3s 1m
    297 -----------------------------------------------------
    298 Syscall param mincore(start) contains uninitialised byte(s)
    299    ...
    300    by 0x........: main (scalar.c:165)
    301 
    302 Syscall param mincore(length) contains uninitialised byte(s)
    303    ...
    304    by 0x........: main (scalar.c:165)
    305 
    306 Syscall param mincore(vec) contains uninitialised byte(s)
    307    ...
    308    by 0x........: main (scalar.c:165)
    309 
    310 Syscall param mincore(vec) points to unaddressable byte(s)
    311    ...
    312    by 0x........: main (scalar.c:165)
    313  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    314 
    315 -----------------------------------------------------
    316 x2000052(82):        __NR_setpgid 2s 0m
    317 -----------------------------------------------------
    318 Syscall param setpgid(pid) contains uninitialised byte(s)
    319    ...
    320    by 0x........: main (scalar.c:172)
    321 
    322 Syscall param setpgid(pgid) contains uninitialised byte(s)
    323    ...
    324    by 0x........: main (scalar.c:172)
    325 
    326 -----------------------------------------------------
    327 (78):            old wait
    328 -----------------------------------------------------
    329 -----------------------------------------------------
    330 (87):            old gethostname
    331 -----------------------------------------------------
    332 -----------------------------------------------------
    333 (88):            old sethostname
    334 -----------------------------------------------------
    335 -----------------------------------------------------
    336 (91):            old getdopt
    337 -----------------------------------------------------
    338 -----------------------------------------------------
    339 (94):            old setdopt
    340 -----------------------------------------------------
    341 -----------------------------------------------------
    342 (99):            old accept
    343 -----------------------------------------------------
    344 -----------------------------------------------------
    345 (101):           old send
    346 -----------------------------------------------------
    347 -----------------------------------------------------
    348 (102):           old recv
    349 -----------------------------------------------------
    350 -----------------------------------------------------
    351 (103):           old sigreturn
    352 -----------------------------------------------------
    353 -----------------------------------------------------
    354 x2000069(105):     __NR_setsockopt 5s 1m
    355 -----------------------------------------------------
    356 Syscall param setsockopt(s) contains uninitialised byte(s)
    357    ...
    358    by 0x........: main (scalar.c:213)
    359 
    360 Syscall param setsockopt(level) contains uninitialised byte(s)
    361    ...
    362    by 0x........: main (scalar.c:213)
    363 
    364 Syscall param setsockopt(optname) contains uninitialised byte(s)
    365    ...
    366    by 0x........: main (scalar.c:213)
    367 
    368 Syscall param setsockopt(optval) contains uninitialised byte(s)
    369    ...
    370    by 0x........: main (scalar.c:213)
    371 
    372 Syscall param setsockopt(optlen) contains uninitialised byte(s)
    373    ...
    374    by 0x........: main (scalar.c:213)
    375 
    376 Syscall param socketcall.setsockopt(optval) points to unaddressable byte(s)
    377    ...
    378    by 0x........: main (scalar.c:213)
    379  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    380 
    381 -----------------------------------------------------
    382 (107):           old vtimes
    383 -----------------------------------------------------
    384 -----------------------------------------------------
    385 (108):           old sigvec
    386 -----------------------------------------------------
    387 -----------------------------------------------------
    388 (109):           old sigblock
    389 -----------------------------------------------------
    390 -----------------------------------------------------
    391 (110):           old sigsetmask
    392 -----------------------------------------------------
    393 -----------------------------------------------------
    394 x200006f(111):     __NR_sigsuspend ignore
    395 -----------------------------------------------------
    396 -----------------------------------------------------
    397 (112):           old sigstack
    398 -----------------------------------------------------
    399 -----------------------------------------------------
    400 (113):           old recvmsg
    401 -----------------------------------------------------
    402 -----------------------------------------------------
    403 (114):           old sendmsg
    404 -----------------------------------------------------
    405 -----------------------------------------------------
    406 (115):           old vtrace
    407 -----------------------------------------------------
    408 -----------------------------------------------------
    409 x2000076(118):     __NR_getsockopt 5s 1m
    410 -----------------------------------------------------
    411 Syscall param getsockopt(s) contains uninitialised byte(s)
    412    ...
    413    by 0x........: main (scalar.c:242)
    414 
    415 Syscall param getsockopt(level) contains uninitialised byte(s)
    416    ...
    417    by 0x........: main (scalar.c:242)
    418 
    419 Syscall param getsockopt(optname) contains uninitialised byte(s)
    420    ...
    421    by 0x........: main (scalar.c:242)
    422 
    423 Syscall param getsockopt(optval) contains uninitialised byte(s)
    424    ...
    425    by 0x........: main (scalar.c:242)
    426 
    427 Syscall param getsockopt(optlen) contains uninitialised byte(s)
    428    ...
    429    by 0x........: main (scalar.c:242)
    430 
    431 Syscall param socketcall.getsockopt(optlen) points to unaddressable byte(s)
    432    ...
    433    by 0x........: main (scalar.c:242)
    434  Address 0x........ is 0 bytes after a block of size 8 alloc'd
    435    at 0x........: malloc (vg_replace_malloc.c:...)
    436    by 0x........: main (scalar.c:14)
    437 
    438 -----------------------------------------------------
    439 (119):           old resuba
    440 -----------------------------------------------------
    441 -----------------------------------------------------
    442 (125):           old recvfrom
    443 -----------------------------------------------------
    444 -----------------------------------------------------
    445 (129):           old truncate
    446 -----------------------------------------------------
    447 -----------------------------------------------------
    448 (130):           old ftruncate
    449 -----------------------------------------------------
    450 -----------------------------------------------------
    451 x2000084(132):         __NR_mkfifo 2s 1m
    452 -----------------------------------------------------
    453 Syscall param mkfifo(mode) contains uninitialised byte(s)
    454    ...
    455    by 0x........: main (scalar.c:265)
    456 
    457 Syscall param mkfifo(path) points to unaddressable byte(s)
    458    ...
    459    by 0x........: main (scalar.c:265)
    460  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    461 
    462 -----------------------------------------------------
    463 -----------------------------------------------------
    464 (141):           old getpeername
    465 -----------------------------------------------------
    466 -----------------------------------------------------
    467 (143):           old sethostid
    468 -----------------------------------------------------
    469 -----------------------------------------------------
    470 (144):           old getrlimit
    471 -----------------------------------------------------
    472 -----------------------------------------------------
    473 (145):           old setrlimit
    474 -----------------------------------------------------
    475 -----------------------------------------------------
    476 (146):           old killpg
    477 -----------------------------------------------------
    478 -----------------------------------------------------
    479 (148):           old setquota
    480 -----------------------------------------------------
    481 -----------------------------------------------------
    482 (149):           old qquota
    483 -----------------------------------------------------
    484 -----------------------------------------------------
    485 (150):           old getsockname
    486 -----------------------------------------------------
    487 -----------------------------------------------------
    488 (156):           old getdirentries
    489 -----------------------------------------------------
    490 -----------------------------------------------------
    491 (160):           old async_daemon
    492 -----------------------------------------------------
    493 -----------------------------------------------------
    494 (162):           old getdomainname
    495 -----------------------------------------------------
    496 -----------------------------------------------------
    497 (163):           old setdomainname
    498 -----------------------------------------------------
    499 -----------------------------------------------------
    500 (166):           old exportfs
    501 -----------------------------------------------------
    502 -----------------------------------------------------
    503 x20000a7(167):          __NR_mount 4s 2m
    504 -----------------------------------------------------
    505 Syscall param mount(type) contains uninitialised byte(s)
    506    ...
    507    by 0x........: main (scalar.c:323)
    508 
    509 Syscall param mount(dir) contains uninitialised byte(s)
    510    ...
    511    by 0x........: main (scalar.c:323)
    512 
    513 Syscall param mount(flags) contains uninitialised byte(s)
    514    ...
    515    by 0x........: main (scalar.c:323)
    516 
    517 Syscall param mount(data) contains uninitialised byte(s)
    518    ...
    519    by 0x........: main (scalar.c:323)
    520 
    521 Syscall param mount(type) points to unaddressable byte(s)
    522    ...
    523    by 0x........: main (scalar.c:323)
    524  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    525 
    526 Syscall param mount(dir) points to unaddressable byte(s)
    527    ...
    528    by 0x........: main (scalar.c:323)
    529  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    530 
    531 -----------------------------------------------------
    532 (168):           old ustat
    533 -----------------------------------------------------
    534 -----------------------------------------------------
    535 x20000a9(169):          __NR_csops 4s 1m
    536 -----------------------------------------------------
    537 Syscall param csops(pid) contains uninitialised byte(s)
    538    ...
    539    by 0x........: main (scalar.c:328)
    540 
    541 Syscall param csops(ops) contains uninitialised byte(s)
    542    ...
    543    by 0x........: main (scalar.c:328)
    544 
    545 Syscall param csops(useraddr) contains uninitialised byte(s)
    546    ...
    547    by 0x........: main (scalar.c:328)
    548 
    549 Syscall param csops(usersize) contains uninitialised byte(s)
    550    ...
    551    by 0x........: main (scalar.c:328)
    552 
    553 Syscall param csops(useraddr) points to unaddressable byte(s)
    554    ...
    555    by 0x........: main (scalar.c:328)
    556  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    557 
    558 -----------------------------------------------------
    559 (170):           old table
    560 -----------------------------------------------------
    561 -----------------------------------------------------
    562 (171):           old wait3
    563 -----------------------------------------------------
    564 -----------------------------------------------------
    565 (172):           old rpause
    566 -----------------------------------------------------
    567 -----------------------------------------------------
    568 (174):           old getdents
    569 -----------------------------------------------------
    570 -----------------------------------------------------
    571 (175):           old gc_control
    572 -----------------------------------------------------
    573 -----------------------------------------------------
    574 (177-179):       unused
    575 -----------------------------------------------------
    576 -----------------------------------------------------
    577 (186-187):       unused
    578 -----------------------------------------------------
    579 -----------------------------------------------------
    580 (193):           unused
    581 -----------------------------------------------------
    582 -----------------------------------------------------
    583 (213):           reserved for AppleTalk
    584 -----------------------------------------------------
    585 -----------------------------------------------------
    586 x20000df(223):   __NR_exchangedata 3s 2m
    587 -----------------------------------------------------
    588 Syscall param exchangedata(path1) contains uninitialised byte(s)
    589    ...
    590    by 0x........: main (scalar.c:398)
    591 
    592 Syscall param exchangedata(path2) contains uninitialised byte(s)
    593    ...
    594    by 0x........: main (scalar.c:398)
    595 
    596 Syscall param exchangedata(options) contains uninitialised byte(s)
    597    ...
    598    by 0x........: main (scalar.c:398)
    599 
    600 Syscall param exchangedata(path1) points to unaddressable byte(s)
    601    ...
    602    by 0x........: main (scalar.c:398)
    603  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    604 
    605 Syscall param exchangedata(path2) points to unaddressable byte(s)
    606    ...
    607    by 0x........: main (scalar.c:398)
    608  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    609 
    610 -----------------------------------------------------
    611 (228-229):       unused
    612 -----------------------------------------------------
    613 -----------------------------------------------------
    614 (245-246):       unused
    615 -----------------------------------------------------
    616 -----------------------------------------------------
    617 (249):           unused
    618 -----------------------------------------------------
    619 -----------------------------------------------------
    620 (257):           unused
    621 -----------------------------------------------------
    622 -----------------------------------------------------
    623 x2000106(262):          __NR_shmat 3s 0m
    624 -----------------------------------------------------
    625 Syscall param shmat(shmid) contains uninitialised byte(s)
    626    ...
    627    by 0x........: main (scalar.c:447)
    628 
    629 Syscall param shmat(shmaddr) contains uninitialised byte(s)
    630    ...
    631    by 0x........: main (scalar.c:447)
    632 
    633 Syscall param shmat(shmflg) contains uninitialised byte(s)
    634    ...
    635    by 0x........: main (scalar.c:447)
    636 
    637 -----------------------------------------------------
    638 x2000107(263):         __NR_shmctl 3s 1m
    639 -----------------------------------------------------
    640 Syscall param shmctl(shmid) contains uninitialised byte(s)
    641    ...
    642    by 0x........: main (scalar.c:450)
    643 
    644 Syscall param shmctl(cmd) contains uninitialised byte(s)
    645    ...
    646    by 0x........: main (scalar.c:450)
    647 
    648 Syscall param shmctl(buf) contains uninitialised byte(s)
    649    ...
    650    by 0x........: main (scalar.c:450)
    651 
    652 Syscall param shmctl(IPC_STAT, buf) points to unaddressable byte(s)
    653    ...
    654    by 0x........: main (scalar.c:450)
    655  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    656 
    657 -----------------------------------------------------
    658 x2000108(264):          __NR_shmdt 1s 0m
    659 -----------------------------------------------------
    660 Syscall param shmdt(shmaddr) contains uninitialised byte(s)
    661    ...
    662 
    663 -----------------------------------------------------
    664 x2000109(265):         __NR_shmget 3s 0m
    665 -----------------------------------------------------
    666 Syscall param shmget(key) contains uninitialised byte(s)
    667    ...
    668    by 0x........: main (scalar.c:456)
    669 
    670 Syscall param shmget(size) contains uninitialised byte(s)
    671    ...
    672    by 0x........: main (scalar.c:456)
    673 
    674 Syscall param shmget(shmflg) contains uninitialised byte(s)
    675    ...
    676    by 0x........: main (scalar.c:456)
    677 
    678 -----------------------------------------------------
    679 x200010c(268):       __NR_sem_open 2s 1m
    680 -----------------------------------------------------
    681 Syscall param sem_open(name) contains uninitialised byte(s)
    682    ...
    683    by 0x........: main (scalar.c:462)
    684 
    685 Syscall param sem_open(oflag) contains uninitialised byte(s)
    686    ...
    687    by 0x........: main (scalar.c:462)
    688 
    689 Syscall param sem_open(name) points to unaddressable byte(s)
    690    ...
    691    by 0x........: main (scalar.c:462)
    692  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    693 
    694 -----------------------------------------------------
    695 x200010c(268):       __NR_sem_open (4-args) 2s 0m
    696 -----------------------------------------------------
    697 Syscall param sem_open(mode) contains uninitialised byte(s)
    698    ...
    699 
    700 Syscall param sem_open(value) contains uninitialised byte(s)
    701    ...
    702 
    703 -----------------------------------------------------
    704 x200010d(269):      __NR_sem_close 1s 0m
    705 -----------------------------------------------------
    706 Syscall param sem_close(sem) contains uninitialised byte(s)
    707    ...
    708 
    709 -----------------------------------------------------
    710 x200010e(270):     __NR_sem_unlink 1s 1m
    711 -----------------------------------------------------
    712 Syscall param sem_unlink(name) contains uninitialised byte(s)
    713    ...
    714    by 0x........: main (scalar.c:472)
    715 
    716 Syscall param sem_unlink(name) points to unaddressable byte(s)
    717    ...
    718    by 0x........: main (scalar.c:472)
    719  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    720 
    721 -----------------------------------------------------
    722 x200010f(271):       __NR_sem_wait 1s 0m
    723 -----------------------------------------------------
    724 Syscall param sem_wait(sem) contains uninitialised byte(s)
    725    ...
    726 
    727 -----------------------------------------------------
    728 x2000110(272):    __NR_sem_trywait 1s 0m
    729 -----------------------------------------------------
    730 Syscall param sem_trywait(sem) contains uninitialised byte(s)
    731    ...
    732 
    733 -----------------------------------------------------
    734 x2000111(273):       __NR_sem_post 1s 0m
    735 -----------------------------------------------------
    736 Syscall param sem_post(sem) contains uninitialised byte(s)
    737    ...
    738 
    739 -----------------------------------------------------
    740 x2000113(275):       __NR_sem_init 3s 1m
    741 -----------------------------------------------------
    742 Syscall param sem_init(sem) contains uninitialised byte(s)
    743    ...
    744    by 0x........: main (scalar.c:486)
    745 
    746 Syscall param sem_init(pshared) contains uninitialised byte(s)
    747    ...
    748    by 0x........: main (scalar.c:486)
    749 
    750 Syscall param sem_init(value) contains uninitialised byte(s)
    751    ...
    752    by 0x........: main (scalar.c:486)
    753 
    754 Syscall param sem_init(sem) points to unaddressable byte(s)
    755    ...
    756    by 0x........: main (scalar.c:486)
    757  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    758 
    759 -----------------------------------------------------
    760 x2000114(276):    __NR_sem_destroy 1s 1m
    761 -----------------------------------------------------
    762 Syscall param sem_destroy(sem) contains uninitialised byte(s)
    763    ...
    764    by 0x........: main (scalar.c:489)
    765 
    766 Syscall param sem_destroy(sem) points to unaddressable byte(s)
    767    ...
    768    by 0x........: main (scalar.c:489)
    769  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    770 
    771 -----------------------------------------------------
    772 x2000117(279):  __NR_stat_extended 4s 4m
    773 -----------------------------------------------------
    774 Syscall param stat_extended(file_name) contains uninitialised byte(s)
    775    ...
    776    by 0x........: main (scalar.c:497)
    777 
    778 Syscall param stat_extended(buf) contains uninitialised byte(s)
    779    ...
    780    by 0x........: main (scalar.c:497)
    781 
    782 Syscall param stat_extended(fsacl) contains uninitialised byte(s)
    783    ...
    784    by 0x........: main (scalar.c:497)
    785 
    786 Syscall param stat_extended(fsacl_size) contains uninitialised byte(s)
    787    ...
    788    by 0x........: main (scalar.c:497)
    789 
    790 Syscall param stat_extended(file_name) points to unaddressable byte(s)
    791    ...
    792    by 0x........: main (scalar.c:497)
    793  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    794 
    795 Syscall param stat_extended(buf) points to unaddressable byte(s)
    796    ...
    797    by 0x........: main (scalar.c:497)
    798  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    799 
    800 Syscall param stat_extended(fsacl_size) points to unaddressable byte(s)
    801    ...
    802    by 0x........: main (scalar.c:497)
    803  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    804 
    805 Syscall param stat_extended(file_name) points to unaddressable byte(s)
    806    ...
    807    by 0x........: main (scalar.c:500)
    808  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    809 
    810 Syscall param stat_extended(buf) points to unaddressable byte(s)
    811    ...
    812    by 0x........: main (scalar.c:500)
    813  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    814 
    815 Syscall param stat_extended(fsacl) points to unaddressable byte(s)
    816    ...
    817    by 0x........: main (scalar.c:500)
    818  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    819 
    820 -----------------------------------------------------
    821 x2000118(280): __NR_lstat_extended 4s 4m
    822 -----------------------------------------------------
    823 Syscall param lstat_extended(file_name) contains uninitialised byte(s)
    824    ...
    825    by 0x........: main (scalar.c:503)
    826 
    827 Syscall param lstat_extended(buf) contains uninitialised byte(s)
    828    ...
    829    by 0x........: main (scalar.c:503)
    830 
    831 Syscall param lstat_extended(fsacl) contains uninitialised byte(s)
    832    ...
    833    by 0x........: main (scalar.c:503)
    834 
    835 Syscall param lstat_extended(fsacl_size) contains uninitialised byte(s)
    836    ...
    837    by 0x........: main (scalar.c:503)
    838 
    839 Syscall param lstat_extended(file_name) points to unaddressable byte(s)
    840    ...
    841    by 0x........: main (scalar.c:503)
    842  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    843 
    844 Syscall param lstat_extended(buf) points to unaddressable byte(s)
    845    ...
    846    by 0x........: main (scalar.c:503)
    847  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    848 
    849 Syscall param lstat_extended(fsacl_size) points to unaddressable byte(s)
    850    ...
    851    by 0x........: main (scalar.c:503)
    852  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    853 
    854 Syscall param lstat_extended(file_name) points to unaddressable byte(s)
    855    ...
    856    by 0x........: main (scalar.c:506)
    857  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    858 
    859 Syscall param lstat_extended(buf) points to unaddressable byte(s)
    860    ...
    861    by 0x........: main (scalar.c:506)
    862  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    863 
    864 Syscall param lstat_extended(fsacl) points to unaddressable byte(s)
    865    ...
    866    by 0x........: main (scalar.c:506)
    867  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    868 
    869 -----------------------------------------------------
    870 x2000119(280): __NR_fstat_extended 4s 3m
    871 -----------------------------------------------------
    872 Syscall param fstat_extended(fd) contains uninitialised byte(s)
    873    ...
    874    by 0x........: main (scalar.c:509)
    875 
    876 Syscall param fstat_extended(buf) contains uninitialised byte(s)
    877    ...
    878    by 0x........: main (scalar.c:509)
    879 
    880 Syscall param fstat_extended(fsacl) contains uninitialised byte(s)
    881    ...
    882    by 0x........: main (scalar.c:509)
    883 
    884 Syscall param fstat_extended(fsacl_size) contains uninitialised byte(s)
    885    ...
    886    by 0x........: main (scalar.c:509)
    887 
    888 Syscall param fstat_extended(fd) points to unaddressable byte(s)
    889    ...
    890    by 0x........: main (scalar.c:509)
    891  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    892 
    893 Syscall param fstat_extended(buf) points to unaddressable byte(s)
    894    ...
    895    by 0x........: main (scalar.c:509)
    896  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    897 
    898 Syscall param fstat_extended(fsacl_size) points to unaddressable byte(s)
    899    ...
    900    by 0x........: main (scalar.c:509)
    901  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    902 
    903 Syscall param fstat_extended(fd) points to unaddressable byte(s)
    904    ...
    905    by 0x........: main (scalar.c:512)
    906  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    907 
    908 Syscall param fstat_extended(buf) points to unaddressable byte(s)
    909    ...
    910    by 0x........: main (scalar.c:512)
    911  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    912 
    913 Syscall param fstat_extended(fsacl) points to unaddressable byte(s)
    914    ...
    915    by 0x........: main (scalar.c:512)
    916  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    917 
    918 -----------------------------------------------------
    919 x200011c(284):__NR_access_extended 4s 1m
    920 -----------------------------------------------------
    921 Syscall param access_extended(entries) contains uninitialised byte(s)
    922    ...
    923    by 0x........: main (scalar.c:521)
    924 
    925 Syscall param access_extended(size) contains uninitialised byte(s)
    926    ...
    927    by 0x........: main (scalar.c:521)
    928 
    929 Syscall param access_extended(results) contains uninitialised byte(s)
    930    ...
    931    by 0x........: main (scalar.c:521)
    932 
    933 Syscall param access_extended(uid) contains uninitialised byte(s)
    934    ...
    935    by 0x........: main (scalar.c:521)
    936 
    937 Syscall param access_extended(entries) points to unaddressable byte(s)
    938    ...
    939    by 0x........: main (scalar.c:521)
    940  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    941 
    942 -----------------------------------------------------
    943 (296):           old load_shared_file
    944 -----------------------------------------------------
    945 -----------------------------------------------------
    946 (297):           old reset_shared_file
    947 -----------------------------------------------------
    948 -----------------------------------------------------
    949 (298):           old new_system_shared_regions
    950 -----------------------------------------------------
    951 -----------------------------------------------------
    952 (299):           old shared_region_map_file_np
    953 -----------------------------------------------------
    954 -----------------------------------------------------
    955 (300):           old shared_region_make_private_np
    956 -----------------------------------------------------
    957 -----------------------------------------------------
    958 x200013a(314):     __NR_aio_return 1s 0m
    959 -----------------------------------------------------
    960 Syscall param aio_return(aiocbp) contains uninitialised byte(s)
    961    ...
    962 
    963 -----------------------------------------------------
    964 x200013b(315):    __NR_aio_suspend 1s 0m
    965 -----------------------------------------------------
    966 Syscall param aio_suspend(aiocbp) contains uninitialised byte(s)
    967    ...
    968    by 0x........: main (scalar.c:563)
    969 
    970 Syscall param aio_suspend(nent) contains uninitialised byte(s)
    971    ...
    972    by 0x........: main (scalar.c:563)
    973 
    974 Syscall param aio_suspend(timeout) contains uninitialised byte(s)
    975    ...
    976    by 0x........: main (scalar.c:563)
    977 
    978 Syscall param aio_suspend(list) points to unaddressable byte(s)
    979    ...
    980    by 0x........: main (scalar.c:563)
    981  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    982 
    983 -----------------------------------------------------
    984 x200013d(317):      __NR_aio_error 1s 0m
    985 -----------------------------------------------------
    986 Syscall param aio_error(aiocbp) contains uninitialised byte(s)
    987    ...
    988 
    989 -----------------------------------------------------
    990 x200013e(318):       __NR_aio_read 1s 1m
    991 -----------------------------------------------------
    992 Syscall param aio_read(aiocbp) contains uninitialised byte(s)
    993    ...
    994    by 0x........: main (scalar.c:571)
    995 
    996 Syscall param aio_read(aiocbp) points to unaddressable byte(s)
    997    ...
    998    by 0x........: main (scalar.c:571)
    999  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1000 
   1001 -----------------------------------------------------
   1002 x200013f(319):      __NR_aio_write 1s 1m
   1003 -----------------------------------------------------
   1004 Syscall param aio_write(aiocbp) contains uninitialised byte(s)
   1005    ...
   1006    by 0x........: main (scalar.c:574)
   1007 
   1008 Syscall param aio_write(aiocbp) points to unaddressable byte(s)
   1009    ...
   1010    by 0x........: main (scalar.c:574)
   1011  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1012 
   1013 -----------------------------------------------------
   1014 (323):           unused
   1015 -----------------------------------------------------
   1016 -----------------------------------------------------
   1017 (326):           unused
   1018 -----------------------------------------------------
   1019 -----------------------------------------------------
   1020 x2000148(328): __NR___pthread_kill 2s 0m
   1021 -----------------------------------------------------
   1022 Syscall param __pthread_kill(thread) contains uninitialised byte(s)
   1023    ...
   1024    by 0x........: main (scalar.c:590)
   1025 
   1026 Syscall param __pthread_kill(sig) contains uninitialised byte(s)
   1027    ...
   1028    by 0x........: main (scalar.c:590)
   1029 
   1030 -----------------------------------------------------
   1031 x2000149(329):__NR___pthread_sigmask 3s 0m
   1032 -----------------------------------------------------
   1033 Syscall param __pthread_sigmask(set) contains uninitialised byte(s)
   1034    ...
   1035    by 0x........: main (scalar.c:593)
   1036 
   1037 Syscall param __pthread_sigmask(oldset) contains uninitialised byte(s)
   1038    ...
   1039    by 0x........: main (scalar.c:593)
   1040 
   1041 -----------------------------------------------------
   1042 (335):           old utrace
   1043 -----------------------------------------------------
   1044 -----------------------------------------------------
   1045 x2000155(341):__NR_stat64_extended 4s 4m
   1046 -----------------------------------------------------
   1047 Syscall param stat64_extended(file_name) contains uninitialised byte(s)
   1048    ...
   1049    by 0x........: main (scalar.c:613)
   1050 
   1051 Syscall param stat64_extended(buf) contains uninitialised byte(s)
   1052    ...
   1053    by 0x........: main (scalar.c:613)
   1054 
   1055 Syscall param stat64_extended(fsacl) contains uninitialised byte(s)
   1056    ...
   1057    by 0x........: main (scalar.c:613)
   1058 
   1059 Syscall param stat64_extended(fsacl_size) contains uninitialised byte(s)
   1060    ...
   1061    by 0x........: main (scalar.c:613)
   1062 
   1063 Syscall param stat64_extended(file_name) points to unaddressable byte(s)
   1064    ...
   1065    by 0x........: main (scalar.c:613)
   1066  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1067 
   1068 Syscall param stat64_extended(buf) points to unaddressable byte(s)
   1069    ...
   1070    by 0x........: main (scalar.c:613)
   1071  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1072 
   1073 Syscall param stat64_extended(fsacl_size) points to unaddressable byte(s)
   1074    ...
   1075    by 0x........: main (scalar.c:613)
   1076  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1077 
   1078 Syscall param stat64_extended(fsacl) points to unaddressable byte(s)
   1079    ...
   1080    by 0x........: main (scalar.c:616)
   1081  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1082 
   1083 -----------------------------------------------------
   1084 x2000156(342):__NR_lstat64_extended 4s 4m
   1085 -----------------------------------------------------
   1086 Syscall param lstat64_extended(file_name) contains uninitialised byte(s)
   1087    ...
   1088    by 0x........: main (scalar.c:619)
   1089 
   1090 Syscall param lstat64_extended(buf) contains uninitialised byte(s)
   1091    ...
   1092    by 0x........: main (scalar.c:619)
   1093 
   1094 Syscall param lstat64_extended(fsacl) contains uninitialised byte(s)
   1095    ...
   1096    by 0x........: main (scalar.c:619)
   1097 
   1098 Syscall param lstat64_extended(fsacl_size) contains uninitialised byte(s)
   1099    ...
   1100    by 0x........: main (scalar.c:619)
   1101 
   1102 Syscall param lstat64_extended(file_name) points to unaddressable byte(s)
   1103    ...
   1104    by 0x........: main (scalar.c:619)
   1105  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1106 
   1107 Syscall param lstat64_extended(buf) points to unaddressable byte(s)
   1108    ...
   1109    by 0x........: main (scalar.c:619)
   1110  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1111 
   1112 Syscall param lstat64_extended(fsacl_size) points to unaddressable byte(s)
   1113    ...
   1114    by 0x........: main (scalar.c:619)
   1115  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1116 
   1117 Syscall param lstat64_extended(fsacl) points to unaddressable byte(s)
   1118    ...
   1119    by 0x........: main (scalar.c:622)
   1120  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1121 
   1122 -----------------------------------------------------
   1123 x2000157(342):__NR_fstat64_extended 4s 3m
   1124 -----------------------------------------------------
   1125 Syscall param fstat64_extended(fd) contains uninitialised byte(s)
   1126    ...
   1127    by 0x........: main (scalar.c:625)
   1128 
   1129 Syscall param fstat64_extended(buf) contains uninitialised byte(s)
   1130    ...
   1131    by 0x........: main (scalar.c:625)
   1132 
   1133 Syscall param fstat64_extended(fsacl) contains uninitialised byte(s)
   1134    ...
   1135    by 0x........: main (scalar.c:625)
   1136 
   1137 Syscall param fstat64_extended(fsacl_size) contains uninitialised byte(s)
   1138    ...
   1139    by 0x........: main (scalar.c:625)
   1140 
   1141 Syscall param fstat64_extended(buf) points to unaddressable byte(s)
   1142    ...
   1143    by 0x........: main (scalar.c:625)
   1144  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1145 
   1146 Syscall param fstat64_extended(fsacl_size) points to unaddressable byte(s)
   1147    ...
   1148    by 0x........: main (scalar.c:625)
   1149  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1150 
   1151 Syscall param fstat64_extended(fsacl) points to unaddressable byte(s)
   1152    ...
   1153    by 0x........: main (scalar.c:628)
   1154  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1155 
   1156 -----------------------------------------------------
   1157 x200015b(347):    __NR_getfsstat64 3s 1m
   1158 -----------------------------------------------------
   1159 Syscall param getfsstat64(buf) contains uninitialised byte(s)
   1160    ...
   1161    by 0x........: main (scalar.c:637)
   1162 
   1163 Syscall param getfsstat64(bufsize) contains uninitialised byte(s)
   1164    ...
   1165    by 0x........: main (scalar.c:637)
   1166 
   1167 Syscall param getfsstat64(flags) contains uninitialised byte(s)
   1168    ...
   1169    by 0x........: main (scalar.c:637)
   1170 
   1171 Syscall param getfsstat64(buf) points to unaddressable byte(s)
   1172    ...
   1173    by 0x........: main (scalar.c:637)
   1174  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1175 
   1176 -----------------------------------------------------
   1177 (369-379):       unused
   1178 -----------------------------------------------------
   1179 -----------------------------------------------------
   1180 x270f(9999):                9999 1e
   1181 -----------------------------------------------------
   1182 WARNING: unhandled amd64-darwin syscall: unix:9999
   1183 You may be able to write your own handler.
   1184 Read the file README_MISSING_SYSCALL_OR_IOCTL.
   1185 Nevertheless we consider this a bug.  Please report
   1186 it at http://valgrind.org/support/bug_reports.html.
   1187 -----------------------------------------------------
   1188 x2000001(1):           __NR_exit 1s 0m
   1189 -----------------------------------------------------
   1190 Syscall param exit(status) contains uninitialised byte(s)
   1191    ...
   1192 
   1193