Home | History | Annotate | Download | only in solaris
      1 ---------------------------------------------------------
      2   3:                SYS_read 3s 0m
      3 ---------------------------------------------------------
      4 Syscall param read(fd) contains uninitialised byte(s)
      5    ...
      6 
      7 Syscall param read(buf) contains uninitialised byte(s)
      8    ...
      9 
     10 Syscall param read(count) contains uninitialised byte(s)
     11    ...
     12 
     13 ---------------------------------------------------------
     14   4:               SYS_write 3s 1m
     15 ---------------------------------------------------------
     16 Syscall param write(fd) contains uninitialised byte(s)
     17    ...
     18 
     19 Syscall param write(buf) contains uninitialised byte(s)
     20    ...
     21 
     22 Syscall param write(count) contains uninitialised byte(s)
     23    ...
     24 
     25 Syscall param write(buf) points to unaddressable byte(s)
     26    ...
     27  Address 0x........ is not stack'd, malloc'd or (recently) free'd
     28 
     29 ---------------------------------------------------------
     30   6:               SYS_close 1s 0m
     31 ---------------------------------------------------------
     32 Syscall param close(fd) contains uninitialised byte(s)
     33    ...
     34 
     35 ---------------------------------------------------------
     36   7:              SYS_linkat 5s 2m
     37 ---------------------------------------------------------
     38 Syscall param linkat(fd1) contains uninitialised byte(s)
     39    ...
     40 
     41 Syscall param linkat(path1) contains uninitialised byte(s)
     42    ...
     43 
     44 Syscall param linkat(fd2) contains uninitialised byte(s)
     45    ...
     46 
     47 Syscall param linkat(path2) contains uninitialised byte(s)
     48    ...
     49 
     50 Syscall param linkat(flags) contains uninitialised byte(s)
     51    ...
     52 
     53 Syscall param linkat(path1) points to unaddressable byte(s)
     54    ...
     55  Address 0x........ is not stack'd, malloc'd or (recently) free'd
     56 
     57 Syscall param linkat(path2) points to unaddressable byte(s)
     58    ...
     59  Address 0x........ is not stack'd, malloc'd or (recently) free'd
     60 
     61 ---------------------------------------------------------
     62  11:           SYS_symlinkat 3s 2m
     63 ---------------------------------------------------------
     64 Syscall param symlinkat(path1) contains uninitialised byte(s)
     65    ...
     66 
     67 Syscall param symlinkat(fd) contains uninitialised byte(s)
     68    ...
     69 
     70 Syscall param symlinkat(path2) contains uninitialised byte(s)
     71    ...
     72 
     73 Syscall param symlinkat(path1) points to unaddressable byte(s)
     74    ...
     75  Address 0x........ is not stack'd, malloc'd or (recently) free'd
     76 
     77 Syscall param symlinkat(path2) points to unaddressable byte(s)
     78    ...
     79  Address 0x........ is not stack'd, malloc'd or (recently) free'd
     80 
     81 ---------------------------------------------------------
     82  12:               SYS_chdir 1s 1m
     83 ---------------------------------------------------------
     84 Syscall param chdir(path) contains uninitialised byte(s)
     85    ...
     86 
     87 Syscall param chdir(path) points to unaddressable byte(s)
     88    ...
     89  Address 0x........ is not stack'd, malloc'd or (recently) free'd
     90 
     91 ---------------------------------------------------------
     92  13:                SYS_time 0s 0m
     93 ---------------------------------------------------------
     94 ---------------------------------------------------------
     95  17:                 SYS_brk 1s 0m
     96 ---------------------------------------------------------
     97 Syscall param brk(end_data_segment) contains uninitialised byte(s)
     98    ...
     99 
    100 ---------------------------------------------------------
    101  19:               SYS_lseek 3s 0m
    102 ---------------------------------------------------------
    103 Syscall param lseek(fildes) contains uninitialised byte(s)
    104    ...
    105 
    106 Syscall param lseek(offset) contains uninitialised byte(s)
    107    ...
    108 
    109 Syscall param lseek(whence) contains uninitialised byte(s)
    110    ...
    111 
    112 ---------------------------------------------------------
    113  20:              SYS_getpid 0s 0m
    114 ---------------------------------------------------------
    115 ---------------------------------------------------------
    116  21:               SYS_mount (4-arg, table variant) 4s 2m
    117 ---------------------------------------------------------
    118 Syscall param mount(spec) contains uninitialised byte(s)
    119    ...
    120 
    121 Syscall param mount(dir) contains uninitialised byte(s)
    122    ...
    123 
    124 Syscall param mount(mflag) contains uninitialised byte(s)
    125    ...
    126 
    127 Syscall param mount(fstype) contains uninitialised byte(s)
    128    ...
    129 
    130 Syscall param mount(spec) points to unaddressable byte(s)
    131    ...
    132  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    133 
    134 Syscall param mount(dir) points to unaddressable byte(s)
    135    ...
    136  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    137 
    138 ---------------------------------------------------------
    139  21:               SYS_mount (4-arg) 4s 3m
    140 ---------------------------------------------------------
    141 Syscall param mount(spec) contains uninitialised byte(s)
    142    ...
    143 
    144 Syscall param mount(dir) contains uninitialised byte(s)
    145    ...
    146 
    147 Syscall param mount(mflag) contains uninitialised byte(s)
    148    ...
    149 
    150 Syscall param mount(fstype) contains uninitialised byte(s)
    151    ...
    152 
    153 Syscall param mount(spec) points to unaddressable byte(s)
    154    ...
    155  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    156 
    157 Syscall param mount(dir) points to unaddressable byte(s)
    158    ...
    159  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    160 
    161 Syscall param mount(fstype) points to unaddressable byte(s)
    162    ...
    163  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    164 
    165 ---------------------------------------------------------
    166  21:               SYS_mount (6-arg) 6s 4m
    167 ---------------------------------------------------------
    168 Syscall param mount(spec) contains uninitialised byte(s)
    169    ...
    170 
    171 Syscall param mount(dir) contains uninitialised byte(s)
    172    ...
    173 
    174 Syscall param mount(mflag) contains uninitialised byte(s)
    175    ...
    176 
    177 Syscall param mount(fstype) contains uninitialised byte(s)
    178    ...
    179 
    180 Syscall param mount(dataptr) contains uninitialised byte(s)
    181    ...
    182 
    183 Syscall param mount(datalen) contains uninitialised byte(s)
    184    ...
    185 
    186 Syscall param mount(spec) points to unaddressable byte(s)
    187    ...
    188  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    189 
    190 Syscall param mount(dir) points to unaddressable byte(s)
    191    ...
    192  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    193 
    194 Syscall param mount(fstype) points to unaddressable byte(s)
    195    ...
    196  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    197 
    198 Syscall param mount(dataptr) points to unaddressable byte(s)
    199    ...
    200  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    201 
    202 ---------------------------------------------------------
    203  21:               SYS_mount (8-arg) 8s 5m
    204 ---------------------------------------------------------
    205 Syscall param mount(spec) contains uninitialised byte(s)
    206    ...
    207 
    208 Syscall param mount(dir) contains uninitialised byte(s)
    209    ...
    210 
    211 Syscall param mount(mflag) contains uninitialised byte(s)
    212    ...
    213 
    214 Syscall param mount(fstype) contains uninitialised byte(s)
    215    ...
    216 
    217 Syscall param mount(dataptr) contains uninitialised byte(s)
    218    ...
    219 
    220 Syscall param mount(datalen) contains uninitialised byte(s)
    221    ...
    222 
    223 Syscall param mount(optptr) contains uninitialised byte(s)
    224    ...
    225 
    226 Syscall param mount(optlen) contains uninitialised byte(s)
    227    ...
    228 
    229 Syscall param mount(spec) points to unaddressable byte(s)
    230    ...
    231  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    232 
    233 Syscall param mount(dir) points to unaddressable byte(s)
    234    ...
    235  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    236 
    237 Syscall param mount(fstype) points to unaddressable byte(s)
    238    ...
    239  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    240 
    241 Syscall param mount(dataptr) points to unaddressable byte(s)
    242    ...
    243  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    244 
    245 Syscall param mount(optptr) points to unaddressable byte(s)
    246    ...
    247  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    248 
    249 ---------------------------------------------------------
    250  22:          SYS_readlinkat 4s 2m
    251 ---------------------------------------------------------
    252 Syscall param readlinkat(dfd) contains uninitialised byte(s)
    253    ...
    254 
    255 Syscall param readlinkat(path) contains uninitialised byte(s)
    256    ...
    257 
    258 Syscall param readlinkat(buf) contains uninitialised byte(s)
    259    ...
    260 
    261 Syscall param readlinkat(bufsiz) contains uninitialised byte(s)
    262    ...
    263 
    264 Syscall param readlinkat(path) points to unaddressable byte(s)
    265    ...
    266  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    267 
    268 Syscall param readlinkat(buf) points to unaddressable byte(s)
    269    ...
    270  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    271 
    272 ---------------------------------------------------------
    273  23:              SYS_setuid 1s 0m
    274 ---------------------------------------------------------
    275 Syscall param setuid(uid) contains uninitialised byte(s)
    276    ...
    277 
    278 ---------------------------------------------------------
    279  24:              SYS_getuid 0s 0m
    280 ---------------------------------------------------------
    281 ---------------------------------------------------------
    282  25:               SYS_stime 1s 0m
    283 ---------------------------------------------------------
    284 Syscall param stime(time) contains uninitialised byte(s)
    285    ...
    286 
    287 ---------------------------------------------------------
    288  27:               SYS_alarm 1s 0m
    289 ---------------------------------------------------------
    290 Syscall param alarm(seconds) contains uninitialised byte(s)
    291    ...
    292 
    293 ---------------------------------------------------------
    294  29:               SYS_pause ignore
    295 ---------------------------------------------------------
    296 ---------------------------------------------------------
    297  31:                SYS_stty 2s 1m
    298 ---------------------------------------------------------
    299 Syscall param stty(fd) contains uninitialised byte(s)
    300    ...
    301 
    302 Syscall param stty(tty) contains uninitialised byte(s)
    303    ...
    304 
    305 Syscall param stty(tty) points to unaddressable byte(s)
    306    ...
    307  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    308 
    309 ---------------------------------------------------------
    310  32:                SYS_gtty 2s 1m
    311 ---------------------------------------------------------
    312 Syscall param gtty(fd) contains uninitialised byte(s)
    313    ...
    314 
    315 Syscall param gtty(tty) contains uninitialised byte(s)
    316    ...
    317 
    318 Syscall param gtty(tty) points to unaddressable byte(s)
    319    ...
    320  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    321 
    322 ---------------------------------------------------------
    323  37:                SYS_kill 2s 0m
    324 ---------------------------------------------------------
    325 Syscall param kill(pid) contains uninitialised byte(s)
    326    ...
    327 
    328 Syscall param kill(signal) contains uninitialised byte(s)
    329    ...
    330 
    331 ---------------------------------------------------------
    332  39:             SYS_pgrpsys (GETPGRP) 1s 0m
    333 ---------------------------------------------------------
    334 Syscall param pgrpsys_getpgrp(flag) contains uninitialised byte(s)
    335    ...
    336 
    337 ---------------------------------------------------------
    338  39:             SYS_pgrpsys (GETSID) 2s 0m
    339 ---------------------------------------------------------
    340 Syscall param pgrpsys_getsid(flag) contains uninitialised byte(s)
    341    ...
    342 
    343 Syscall param pgrpsys_getsid(pid) contains uninitialised byte(s)
    344    ...
    345 
    346 ---------------------------------------------------------
    347  39:             SYS_pgrpsys (GETPGID) 2s 0m
    348 ---------------------------------------------------------
    349 Syscall param pgrpsys_getpgid(flag) contains uninitialised byte(s)
    350    ...
    351 
    352 Syscall param pgrpsys_getpgid(pid) contains uninitialised byte(s)
    353    ...
    354 
    355 ---------------------------------------------------------
    356  42:                SYS_pipe ignore
    357 ---------------------------------------------------------
    358 ---------------------------------------------------------
    359  43:               SYS_times 1s 1m
    360 ---------------------------------------------------------
    361 Syscall param times(buf) contains uninitialised byte(s)
    362    ...
    363 
    364 Syscall param times(buf) points to unaddressable byte(s)
    365    ...
    366  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    367 
    368 ---------------------------------------------------------
    369  45:           SYS_faccessat 4s 1m
    370 ---------------------------------------------------------
    371 Syscall param faccessat(fd) contains uninitialised byte(s)
    372    ...
    373 
    374 Syscall param faccessat(path) contains uninitialised byte(s)
    375    ...
    376 
    377 Syscall param faccessat(amode) contains uninitialised byte(s)
    378    ...
    379 
    380 Syscall param faccessat(flag) contains uninitialised byte(s)
    381    ...
    382 
    383 Syscall param faccessat(path) points to unaddressable byte(s)
    384    ...
    385  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    386 
    387 ---------------------------------------------------------
    388  46:              SYS_setgid 1s 0m
    389 ---------------------------------------------------------
    390 Syscall param setgid(gid) contains uninitialised byte(s)
    391    ...
    392 
    393 ---------------------------------------------------------
    394  47:              SYS_getgid 0s 0m
    395 ---------------------------------------------------------
    396 ---------------------------------------------------------
    397  48:             SYS_mknodat 4s 1m
    398 ---------------------------------------------------------
    399 Syscall param mknodat(fd) contains uninitialised byte(s)
    400    ...
    401 
    402 Syscall param mknodat(fname) contains uninitialised byte(s)
    403    ...
    404 
    405 Syscall param mknodat(fmode) contains uninitialised byte(s)
    406    ...
    407 
    408 Syscall param mknodat(dev) contains uninitialised byte(s)
    409    ...
    410 
    411 Syscall param mknodat(fname) points to unaddressable byte(s)
    412    ...
    413  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    414 
    415 ---------------------------------------------------------
    416  50:              SYS_sysi86 incoming
    417 ---------------------------------------------------------
    418 ---------------------------------------------------------
    419  52:              SYS_shmsys (SHMAT) 4s 0m
    420 ---------------------------------------------------------
    421 Syscall param shmsys_shmat(opcode) contains uninitialised byte(s)
    422    ...
    423 
    424 Syscall param shmsys_shmat(shmid) contains uninitialised byte(s)
    425    ...
    426 
    427 Syscall param shmsys_shmat(shmaddr) contains uninitialised byte(s)
    428    ...
    429 
    430 
    431 More than 100 errors detected.  Subsequent errors
    432 will still be recorded, but in less detail than before.
    433 Syscall param shmsys_shmat(shmflg) contains uninitialised byte(s)
    434    ...
    435 
    436 ---------------------------------------------------------
    437  52:              SYS_shmsys (SHMCTL,SHM_LOCK) 3s 0m
    438 ---------------------------------------------------------
    439 Syscall param shmsys_shmctl_lock(opcode) contains uninitialised byte(s)
    440    ...
    441 
    442 Syscall param shmsys_shmctl_lock(shmid) contains uninitialised byte(s)
    443    ...
    444 
    445 Syscall param shmsys_shmctl_lock(cmd) contains uninitialised byte(s)
    446    ...
    447 
    448 ---------------------------------------------------------
    449  52:              SYS_shmsys (SHMCTL,SHM_UNLOCK) 3s 0m
    450 ---------------------------------------------------------
    451 Syscall param shmsys_shmctl_unlock(opcode) contains uninitialised byte(s)
    452    ...
    453 
    454 Syscall param shmsys_shmctl_unlock(shmid) contains uninitialised byte(s)
    455    ...
    456 
    457 Syscall param shmsys_shmctl_unlock(cmd) contains uninitialised byte(s)
    458    ...
    459 
    460 ---------------------------------------------------------
    461  52:              SYS_shmsys (SHMCTL,IPC_RMID) 3s 0m
    462 ---------------------------------------------------------
    463 Syscall param shmsys_shmctl_rmid(opcode) contains uninitialised byte(s)
    464    ...
    465 
    466 Syscall param shmsys_shmctl_rmid(shmid) contains uninitialised byte(s)
    467    ...
    468 
    469 Syscall param shmsys_shmctl_rmid(cmd) contains uninitialised byte(s)
    470    ...
    471 
    472 ---------------------------------------------------------
    473  52:              SYS_shmsys (SHMCTL,IPC_SET) 4s 3m
    474 ---------------------------------------------------------
    475 Syscall param shmsys_shmctl_set(opcode) contains uninitialised byte(s)
    476    ...
    477 
    478 Syscall param shmsys_shmctl_set(shmid) contains uninitialised byte(s)
    479    ...
    480 
    481 Syscall param shmsys_shmctl_set(cmd) contains uninitialised byte(s)
    482    ...
    483 
    484 Syscall param shmsys_shmctl_set(buf) contains uninitialised byte(s)
    485    ...
    486 
    487 Syscall param shmsys(shmctl, ipc_set, buf->shm_perm.uid) points to unaddressable byte(s)
    488    ...
    489  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    490 
    491 Syscall param shmsys(shmctl, ipc_set, buf->shm_perm.gid) points to unaddressable byte(s)
    492    ...
    493  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    494 
    495 Syscall param shmsys(shmctl, ipc_set, buf->shm_perm.mode) points to unaddressable byte(s)
    496    ...
    497  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    498 
    499 ---------------------------------------------------------
    500  52:              SYS_shmsys (SHMCTL,IPC_SET) 6s 0m
    501 ---------------------------------------------------------
    502 Syscall param shmsys_shmctl_set(opcode) contains uninitialised byte(s)
    503    ...
    504 
    505 Syscall param shmsys_shmctl_set(shmid) contains uninitialised byte(s)
    506    ...
    507 
    508 Syscall param shmsys_shmctl_set(cmd) contains uninitialised byte(s)
    509    ...
    510 
    511 Syscall param shmsys(shmctl, ipc_set, buf->shm_perm.uid) points to uninitialised byte(s)
    512    ...
    513  Address 0x........ is on thread 1's stack
    514 
    515 Syscall param shmsys(shmctl, ipc_set, buf->shm_perm.gid) points to uninitialised byte(s)
    516    ...
    517  Address 0x........ is on thread 1's stack
    518 
    519 Syscall param shmsys(shmctl, ipc_set, buf->shm_perm.mode) points to uninitialised byte(s)
    520    ...
    521  Address 0x........ is on thread 1's stack
    522 
    523 ---------------------------------------------------------
    524  52:              SYS_shmsys (SHMCTL,IPC_STAT) 4s 1m
    525 ---------------------------------------------------------
    526 Syscall param shmsys_shmctl_stat(opcode) contains uninitialised byte(s)
    527    ...
    528 
    529 Syscall param shmsys_shmctl_stat(shmid) contains uninitialised byte(s)
    530    ...
    531 
    532 Syscall param shmsys_shmctl_stat(cmd) contains uninitialised byte(s)
    533    ...
    534 
    535 Syscall param shmsys_shmctl_stat(buf) contains uninitialised byte(s)
    536    ...
    537 
    538 Syscall param shmsys(shmctl, ipc_stat, buf) points to unaddressable byte(s)
    539    ...
    540  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    541 
    542 ---------------------------------------------------------
    543  52:              SYS_shmsys (SHMCTL,IPC_SET64) 4s 3m
    544 ---------------------------------------------------------
    545 Syscall param shmsys_shmctl_set64(opcode) contains uninitialised byte(s)
    546    ...
    547 
    548 Syscall param shmsys_shmctl_set64(shmid) contains uninitialised byte(s)
    549    ...
    550 
    551 Syscall param shmsys_shmctl_set64(cmd) contains uninitialised byte(s)
    552    ...
    553 
    554 Syscall param shmsys_shmctl_set64(buf) contains uninitialised byte(s)
    555    ...
    556 
    557 Syscall param shmsys(shmctl, ipc_set64, buf->shmx_perm.ipcx_uid) points to unaddressable byte(s)
    558    ...
    559  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    560 
    561 Syscall param shmsys(shmctl, ipc_set64, buf->shmx_perm.ipcx_gid) points to unaddressable byte(s)
    562    ...
    563  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    564 
    565 Syscall param shmsys(shmctl, ipc_set64, buf->shmx_perm.ipcx_mode) points to unaddressable byte(s)
    566    ...
    567  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    568 
    569 ---------------------------------------------------------
    570  52:              SYS_shmsys (SHMCTL,IPC_SET64) 6s 0m
    571 ---------------------------------------------------------
    572 Syscall param shmsys_shmctl_set64(opcode) contains uninitialised byte(s)
    573    ...
    574 
    575 Syscall param shmsys_shmctl_set64(shmid) contains uninitialised byte(s)
    576    ...
    577 
    578 Syscall param shmsys_shmctl_set64(cmd) contains uninitialised byte(s)
    579    ...
    580 
    581 Syscall param shmsys(shmctl, ipc_set64, buf->shmx_perm.ipcx_uid) points to uninitialised byte(s)
    582    ...
    583  Address 0x........ is on thread 1's stack
    584 
    585 Syscall param shmsys(shmctl, ipc_set64, buf->shmx_perm.ipcx_gid) points to uninitialised byte(s)
    586    ...
    587  Address 0x........ is on thread 1's stack
    588 
    589 Syscall param shmsys(shmctl, ipc_set64, buf->shmx_perm.ipcx_mode) points to uninitialised byte(s)
    590    ...
    591  Address 0x........ is on thread 1's stack
    592 
    593 ---------------------------------------------------------
    594  52:              SYS_shmsys (SHMCTL,IPC_STAT64) 4s 1m
    595 ---------------------------------------------------------
    596 Syscall param shmsys_shmctl_stat64(opcode) contains uninitialised byte(s)
    597    ...
    598 
    599 Syscall param shmsys_shmctl_stat64(shmid) contains uninitialised byte(s)
    600    ...
    601 
    602 Syscall param shmsys_shmctl_stat64(cmd) contains uninitialised byte(s)
    603    ...
    604 
    605 Syscall param shmsys_shmctl_stat64(buf) contains uninitialised byte(s)
    606    ...
    607 
    608 Syscall param shmsys(shmctl, ipc_stat64, buf) points to unaddressable byte(s)
    609    ...
    610  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    611 
    612 ---------------------------------------------------------
    613  52:              SYS_shmsys (SHMDT) 2s 0m
    614 ---------------------------------------------------------
    615 Syscall param shmsys_shmdt(opcode) contains uninitialised byte(s)
    616    ...
    617 
    618 Syscall param shmsys_shmdt(shmaddr) contains uninitialised byte(s)
    619    ...
    620 
    621 Warning: client syscall shmdt tried to modify addresses 0x........-0x........
    622 ---------------------------------------------------------
    623  52:              SYS_shmsys (SHMGET) 4s 0m
    624 ---------------------------------------------------------
    625 Syscall param shmsys_shmget(opcode) contains uninitialised byte(s)
    626    ...
    627 
    628 Syscall param shmsys_shmget(key) contains uninitialised byte(s)
    629    ...
    630 
    631 Syscall param shmsys_shmget(size) contains uninitialised byte(s)
    632    ...
    633 
    634 Syscall param shmsys_shmget(shmflg) contains uninitialised byte(s)
    635    ...
    636 
    637 ---------------------------------------------------------
    638  52:              SYS_shmsys (SHMIDS) 4s 2m
    639 ---------------------------------------------------------
    640 Syscall param shmsys_shmids(opcode) contains uninitialised byte(s)
    641    ...
    642 
    643 Syscall param shmsys_shmids(buf) contains uninitialised byte(s)
    644    ...
    645 
    646 Syscall param shmsys_shmids(nids) contains uninitialised byte(s)
    647    ...
    648 
    649 Syscall param shmsys_shmids(pnids) contains uninitialised byte(s)
    650    ...
    651 
    652 Syscall param shmsys(shmids, buf) points to unaddressable byte(s)
    653    ...
    654  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    655 
    656 Syscall param shmsys(shmids, pnids) points to unaddressable byte(s)
    657    ...
    658  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    659 
    660 ---------------------------------------------------------
    661  53:              SYS_semsys (SEMCTL,IPC_STAT) 5s 1m
    662 ---------------------------------------------------------
    663 Syscall param semsys_semctl_stat(opcode) contains uninitialised byte(s)
    664    ...
    665 
    666 Syscall param semsys_semctl_stat(semid) contains uninitialised byte(s)
    667    ...
    668 
    669 Syscall param semsys_semctl_stat(semnum) contains uninitialised byte(s)
    670    ...
    671 
    672 Syscall param semsys_semctl_stat(cmd) contains uninitialised byte(s)
    673    ...
    674 
    675 Syscall param semsys_semctl_stat(arg) contains uninitialised byte(s)
    676    ...
    677 
    678 Syscall param semctl(IPC_STAT, arg.buf) points to unaddressable byte(s)
    679    ...
    680  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    681 
    682 ---------------------------------------------------------
    683  53:              SYS_semsys (SEMCTL,IPC_SET) 5s 1m
    684 ---------------------------------------------------------
    685 Syscall param semsys_semctl_set(opcode) contains uninitialised byte(s)
    686    ...
    687 
    688 Syscall param semsys_semctl_set(semid) contains uninitialised byte(s)
    689    ...
    690 
    691 Syscall param semsys_semctl_set(semnum) contains uninitialised byte(s)
    692    ...
    693 
    694 Syscall param semsys_semctl_set(cmd) contains uninitialised byte(s)
    695    ...
    696 
    697 Syscall param semsys_semctl_set(arg) contains uninitialised byte(s)
    698    ...
    699 
    700 Syscall param semctl(IPC_SET, arg.buf) points to unaddressable byte(s)
    701    ...
    702  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    703 
    704 ---------------------------------------------------------
    705  53:              SYS_semsys (SEMCTL,IPC_STAT64) 5s 1m
    706 ---------------------------------------------------------
    707 Syscall param semsys_semctl_stat64(opcode) contains uninitialised byte(s)
    708    ...
    709 
    710 Syscall param semsys_semctl_stat64(semid) contains uninitialised byte(s)
    711    ...
    712 
    713 Syscall param semsys_semctl_stat64(semnum) contains uninitialised byte(s)
    714    ...
    715 
    716 Syscall param semsys_semctl_stat64(cmd) contains uninitialised byte(s)
    717    ...
    718 
    719 Syscall param semsys_semctl_stat64(arg) contains uninitialised byte(s)
    720    ...
    721 
    722 Syscall param semctl(IPC_STAT, arg.buf) points to unaddressable byte(s)
    723    ...
    724  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    725 
    726 ---------------------------------------------------------
    727  53:              SYS_semsys (SEMCTL,IPC_SET64) 5s 1m
    728 ---------------------------------------------------------
    729 Syscall param semsys_semctl_set64(opcode) contains uninitialised byte(s)
    730    ...
    731 
    732 Syscall param semsys_semctl_set64(semid) contains uninitialised byte(s)
    733    ...
    734 
    735 Syscall param semsys_semctl_set64(semnum) contains uninitialised byte(s)
    736    ...
    737 
    738 Syscall param semsys_semctl_set64(cmd) contains uninitialised byte(s)
    739    ...
    740 
    741 Syscall param semsys_semctl_set64(arg) contains uninitialised byte(s)
    742    ...
    743 
    744 Syscall param semctl(IPC_SET, arg.buf) points to unaddressable byte(s)
    745    ...
    746  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    747 
    748 ---------------------------------------------------------
    749  53:              SYS_semsys (SEMCTL,IPC_RMID) 3s 0m
    750 ---------------------------------------------------------
    751 Syscall param semsys_semctl_rmid(opcode) contains uninitialised byte(s)
    752    ...
    753 
    754 Syscall param semsys_semctl_rmid(semid) contains uninitialised byte(s)
    755    ...
    756 
    757 Syscall param semsys_semctl_rmid(cmd) contains uninitialised byte(s)
    758    ...
    759 
    760 ---------------------------------------------------------
    761  53:              SYS_semsys (SEMCTL,GETALL) 4s 0m
    762 ---------------------------------------------------------
    763 Syscall param semsys_semctl_getall(opcode) contains uninitialised byte(s)
    764    ...
    765 
    766 Syscall param semsys_semctl_getall(semid) contains uninitialised byte(s)
    767    ...
    768 
    769 Syscall param semsys_semctl_getall(cmd) contains uninitialised byte(s)
    770    ...
    771 
    772 Syscall param semsys_semctl_getall(arg) contains uninitialised byte(s)
    773    ...
    774 
    775 ---------------------------------------------------------
    776  53:              SYS_semsys (SEMCTL,SETALL) 4s 0m
    777 ---------------------------------------------------------
    778 Syscall param semsys_semctl_setall(opcode) contains uninitialised byte(s)
    779    ...
    780 
    781 Syscall param semsys_semctl_setall(semid) contains uninitialised byte(s)
    782    ...
    783 
    784 Syscall param semsys_semctl_setall(cmd) contains uninitialised byte(s)
    785    ...
    786 
    787 Syscall param semsys_semctl_setall(arg) contains uninitialised byte(s)
    788    ...
    789 
    790 ---------------------------------------------------------
    791  53:              SYS_semsys (SEMCTL,GETVAL) 4s 0m
    792 ---------------------------------------------------------
    793 Syscall param semsys_semctl_getval(opcode) contains uninitialised byte(s)
    794    ...
    795 
    796 Syscall param semsys_semctl_getval(semid) contains uninitialised byte(s)
    797    ...
    798 
    799 Syscall param semsys_semctl_getval(semnum) contains uninitialised byte(s)
    800    ...
    801 
    802 Syscall param semsys_semctl_getval(cmd) contains uninitialised byte(s)
    803    ...
    804 
    805 ---------------------------------------------------------
    806  53:              SYS_semsys (SEMCTL,SETVAL) 5s 0m
    807 ---------------------------------------------------------
    808 Syscall param semsys_semctl_setval(opcode) contains uninitialised byte(s)
    809    ...
    810 
    811 Syscall param semsys_semctl_setval(semid) contains uninitialised byte(s)
    812    ...
    813 
    814 Syscall param semsys_semctl_setval(semnum) contains uninitialised byte(s)
    815    ...
    816 
    817 Syscall param semsys_semctl_setval(cmd) contains uninitialised byte(s)
    818    ...
    819 
    820 Syscall param semsys_semctl_setval(arg) contains uninitialised byte(s)
    821    ...
    822 
    823 ---------------------------------------------------------
    824  53:              SYS_semsys (SEMCTL,GETPID) 4s 0m
    825 ---------------------------------------------------------
    826 Syscall param semsys_semctl_getpid(opcode) contains uninitialised byte(s)
    827    ...
    828 
    829 Syscall param semsys_semctl_getpid(semid) contains uninitialised byte(s)
    830    ...
    831 
    832 Syscall param semsys_semctl_getpid(semnum) contains uninitialised byte(s)
    833    ...
    834 
    835 Syscall param semsys_semctl_getpid(cmd) contains uninitialised byte(s)
    836    ...
    837 
    838 ---------------------------------------------------------
    839  53:              SYS_semsys (SEMCTL,GETNCNT) 4s 0m
    840 ---------------------------------------------------------
    841 Syscall param semsys_semctl_getncnt(opcode) contains uninitialised byte(s)
    842    ...
    843 
    844 Syscall param semsys_semctl_getncnt(semid) contains uninitialised byte(s)
    845    ...
    846 
    847 Syscall param semsys_semctl_getncnt(semnum) contains uninitialised byte(s)
    848    ...
    849 
    850 Syscall param semsys_semctl_getncnt(cmd) contains uninitialised byte(s)
    851    ...
    852 
    853 ---------------------------------------------------------
    854  53:              SYS_semsys (SEMCTL,GETZCNT) 4s 0m
    855 ---------------------------------------------------------
    856 Syscall param semsys_semctl_getzcnt(opcode) contains uninitialised byte(s)
    857    ...
    858 
    859 Syscall param semsys_semctl_getzcnt(semid) contains uninitialised byte(s)
    860    ...
    861 
    862 Syscall param semsys_semctl_getzcnt(semnum) contains uninitialised byte(s)
    863    ...
    864 
    865 Syscall param semsys_semctl_getzcnt(cmd) contains uninitialised byte(s)
    866    ...
    867 
    868 ---------------------------------------------------------
    869  53:              SYS_semsys (SEMGET) 4s 0m
    870 ---------------------------------------------------------
    871 Syscall param semsys_semget(opcode) contains uninitialised byte(s)
    872    ...
    873 
    874 Syscall param semsys_semget(key) contains uninitialised byte(s)
    875    ...
    876 
    877 Syscall param semsys_semget(nsems) contains uninitialised byte(s)
    878    ...
    879 
    880 Syscall param semsys_semget(semflg) contains uninitialised byte(s)
    881    ...
    882 
    883 ---------------------------------------------------------
    884  53:              SYS_semsys (SEMOP) 4s 1m
    885 ---------------------------------------------------------
    886 Syscall param semsys_semop(opcode) contains uninitialised byte(s)
    887    ...
    888 
    889 Syscall param semsys_semop(semid) contains uninitialised byte(s)
    890    ...
    891 
    892 Syscall param semsys_semop(sops) contains uninitialised byte(s)
    893    ...
    894 
    895 Syscall param semsys_semop(nsops) contains uninitialised byte(s)
    896    ...
    897 
    898 Syscall param semop(sops) points to unaddressable byte(s)
    899    ...
    900  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    901 
    902 ---------------------------------------------------------
    903  53:              SYS_semsys (SEMIDS) 4s 2m
    904 ---------------------------------------------------------
    905 Syscall param semsys_semids(opcode) contains uninitialised byte(s)
    906    ...
    907 
    908 Syscall param semsys_semids(buf) contains uninitialised byte(s)
    909    ...
    910 
    911 Syscall param semsys_semids(nids) contains uninitialised byte(s)
    912    ...
    913 
    914 Syscall param semsys_semids(pnids) contains uninitialised byte(s)
    915    ...
    916 
    917 Syscall param semsys(semids, buf) points to unaddressable byte(s)
    918    ...
    919  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    920 
    921 Syscall param semsys(semids, pnids) points to unaddressable byte(s)
    922    ...
    923  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    924 
    925 ---------------------------------------------------------
    926  53:              SYS_semsys (SEMTIMEDOP) 5s 2m
    927 ---------------------------------------------------------
    928 Syscall param semsys_semtimedop(opcode) contains uninitialised byte(s)
    929    ...
    930 
    931 Syscall param semsys_semtimedop(semid) contains uninitialised byte(s)
    932    ...
    933 
    934 Syscall param semsys_semtimedop(sops) contains uninitialised byte(s)
    935    ...
    936 
    937 Syscall param semsys_semtimedop(nsops) contains uninitialised byte(s)
    938    ...
    939 
    940 Syscall param semsys_semtimedop(timeout) contains uninitialised byte(s)
    941    ...
    942 
    943 Syscall param semtimedop(sops) points to unaddressable byte(s)
    944    ...
    945  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    946 
    947 Syscall param semtimedop(timeout) points to unaddressable byte(s)
    948    ...
    949  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    950 
    951 ---------------------------------------------------------
    952  54:               SYS_ioctl 3s 1m
    953 ---------------------------------------------------------
    954 Syscall param ioctl(fd) contains uninitialised byte(s)
    955    ...
    956 
    957 Syscall param ioctl(request) contains uninitialised byte(s)
    958    ...
    959 
    960 Syscall param ioctl(arg) contains uninitialised byte(s)
    961    ...
    962 
    963 Syscall param ioctl(TCGETS) points to unaddressable byte(s)
    964    ...
    965  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    966 
    967 ---------------------------------------------------------
    968  56:            SYS_fchownat 5s 1m
    969 ---------------------------------------------------------
    970 Syscall param fchownat(fd) contains uninitialised byte(s)
    971    ...
    972 
    973 Syscall param fchownat(path) contains uninitialised byte(s)
    974    ...
    975 
    976 Syscall param fchownat(owner) contains uninitialised byte(s)
    977    ...
    978 
    979 Syscall param fchownat(group) contains uninitialised byte(s)
    980    ...
    981 
    982 Syscall param fchownat(flag) contains uninitialised byte(s)
    983    ...
    984 
    985 Syscall param fchownat(path) points to unaddressable byte(s)
    986    ...
    987  Address 0x........ is not stack'd, malloc'd or (recently) free'd
    988 
    989 ---------------------------------------------------------
    990  58:              SYS_fdsync 2s 0m
    991 ---------------------------------------------------------
    992 Syscall param fdsync(fd) contains uninitialised byte(s)
    993    ...
    994 
    995 Syscall param fdsync(flag) contains uninitialised byte(s)
    996    ...
    997 
    998 ---------------------------------------------------------
    999  59:              SYS_execve 3s 1m
   1000 ---------------------------------------------------------
   1001 Syscall param execve(file) contains uninitialised byte(s)
   1002    ...
   1003 
   1004 Syscall param execve(argv) contains uninitialised byte(s)
   1005    ...
   1006 
   1007 Syscall param execve(envp) contains uninitialised byte(s)
   1008    ...
   1009 
   1010 Syscall param execve(filename) points to unaddressable byte(s)
   1011    ...
   1012  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1013 
   1014 ---------------------------------------------------------
   1015  60:               SYS_umask 1s 0m
   1016 ---------------------------------------------------------
   1017 Syscall param umask(mask) contains uninitialised byte(s)
   1018    ...
   1019 
   1020 ---------------------------------------------------------
   1021  61:              SYS_chroot 1s 1m
   1022 ---------------------------------------------------------
   1023 Syscall param chroot(path) contains uninitialised byte(s)
   1024    ...
   1025 
   1026 Syscall param chroot(path) points to unaddressable byte(s)
   1027    ...
   1028  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1029 
   1030 ---------------------------------------------------------
   1031  62:               SYS_fcntl (GETFD) 2s 0m
   1032 ---------------------------------------------------------
   1033 Syscall param fcntl(fildes) contains uninitialised byte(s)
   1034    ...
   1035 
   1036 Syscall param fcntl(cmd) contains uninitialised byte(s)
   1037    ...
   1038 
   1039 ---------------------------------------------------------
   1040  62:               SYS_fcntl (DUPFD) 3s 0m
   1041 ---------------------------------------------------------
   1042 Syscall param fcntl(fildes) contains uninitialised byte(s)
   1043    ...
   1044 
   1045 Syscall param fcntl(cmd) contains uninitialised byte(s)
   1046    ...
   1047 
   1048 Syscall param fcntl(arg) contains uninitialised byte(s)
   1049    ...
   1050 
   1051 ---------------------------------------------------------
   1052  62:               SYS_fcntl (GETLK) 3s 5m
   1053 ---------------------------------------------------------
   1054 Syscall param fcntl(fildes) contains uninitialised byte(s)
   1055    ...
   1056 
   1057 Syscall param fcntl(cmd) contains uninitialised byte(s)
   1058    ...
   1059 
   1060 Syscall param fcntl(lock) contains uninitialised byte(s)
   1061    ...
   1062 
   1063 Syscall param fcntl(lock->l_type) points to unaddressable byte(s)
   1064    ...
   1065  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1066 
   1067 Syscall param fcntl(lock->l_whence) points to unaddressable byte(s)
   1068    ...
   1069  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1070 
   1071 Syscall param fcntl(lock->l_start) points to unaddressable byte(s)
   1072    ...
   1073  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1074 
   1075 Syscall param fcntl(lock->l_len) points to unaddressable byte(s)
   1076    ...
   1077  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1078 
   1079 Syscall param fcntl(lock) points to unaddressable byte(s)
   1080    ...
   1081  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1082 
   1083 ---------------------------------------------------------
   1084  64:            SYS_renameat 4s 2m
   1085 ---------------------------------------------------------
   1086 Syscall param renameat(fromfd) contains uninitialised byte(s)
   1087    ...
   1088 
   1089 Syscall param renameat(old) contains uninitialised byte(s)
   1090    ...
   1091 
   1092 Syscall param renameat(tofd) contains uninitialised byte(s)
   1093    ...
   1094 
   1095 Syscall param renameat(new) contains uninitialised byte(s)
   1096    ...
   1097 
   1098 Syscall param renameat(old) points to unaddressable byte(s)
   1099    ...
   1100  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1101 
   1102 Syscall param renameat(new) points to unaddressable byte(s)
   1103    ...
   1104  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1105 
   1106 ---------------------------------------------------------
   1107  xx:            SYS_unlinkat 3s 1m
   1108 ---------------------------------------------------------
   1109 Syscall param unlinkat(dirfd) contains uninitialised byte(s)
   1110    ...
   1111 
   1112 Syscall param unlinkat(pathname) contains uninitialised byte(s)
   1113    ...
   1114 
   1115 Syscall param unlinkat(flags) contains uninitialised byte(s)
   1116    ...
   1117 
   1118 Syscall param unlinkat(pathname) points to unaddressable byte(s)
   1119    ...
   1120  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1121 
   1122 ---------------------------------------------------------
   1123  66:             SYS_fstatat 4s 2m
   1124 ---------------------------------------------------------
   1125 Syscall param fstatat(fildes) contains uninitialised byte(s)
   1126    ...
   1127 
   1128 Syscall param fstatat(path) contains uninitialised byte(s)
   1129    ...
   1130 
   1131 Syscall param fstatat(buf) contains uninitialised byte(s)
   1132    ...
   1133 
   1134 Syscall param fstatat(flag) contains uninitialised byte(s)
   1135    ...
   1136 
   1137 Syscall param fstatat(path) points to unaddressable byte(s)
   1138    ...
   1139  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1140 
   1141 Syscall param fstatat(buf) points to unaddressable byte(s)
   1142    ...
   1143  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1144 
   1145 ---------------------------------------------------------
   1146  68:              SYS_openat (3-args) 3s 1m
   1147 ---------------------------------------------------------
   1148 Syscall param openat(fildes) contains uninitialised byte(s)
   1149    ...
   1150 
   1151 Syscall param openat(filename) contains uninitialised byte(s)
   1152    ...
   1153 
   1154 Syscall param openat(flags) contains uninitialised byte(s)
   1155    ...
   1156 
   1157 Syscall param openat(filename) points to unaddressable byte(s)
   1158    ...
   1159  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1160 
   1161 ---------------------------------------------------------
   1162  68:              SYS_openat (4-args) 4s 1m
   1163 ---------------------------------------------------------
   1164 Syscall param openat(fildes) contains uninitialised byte(s)
   1165    ...
   1166 
   1167 Syscall param openat(filename) contains uninitialised byte(s)
   1168    ...
   1169 
   1170 Syscall param openat(flags) contains uninitialised byte(s)
   1171    ...
   1172 
   1173 Syscall param openat(mode) contains uninitialised byte(s)
   1174    ...
   1175 
   1176 Syscall param openat(filename) points to unaddressable byte(s)
   1177    ...
   1178  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1179 
   1180 ---------------------------------------------------------
   1181  70:             SYS_tasksys (settaskid) 3s 0m
   1182 ---------------------------------------------------------
   1183 Syscall param tasksys_settaskid(code) contains uninitialised byte(s)
   1184    ...
   1185 
   1186 Syscall param tasksys_settaskid(projid) contains uninitialised byte(s)
   1187    ...
   1188 
   1189 Syscall param tasksys_settaskid(flags) contains uninitialised byte(s)
   1190    ...
   1191 
   1192 ---------------------------------------------------------
   1193  70:             SYS_tasksys (gettaskid) 1s 0m
   1194 ---------------------------------------------------------
   1195 Syscall param tasksys_gettaskid(code) contains uninitialised byte(s)
   1196    ...
   1197 
   1198 ---------------------------------------------------------
   1199  70:             SYS_tasksys (getprojid) 1s 0m
   1200 ---------------------------------------------------------
   1201 Syscall param tasksys_getprojid(code) contains uninitialised byte(s)
   1202    ...
   1203 
   1204 ---------------------------------------------------------
   1205  70:             SYS_tasksys (projlist) 3s 1m
   1206 ---------------------------------------------------------
   1207 Syscall param tasksys_projlist(code) contains uninitialised byte(s)
   1208    ...
   1209 
   1210 Syscall param tasksys_projlist(idbuf) contains uninitialised byte(s)
   1211    ...
   1212 
   1213 Syscall param tasksys_projlist(idbufsz) contains uninitialised byte(s)
   1214    ...
   1215 
   1216 Syscall param tasksys(idbuf) points to unaddressable byte(s)
   1217    ...
   1218  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1219 
   1220 ---------------------------------------------------------
   1221  73:        SYS_getpagesizes 3s 1m
   1222 ---------------------------------------------------------
   1223 Syscall param getpagesizes(legacy) contains uninitialised byte(s)
   1224    ...
   1225 
   1226 Syscall param getpagesizes(buf) contains uninitialised byte(s)
   1227    ...
   1228 
   1229 Syscall param getpagesizes(nelem) contains uninitialised byte(s)
   1230    ...
   1231 
   1232 Syscall param getpagesizes(buf) points to unaddressable byte(s)
   1233    ...
   1234  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1235 
   1236 ---------------------------------------------------------
   1237  77:            SYS_lwp_park ignore
   1238 ---------------------------------------------------------
   1239 ---------------------------------------------------------
   1240  78:           SYS_sendfilev (SENDFILEV) 5s 2m
   1241 ---------------------------------------------------------
   1242 Syscall param sendfilev(opcode) contains uninitialised byte(s)
   1243    ...
   1244 
   1245 Syscall param sendfilev(fd) contains uninitialised byte(s)
   1246    ...
   1247 
   1248 Syscall param sendfilev(vec) contains uninitialised byte(s)
   1249    ...
   1250 
   1251 Syscall param sendfilev(sfvcnt) contains uninitialised byte(s)
   1252    ...
   1253 
   1254 Syscall param sendfilev(xferred) contains uninitialised byte(s)
   1255    ...
   1256 
   1257 Syscall param sendfilev(vec) points to unaddressable byte(s)
   1258    ...
   1259  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1260 
   1261 Syscall param sendfilev(xferred) points to unaddressable byte(s)
   1262    ...
   1263  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1264 
   1265 ---------------------------------------------------------
   1266  78:           SYS_sendfilev (SENDFILEV) 4s 2m
   1267 ---------------------------------------------------------
   1268 Syscall param sendfilev(opcode) contains uninitialised byte(s)
   1269    ...
   1270 
   1271 Syscall param sendfilev(fd) contains uninitialised byte(s)
   1272    ...
   1273 
   1274 Syscall param sendfilev(xferred) contains uninitialised byte(s)
   1275    ...
   1276 
   1277 Syscall param sendfilev(vec) points to uninitialised byte(s)
   1278    ...
   1279  Address 0x........ is on thread 1's stack
   1280 
   1281 Syscall param sendfilev(xferred) points to unaddressable byte(s)
   1282    ...
   1283  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1284 
   1285 Syscall param sendfilev(vec[0].sfv_off points to unaddressable byte(s)
   1286    ...
   1287  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1288 
   1289 ---------------------------------------------------------
   1290  78:           SYS_sendfilev (SENDFILEV64) 5s 2m
   1291 ---------------------------------------------------------
   1292 Syscall param sendfilev(opcode) contains uninitialised byte(s)
   1293    ...
   1294 
   1295 Syscall param sendfilev(fd) contains uninitialised byte(s)
   1296    ...
   1297 
   1298 Syscall param sendfilev(vec) contains uninitialised byte(s)
   1299    ...
   1300 
   1301 Syscall param sendfilev(sfvcnt) contains uninitialised byte(s)
   1302    ...
   1303 
   1304 Syscall param sendfilev(xferred) contains uninitialised byte(s)
   1305    ...
   1306 
   1307 Syscall param sendfilev(vec) points to unaddressable byte(s)
   1308    ...
   1309  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1310 
   1311 Syscall param sendfilev(xferred) points to unaddressable byte(s)
   1312    ...
   1313  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1314 
   1315 ---------------------------------------------------------
   1316  78:           SYS_sendfilev (SENDFILEV64) 4s 2m
   1317 ---------------------------------------------------------
   1318 Syscall param sendfilev(opcode) contains uninitialised byte(s)
   1319    ...
   1320 
   1321 Syscall param sendfilev(fd) contains uninitialised byte(s)
   1322    ...
   1323 
   1324 Syscall param sendfilev(xferred) contains uninitialised byte(s)
   1325    ...
   1326 
   1327 Syscall param sendfilev(vec) points to uninitialised byte(s)
   1328    ...
   1329  Address 0x........ is on thread 1's stack
   1330 
   1331 Syscall param sendfilev(xferred) points to unaddressable byte(s)
   1332    ...
   1333  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1334 
   1335 Syscall param sendfilev(vec[0].sfv_off points to unaddressable byte(s)
   1336    ...
   1337  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1338 
   1339 ---------------------------------------------------------
   1340  81:            SYS_getdents 3s 1m
   1341 ---------------------------------------------------------
   1342 Syscall param getdents(fd) contains uninitialised byte(s)
   1343    ...
   1344 
   1345 Syscall param getdents(dirp) contains uninitialised byte(s)
   1346    ...
   1347 
   1348 Syscall param getdents(count) contains uninitialised byte(s)
   1349    ...
   1350 
   1351 Syscall param getdents(dirp) points to unaddressable byte(s)
   1352    ...
   1353  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1354 
   1355 ---------------------------------------------------------
   1356  82:             SYS_privsys (PRIVSYS_SETPPRIV) 5s 1m
   1357 ---------------------------------------------------------
   1358 Syscall param privsys_setppriv(code) contains uninitialised byte(s)
   1359    ...
   1360 
   1361 Syscall param privsys_setppriv(op) contains uninitialised byte(s)
   1362    ...
   1363 
   1364 Syscall param privsys_setppriv(type) contains uninitialised byte(s)
   1365    ...
   1366 
   1367 Syscall param privsys_setppriv(pset) contains uninitialised byte(s)
   1368    ...
   1369 
   1370 Syscall param privsys_setppriv(bufsize) contains uninitialised byte(s)
   1371    ...
   1372 
   1373 Syscall param privsys(pset) points to unaddressable byte(s)
   1374    ...
   1375  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1376 
   1377 ---------------------------------------------------------
   1378  82:             SYS_privsys (PRIVSYS_GETPPRIV) 5s 1m
   1379 ---------------------------------------------------------
   1380 Syscall param privsys_getppriv(code) contains uninitialised byte(s)
   1381    ...
   1382 
   1383 Syscall param privsys_getppriv(op) contains uninitialised byte(s)
   1384    ...
   1385 
   1386 Syscall param privsys_getppriv(type) contains uninitialised byte(s)
   1387    ...
   1388 
   1389 Syscall param privsys_getppriv(pset) contains uninitialised byte(s)
   1390    ...
   1391 
   1392 Syscall param privsys_getppriv(bufsize) contains uninitialised byte(s)
   1393    ...
   1394 
   1395 Syscall param privsys(pset) points to unaddressable byte(s)
   1396    ...
   1397  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1398 
   1399 ---------------------------------------------------------
   1400  82:             SYS_privsys (PRIVSYS_GETIMPLINFO) 5s 1m
   1401 ---------------------------------------------------------
   1402 Syscall param privsys_getprivinfo(code) contains uninitialised byte(s)
   1403    ...
   1404 
   1405 Syscall param privsys_getprivinfo(op) contains uninitialised byte(s)
   1406    ...
   1407 
   1408 Syscall param privsys_getprivinfo(type) contains uninitialised byte(s)
   1409    ...
   1410 
   1411 Syscall param privsys_getprivinfo(buf) contains uninitialised byte(s)
   1412    ...
   1413 
   1414 Syscall param privsys_getprivinfo(bufsize) contains uninitialised byte(s)
   1415    ...
   1416 
   1417 Syscall param privsys(buf) points to unaddressable byte(s)
   1418    ...
   1419  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1420 
   1421 ---------------------------------------------------------
   1422  82:             SYS_privsys (PRIVSYS_SETPFLAGS) 3s 0m
   1423 ---------------------------------------------------------
   1424 Syscall param privsys_setpflags(code) contains uninitialised byte(s)
   1425    ...
   1426 
   1427 Syscall param privsys_setpflags(flag) contains uninitialised byte(s)
   1428    ...
   1429 
   1430 Syscall param privsys_setpflags(val) contains uninitialised byte(s)
   1431    ...
   1432 
   1433 ---------------------------------------------------------
   1434  82:             SYS_privsys (PRIVSYS_GETPFLAGS) 2s 0m
   1435 ---------------------------------------------------------
   1436 Syscall param privsys_setpflags(code) contains uninitialised byte(s)
   1437    ...
   1438 
   1439 Syscall param privsys_setpflags(flag) contains uninitialised byte(s)
   1440    ...
   1441 
   1442 ---------------------------------------------------------
   1443  82:             SYS_privsys (PRIVSYS_ISSETUGID) 1s 0m
   1444 ---------------------------------------------------------
   1445 Syscall param privsys_issetugid(code) contains uninitialised byte(s)
   1446    ...
   1447 
   1448 ---------------------------------------------------------
   1449  82:             SYS_privsys (PRIVSYS_PFEXEC_REG) 2s 0m
   1450 ---------------------------------------------------------
   1451 Syscall param privsys_register_pfexec(code) contains uninitialised byte(s)
   1452    ...
   1453 
   1454 Syscall param privsys_register_pfexec(did) contains uninitialised byte(s)
   1455    ...
   1456 
   1457 ---------------------------------------------------------
   1458  82:             SYS_privsys (PRIVSYS_PFEXEC_UNREG) 2s 0m
   1459 ---------------------------------------------------------
   1460 Syscall param privsys_unregister_pfexec(code) contains uninitialised byte(s)
   1461    ...
   1462 
   1463 Syscall param privsys_unregister_pfexec(did) contains uninitialised byte(s)
   1464    ...
   1465 
   1466 ---------------------------------------------------------
   1467  83:            SYS_ucredsys (UCREDSYS_UCREDGET) 3s 1m
   1468 ---------------------------------------------------------
   1469 Syscall param ucredsys_ucredget(code) contains uninitialised byte(s)
   1470    ...
   1471 
   1472 Syscall param ucredsys_ucredget(pid) contains uninitialised byte(s)
   1473    ...
   1474 
   1475 Syscall param ucredsys_ucredget(buf) contains uninitialised byte(s)
   1476    ...
   1477 
   1478 Syscall param ucredsys(buf) points to unaddressable byte(s)
   1479    ...
   1480  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1481 
   1482 ---------------------------------------------------------
   1483  83:            SYS_ucredsys (UCREDSYS_GETPEERUCRED) 3s 1m
   1484 ---------------------------------------------------------
   1485 Syscall param ucredsys_getpeerucred(code) contains uninitialised byte(s)
   1486    ...
   1487 
   1488 Syscall param ucredsys_getpeerucred(fd) contains uninitialised byte(s)
   1489    ...
   1490 
   1491 Syscall param ucredsys_getpeerucred(buf) contains uninitialised byte(s)
   1492    ...
   1493 
   1494 Syscall param ucredsys(buf) points to unaddressable byte(s)
   1495    ...
   1496  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1497 
   1498 ---------------------------------------------------------
   1499  85:              SYS_getmsg 4s 1m
   1500 ---------------------------------------------------------
   1501 Syscall param getmsg(fildes) contains uninitialised byte(s)
   1502    ...
   1503 
   1504 Syscall param getmsg(ctlptr) contains uninitialised byte(s)
   1505    ...
   1506 
   1507 Syscall param getmsg(dataptr) contains uninitialised byte(s)
   1508    ...
   1509 
   1510 Syscall param getmsg(flagsp) contains uninitialised byte(s)
   1511    ...
   1512 
   1513 Syscall param getmsg(flagsp) points to unaddressable byte(s)
   1514    ...
   1515  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1516 
   1517 ---------------------------------------------------------
   1518  86:              SYS_putmsg 4s 0m
   1519 ---------------------------------------------------------
   1520 Syscall param putmsg(fildes) contains uninitialised byte(s)
   1521    ...
   1522 
   1523 Syscall param putmsg(ctrlptr) contains uninitialised byte(s)
   1524    ...
   1525 
   1526 Syscall param putmsg(dataptr) contains uninitialised byte(s)
   1527    ...
   1528 
   1529 Syscall param putmsg(flags) contains uninitialised byte(s)
   1530    ...
   1531 
   1532 ---------------------------------------------------------
   1533  91:           SYS_setgroups 2s 1m
   1534 ---------------------------------------------------------
   1535 Syscall param setgroups(size) contains uninitialised byte(s)
   1536    ...
   1537 
   1538 Syscall param setgroups(list) contains uninitialised byte(s)
   1539    ...
   1540 
   1541 Syscall param setgroups(list) points to unaddressable byte(s)
   1542    ...
   1543  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1544 
   1545 ---------------------------------------------------------
   1546  92:           SYS_getgroups 2s 1m
   1547 ---------------------------------------------------------
   1548 Syscall param getgroups(size) contains uninitialised byte(s)
   1549    ...
   1550 
   1551 Syscall param getgroups(list) contains uninitialised byte(s)
   1552    ...
   1553 
   1554 Syscall param getgroups(list) points to unaddressable byte(s)
   1555    ...
   1556  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1557 
   1558 ---------------------------------------------------------
   1559  95:         SYS_sigprocmask 3s 2m
   1560 ---------------------------------------------------------
   1561 Syscall param sigprocmask(how) contains uninitialised byte(s)
   1562    ...
   1563 
   1564 Syscall param sigprocmask(set) contains uninitialised byte(s)
   1565    ...
   1566 
   1567 Syscall param sigprocmask(oset) contains uninitialised byte(s)
   1568    ...
   1569 
   1570 Syscall param sigprocmask(set) points to unaddressable byte(s)
   1571    ...
   1572  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1573 
   1574 Syscall param sigprocmask(oset) points to unaddressable byte(s)
   1575    ...
   1576  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1577 
   1578 ---------------------------------------------------------
   1579  97:         SYS_sigaltstack 2s 2m
   1580 ---------------------------------------------------------
   1581 Syscall param sigaltstack(ss) contains uninitialised byte(s)
   1582    ...
   1583 
   1584 Syscall param sigaltstack(oss) contains uninitialised byte(s)
   1585    ...
   1586 
   1587 Syscall param sigaltstack(ss) points to unaddressable byte(s)
   1588    ...
   1589  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1590 
   1591 Syscall param sigaltstack(oss) points to unaddressable byte(s)
   1592    ...
   1593  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1594 
   1595 ---------------------------------------------------------
   1596  98:           SYS_sigaction 3s 4m
   1597 ---------------------------------------------------------
   1598 Syscall param sigaction(signal) contains uninitialised byte(s)
   1599    ...
   1600 
   1601 Syscall param sigaction(act) contains uninitialised byte(s)
   1602    ...
   1603 
   1604 Syscall param sigaction(oact) contains uninitialised byte(s)
   1605    ...
   1606 
   1607 Syscall param sigaction(act->sa_flags) points to unaddressable byte(s)
   1608    ...
   1609  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1610 
   1611 Syscall param sigaction(act->sa_handler) points to unaddressable byte(s)
   1612    ...
   1613  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1614 
   1615 Syscall param sigaction(act->sa_mask) points to unaddressable byte(s)
   1616    ...
   1617  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1618 
   1619 Syscall param sigaction(oact) points to unaddressable byte(s)
   1620    ...
   1621  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1622 
   1623 ---------------------------------------------------------
   1624  99:          SYS_sigpending 2s 1m
   1625 ---------------------------------------------------------
   1626 Syscall param sigpending(flag) contains uninitialised byte(s)
   1627    ...
   1628 
   1629 Syscall param sigpending(setp) contains uninitialised byte(s)
   1630    ...
   1631 
   1632 Syscall param sigpending(setp) points to unaddressable byte(s)
   1633    ...
   1634  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1635 
   1636 ---------------------------------------------------------
   1637 100:             SYS_context (GETCONTEXT) 2s 1m
   1638 ---------------------------------------------------------
   1639 Syscall param getsetcontext_getcontext(flag) contains uninitialised byte(s)
   1640    ...
   1641 
   1642 Syscall param getsetcontext_getcontext(ucp) contains uninitialised byte(s)
   1643    ...
   1644 
   1645 Syscall param getsetcontext(ucp) points to unaddressable byte(s)
   1646    ...
   1647  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1648 
   1649 ---------------------------------------------------------
   1650 100:             SYS_context (SETCONTEXT) 2s 0m
   1651 ---------------------------------------------------------
   1652 Syscall param getsetcontext_setcontext(flag) contains uninitialised byte(s)
   1653    ...
   1654 
   1655 Syscall param getsetcontext_setcontext(ucp) contains uninitialised byte(s)
   1656    ...
   1657 
   1658 ---------------------------------------------------------
   1659 100:             SYS_context (GETUSTACK) 2s 1m
   1660 ---------------------------------------------------------
   1661 Syscall param getsetcontext_getustack(flag) contains uninitialised byte(s)
   1662    ...
   1663 
   1664 Syscall param getsetcontext_getustack(spp) contains uninitialised byte(s)
   1665    ...
   1666 
   1667 Syscall param getsetcontext(spp) points to unaddressable byte(s)
   1668    ...
   1669  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1670 
   1671 ---------------------------------------------------------
   1672 100:             SYS_context (SETUSTACK) 2s 1m
   1673 ---------------------------------------------------------
   1674 Syscall param getsetcontext_setustack(flag) contains uninitialised byte(s)
   1675    ...
   1676 
   1677 Syscall param getsetcontext_setustack(sp) contains uninitialised byte(s)
   1678    ...
   1679 
   1680 Syscall param getsetcontext_setustack(sp) points to unaddressable byte(s)
   1681    ...
   1682  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1683 
   1684 ---------------------------------------------------------
   1685 101:            SYS_fchmodat 4s 1m
   1686 ---------------------------------------------------------
   1687 Syscall param fchmodat(fd) contains uninitialised byte(s)
   1688    ...
   1689 
   1690 Syscall param fchmodat(path) contains uninitialised byte(s)
   1691    ...
   1692 
   1693 Syscall param fchmodat(mode) contains uninitialised byte(s)
   1694    ...
   1695 
   1696 Syscall param fchmodat(flag) contains uninitialised byte(s)
   1697    ...
   1698 
   1699 Syscall param fchmodat(path) points to unaddressable byte(s)
   1700    ...
   1701  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1702 
   1703 ---------------------------------------------------------
   1704 102:             SYS_mkdirat 3s 1m
   1705 ---------------------------------------------------------
   1706 Syscall param mkdirat(fd) contains uninitialised byte(s)
   1707    ...
   1708 
   1709 Syscall param mkdirat(path) contains uninitialised byte(s)
   1710    ...
   1711 
   1712 Syscall param mkdirat(mode) contains uninitialised byte(s)
   1713    ...
   1714 
   1715 Syscall param mkdirat(path) points to unaddressable byte(s)
   1716    ...
   1717  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1718 
   1719 ---------------------------------------------------------
   1720 103:             SYS_statvfs 2s 2m
   1721 ---------------------------------------------------------
   1722 Syscall param statvfs(path) contains uninitialised byte(s)
   1723    ...
   1724 
   1725 Syscall param statvfs(buf) contains uninitialised byte(s)
   1726    ...
   1727 
   1728 Syscall param statvfs(path) points to unaddressable byte(s)
   1729    ...
   1730  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1731 
   1732 Syscall param statvfs(buf) points to unaddressable byte(s)
   1733    ...
   1734  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1735 
   1736 ---------------------------------------------------------
   1737 103:             SYS_statvfs 4s 0m
   1738 ---------------------------------------------------------
   1739 Syscall param statvfs(path) contains uninitialised byte(s)
   1740    ...
   1741 
   1742 Syscall param statvfs(buf) contains uninitialised byte(s)
   1743    ...
   1744 
   1745 Conditional jump or move depends on uninitialised value(s)
   1746    ...
   1747 
   1748 Conditional jump or move depends on uninitialised value(s)
   1749    ...
   1750 
   1751 ---------------------------------------------------------
   1752 104:            SYS_fstatvfs 2s 1m
   1753 ---------------------------------------------------------
   1754 Syscall param fstatvfs(fd) contains uninitialised byte(s)
   1755    ...
   1756 
   1757 Syscall param fstatvfs(buf) contains uninitialised byte(s)
   1758    ...
   1759 
   1760 Syscall param fstatvfs(buf) points to unaddressable byte(s)
   1761    ...
   1762  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1763 
   1764 ---------------------------------------------------------
   1765 106:              SYS_nfssys (NFS_REVAUTH) 2s 1m
   1766 ---------------------------------------------------------
   1767 Syscall param nfssys_nfs_revauth(opcode) contains uninitialised byte(s)
   1768    ...
   1769 
   1770 Syscall param nfssys_nfs_revauth(args) contains uninitialised byte(s)
   1771    ...
   1772 
   1773 Syscall param nfssys(arg) points to unaddressable byte(s)
   1774    ...
   1775  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1776 
   1777 ---------------------------------------------------------
   1778 107:              SYS_waitid 4s 1m
   1779 ---------------------------------------------------------
   1780 Syscall param waitid(idtype) contains uninitialised byte(s)
   1781    ...
   1782 
   1783 Syscall param waitid(id) contains uninitialised byte(s)
   1784    ...
   1785 
   1786 Syscall param waitid(infop) contains uninitialised byte(s)
   1787    ...
   1788 
   1789 Syscall param waitid(options) contains uninitialised byte(s)
   1790    ...
   1791 
   1792 Syscall param waitid(infop) points to unaddressable byte(s)
   1793    ...
   1794  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1795 
   1796 ---------------------------------------------------------
   1797 111:           SYS_sigresend 3s 2m
   1798 ---------------------------------------------------------
   1799 Syscall param sigresend(signal) contains uninitialised byte(s)
   1800    ...
   1801 
   1802 Syscall param sigresend(siginfo) contains uninitialised byte(s)
   1803    ...
   1804 
   1805 Syscall param sigresend(mask) contains uninitialised byte(s)
   1806    ...
   1807 
   1808 Syscall param sigresend(siginfo) points to unaddressable byte(s)
   1809    ...
   1810  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1811 
   1812 Syscall param sigresend(mask) points to unaddressable byte(s)
   1813    ...
   1814  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1815 
   1816 ---------------------------------------------------------
   1817 112:         SYS_priocntlsys (GETCID) 6s 0m
   1818 ---------------------------------------------------------
   1819 Syscall param priocntlsys(pc_version) contains uninitialised byte(s)
   1820    ...
   1821 
   1822 Syscall param priocntlsys(psp) contains uninitialised byte(s)
   1823    ...
   1824 
   1825 Syscall param priocntlsys(cmd) contains uninitialised byte(s)
   1826    ...
   1827 
   1828 Syscall param priocntlsys(arg) contains uninitialised byte(s)
   1829    ...
   1830 
   1831 Syscall param priocntlsys(arg2) contains uninitialised byte(s)
   1832    ...
   1833 
   1834 Syscall param priocntlsys(clname) points to uninitialised byte(s)
   1835    ...
   1836  Address 0x........ is on thread 1's stack
   1837 
   1838 ---------------------------------------------------------
   1839 112:         SYS_priocntlsys (GETCLINFO) 6s 0m
   1840 ---------------------------------------------------------
   1841 Syscall param priocntlsys(pc_version) contains uninitialised byte(s)
   1842    ...
   1843 
   1844 Syscall param priocntlsys(psp) contains uninitialised byte(s)
   1845    ...
   1846 
   1847 Syscall param priocntlsys(cmd) contains uninitialised byte(s)
   1848    ...
   1849 
   1850 Syscall param priocntlsys(arg) contains uninitialised byte(s)
   1851    ...
   1852 
   1853 Syscall param priocntlsys(arg2) contains uninitialised byte(s)
   1854    ...
   1855 
   1856 Syscall param priocntlsys(cid) points to uninitialised byte(s)
   1857    ...
   1858  Address 0x........ is on thread 1's stack
   1859 
   1860 ---------------------------------------------------------
   1861 112:         SYS_priocntlsys (SETPARMS) 5s 2m
   1862 ---------------------------------------------------------
   1863 Syscall param priocntlsys(pc_version) contains uninitialised byte(s)
   1864    ...
   1865 
   1866 Syscall param priocntlsys(psp) contains uninitialised byte(s)
   1867    ...
   1868 
   1869 Syscall param priocntlsys(cmd) contains uninitialised byte(s)
   1870    ...
   1871 
   1872 Syscall param priocntlsys(arg) contains uninitialised byte(s)
   1873    ...
   1874 
   1875 Syscall param priocntlsys(arg2) contains uninitialised byte(s)
   1876    ...
   1877 
   1878 Syscall param priocntlsys(psp) points to unaddressable byte(s)
   1879    ...
   1880  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1881 
   1882 Syscall param priocntlsys(parms) points to unaddressable byte(s)
   1883    ...
   1884  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1885 
   1886 ---------------------------------------------------------
   1887 112:         SYS_priocntlsys (GETPARMS) 5s 2m
   1888 ---------------------------------------------------------
   1889 Syscall param priocntlsys(pc_version) contains uninitialised byte(s)
   1890    ...
   1891 
   1892 Syscall param priocntlsys(psp) contains uninitialised byte(s)
   1893    ...
   1894 
   1895 Syscall param priocntlsys(cmd) contains uninitialised byte(s)
   1896    ...
   1897 
   1898 Syscall param priocntlsys(arg) contains uninitialised byte(s)
   1899    ...
   1900 
   1901 Syscall param priocntlsys(arg2) contains uninitialised byte(s)
   1902    ...
   1903 
   1904 Syscall param priocntlsys(psp) points to unaddressable byte(s)
   1905    ...
   1906  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1907 
   1908 Syscall param priocntlsys(parms) points to unaddressable byte(s)
   1909    ...
   1910  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1911 
   1912 ---------------------------------------------------------
   1913 112:         SYS_priocntlsys (GETPRIRANGE) 5s 2m
   1914 ---------------------------------------------------------
   1915 Syscall param priocntlsys(pc_version) contains uninitialised byte(s)
   1916    ...
   1917 
   1918 Syscall param priocntlsys(psp) contains uninitialised byte(s)
   1919    ...
   1920 
   1921 Syscall param priocntlsys(cmd) contains uninitialised byte(s)
   1922    ...
   1923 
   1924 Syscall param priocntlsys(arg) contains uninitialised byte(s)
   1925    ...
   1926 
   1927 Syscall param priocntlsys(arg2) contains uninitialised byte(s)
   1928    ...
   1929 
   1930 Syscall param priocntlsys(cid) points to unaddressable byte(s)
   1931    ...
   1932  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1933 
   1934 Syscall param priocntlsys(pri) points to unaddressable byte(s)
   1935    ...
   1936  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1937 
   1938 ---------------------------------------------------------
   1939 112:         SYS_priocntlsys (DONICE) 5s 2m
   1940 ---------------------------------------------------------
   1941 Syscall param priocntlsys(pc_version) contains uninitialised byte(s)
   1942    ...
   1943 
   1944 Syscall param priocntlsys(psp) contains uninitialised byte(s)
   1945    ...
   1946 
   1947 Syscall param priocntlsys(cmd) contains uninitialised byte(s)
   1948    ...
   1949 
   1950 Syscall param priocntlsys(arg) contains uninitialised byte(s)
   1951    ...
   1952 
   1953 Syscall param priocntlsys(arg2) contains uninitialised byte(s)
   1954    ...
   1955 
   1956 Syscall param priocntlsys(psp) points to unaddressable byte(s)
   1957    ...
   1958  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1959 
   1960 Syscall param priocntlsys(op) points to unaddressable byte(s)
   1961    ...
   1962  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1963 
   1964 ---------------------------------------------------------
   1965 112:         SYS_priocntlsys (SETXPARMS) 5s 3m
   1966 ---------------------------------------------------------
   1967 Syscall param priocntlsys(pc_version) contains uninitialised byte(s)
   1968    ...
   1969 
   1970 Syscall param priocntlsys(psp) contains uninitialised byte(s)
   1971    ...
   1972 
   1973 Syscall param priocntlsys(cmd) contains uninitialised byte(s)
   1974    ...
   1975 
   1976 Syscall param priocntlsys(arg) contains uninitialised byte(s)
   1977    ...
   1978 
   1979 Syscall param priocntlsys(arg2) contains uninitialised byte(s)
   1980    ...
   1981 
   1982 Syscall param priocntlsys(psp) points to unaddressable byte(s)
   1983    ...
   1984  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1985 
   1986 Syscall param priocntlsys(clname) points to unaddressable byte(s)
   1987    ...
   1988  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1989 
   1990 Syscall param priocntlsys(vaparmscnt) points to unaddressable byte(s)
   1991    ...
   1992  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   1993 
   1994 ---------------------------------------------------------
   1995 112:         SYS_priocntlsys (GETXPARMS) 5s 3m
   1996 ---------------------------------------------------------
   1997 Syscall param priocntlsys(pc_version) contains uninitialised byte(s)
   1998    ...
   1999 
   2000 Syscall param priocntlsys(psp) contains uninitialised byte(s)
   2001    ...
   2002 
   2003 Syscall param priocntlsys(cmd) contains uninitialised byte(s)
   2004    ...
   2005 
   2006 Syscall param priocntlsys(arg) contains uninitialised byte(s)
   2007    ...
   2008 
   2009 Syscall param priocntlsys(arg2) contains uninitialised byte(s)
   2010    ...
   2011 
   2012 Syscall param priocntlsys(psp) points to unaddressable byte(s)
   2013    ...
   2014  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2015 
   2016 Syscall param priocntlsys(clname) points to unaddressable byte(s)
   2017    ...
   2018  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2019 
   2020 Syscall param priocntlsys(vaparmscnt) points to unaddressable byte(s)
   2021    ...
   2022  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2023 
   2024 ---------------------------------------------------------
   2025 112:         SYS_priocntlsys (SETDFLCL) 5s 1m
   2026 ---------------------------------------------------------
   2027 Syscall param priocntlsys(pc_version) contains uninitialised byte(s)
   2028    ...
   2029 
   2030 Syscall param priocntlsys(psp) contains uninitialised byte(s)
   2031    ...
   2032 
   2033 Syscall param priocntlsys(cmd) contains uninitialised byte(s)
   2034    ...
   2035 
   2036 Syscall param priocntlsys(arg) contains uninitialised byte(s)
   2037    ...
   2038 
   2039 Syscall param priocntlsys(arg2) contains uninitialised byte(s)
   2040    ...
   2041 
   2042 Syscall param priocntlsys(clname) points to unaddressable byte(s)
   2043    ...
   2044  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2045 
   2046 ---------------------------------------------------------
   2047 112:         SYS_priocntlsys (GETDFLCL) 5s 1m
   2048 ---------------------------------------------------------
   2049 Syscall param priocntlsys(pc_version) contains uninitialised byte(s)
   2050    ...
   2051 
   2052 Syscall param priocntlsys(psp) contains uninitialised byte(s)
   2053    ...
   2054 
   2055 Syscall param priocntlsys(cmd) contains uninitialised byte(s)
   2056    ...
   2057 
   2058 Syscall param priocntlsys(arg) contains uninitialised byte(s)
   2059    ...
   2060 
   2061 Syscall param priocntlsys(arg2) contains uninitialised byte(s)
   2062    ...
   2063 
   2064 Syscall param priocntlsys(clname) points to unaddressable byte(s)
   2065    ...
   2066  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2067 
   2068 ---------------------------------------------------------
   2069 112:         SYS_priocntlsys (DOPRIO) 5s 2m
   2070 ---------------------------------------------------------
   2071 Syscall param priocntlsys(pc_version) contains uninitialised byte(s)
   2072    ...
   2073 
   2074 Syscall param priocntlsys(psp) contains uninitialised byte(s)
   2075    ...
   2076 
   2077 Syscall param priocntlsys(cmd) contains uninitialised byte(s)
   2078    ...
   2079 
   2080 Syscall param priocntlsys(arg) contains uninitialised byte(s)
   2081    ...
   2082 
   2083 Syscall param priocntlsys(arg2) contains uninitialised byte(s)
   2084    ...
   2085 
   2086 Syscall param priocntlsys(psp) points to unaddressable byte(s)
   2087    ...
   2088  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2089 
   2090 Syscall param priocntlsys(op) points to unaddressable byte(s)
   2091    ...
   2092  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2093 
   2094 ---------------------------------------------------------
   2095 113:            SYS_pathconf 2s 1m
   2096 ---------------------------------------------------------
   2097 Syscall param pathconf(path) contains uninitialised byte(s)
   2098    ...
   2099 
   2100 Syscall param pathconf(name) contains uninitialised byte(s)
   2101    ...
   2102 
   2103 Syscall param pathconf(path) points to unaddressable byte(s)
   2104    ...
   2105  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2106 
   2107 ---------------------------------------------------------
   2108 115:                SYS_mmap 6s 0m
   2109 ---------------------------------------------------------
   2110 Syscall param mmap(start) contains uninitialised byte(s)
   2111    ...
   2112 
   2113 Syscall param mmap(length) contains uninitialised byte(s)
   2114    ...
   2115 
   2116 Syscall param mmap(prot) contains uninitialised byte(s)
   2117    ...
   2118 
   2119 Syscall param mmap(flags) contains uninitialised byte(s)
   2120    ...
   2121 
   2122 Syscall param mmap(fd) contains uninitialised byte(s)
   2123    ...
   2124 
   2125 Syscall param mmap(offset) contains uninitialised byte(s)
   2126    ...
   2127 
   2128 ---------------------------------------------------------
   2129 116:            SYS_mprotect 3s 0m
   2130 ---------------------------------------------------------
   2131 Syscall param mprotect(addr) contains uninitialised byte(s)
   2132    ...
   2133 
   2134 Syscall param mprotect(len) contains uninitialised byte(s)
   2135    ...
   2136 
   2137 Syscall param mprotect(prot) contains uninitialised byte(s)
   2138    ...
   2139 
   2140 ---------------------------------------------------------
   2141 117:              SYS_munmap 2s 0m
   2142 ---------------------------------------------------------
   2143 Syscall param munmap(start) contains uninitialised byte(s)
   2144    ...
   2145 
   2146 Syscall param munmap(length) contains uninitialised byte(s)
   2147    ...
   2148 
   2149 ---------------------------------------------------------
   2150 120:              SYS_fchdir 1s 0m
   2151 ---------------------------------------------------------
   2152 Syscall param fchdir(fd) contains uninitialised byte(s)
   2153    ...
   2154 
   2155 ---------------------------------------------------------
   2156 121:               SYS_readv 3s 1m
   2157 ---------------------------------------------------------
   2158 Syscall param readv(fd) contains uninitialised byte(s)
   2159    ...
   2160 
   2161 Syscall param readv(vector) contains uninitialised byte(s)
   2162    ...
   2163 
   2164 Syscall param readv(count) contains uninitialised byte(s)
   2165    ...
   2166 
   2167 Syscall param readv(vector) points to unaddressable byte(s)
   2168    ...
   2169  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2170 
   2171 ---------------------------------------------------------
   2172 122:              SYS_writev 3s 1m
   2173 ---------------------------------------------------------
   2174 Syscall param writev(fd) contains uninitialised byte(s)
   2175    ...
   2176 
   2177 Syscall param writev(vector) contains uninitialised byte(s)
   2178    ...
   2179 
   2180 Syscall param writev(count) contains uninitialised byte(s)
   2181    ...
   2182 
   2183 Syscall param writev(vector) points to unaddressable byte(s)
   2184    ...
   2185  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2186 
   2187 ---------------------------------------------------------
   2188 127:             SYS_mmapobj 5s 2m
   2189 ---------------------------------------------------------
   2190 Syscall param mmapobj(fd) contains uninitialised byte(s)
   2191    ...
   2192 
   2193 Syscall param mmapobj(flags) contains uninitialised byte(s)
   2194    ...
   2195 
   2196 Syscall param mmapobj(storage) contains uninitialised byte(s)
   2197    ...
   2198 
   2199 Syscall param mmapobj(elements) contains uninitialised byte(s)
   2200    ...
   2201 
   2202 Syscall param mmapobj(arg) contains uninitialised byte(s)
   2203    ...
   2204 
   2205 Syscall param mmapobj(elements) points to unaddressable byte(s)
   2206    ...
   2207  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2208 
   2209 Syscall param mmapobj(arg) points to unaddressable byte(s)
   2210    ...
   2211  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2212 
   2213 ---------------------------------------------------------
   2214 128:           SYS_setrlimit 2s 1m
   2215 ---------------------------------------------------------
   2216 Syscall param setrlimit(resource) contains uninitialised byte(s)
   2217    ...
   2218 
   2219 Syscall param setrlimit(rlim) contains uninitialised byte(s)
   2220    ...
   2221 
   2222 Syscall param setrlimit(rlim) points to unaddressable byte(s)
   2223    ...
   2224  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2225 
   2226 ---------------------------------------------------------
   2227 129:           SYS_getrlimit 2s 1m
   2228 ---------------------------------------------------------
   2229 Syscall param getrlimit(resource) contains uninitialised byte(s)
   2230    ...
   2231 
   2232 Syscall param getrlimit(rlim) contains uninitialised byte(s)
   2233    ...
   2234 
   2235 Syscall param getrlimit(rlim) points to unaddressable byte(s)
   2236    ...
   2237  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2238 
   2239 ---------------------------------------------------------
   2240 131:             SYS_memcntl 6s 1m
   2241 ---------------------------------------------------------
   2242 Syscall param memcntl(addr) contains uninitialised byte(s)
   2243    ...
   2244 
   2245 Syscall param memcntl(len) contains uninitialised byte(s)
   2246    ...
   2247 
   2248 Syscall param memcntl(cmd) contains uninitialised byte(s)
   2249    ...
   2250 
   2251 Syscall param memcntl(arg) contains uninitialised byte(s)
   2252    ...
   2253 
   2254 Syscall param memcntl(attr) contains uninitialised byte(s)
   2255    ...
   2256 
   2257 Syscall param memcntl(mask) contains uninitialised byte(s)
   2258    ...
   2259 
   2260 Syscall param memcntl(arg) points to unaddressable byte(s)
   2261    ...
   2262  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2263 
   2264 ---------------------------------------------------------
   2265 132:             SYS_getpmsg 5s 2m
   2266 ---------------------------------------------------------
   2267 Syscall param getpmsg(fildes) contains uninitialised byte(s)
   2268    ...
   2269 
   2270 Syscall param getpmsg(ctlptr) contains uninitialised byte(s)
   2271    ...
   2272 
   2273 Syscall param getpmsg(dataptr) contains uninitialised byte(s)
   2274    ...
   2275 
   2276 Syscall param getpmsg(bandp) contains uninitialised byte(s)
   2277    ...
   2278 
   2279 Syscall param getpmsg(flagsp) contains uninitialised byte(s)
   2280    ...
   2281 
   2282 Syscall param getpmsg(bandp) points to unaddressable byte(s)
   2283    ...
   2284  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2285 
   2286 Syscall param getpmsg(flagsp) points to unaddressable byte(s)
   2287    ...
   2288  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2289 
   2290 ---------------------------------------------------------
   2291 133:             SYS_putpmsg 5s 0m
   2292 ---------------------------------------------------------
   2293 Syscall param putpmsg(fildes) contains uninitialised byte(s)
   2294    ...
   2295 
   2296 Syscall param putpmsg(ctrlptr) contains uninitialised byte(s)
   2297    ...
   2298 
   2299 Syscall param putpmsg(dataptr) contains uninitialised byte(s)
   2300    ...
   2301 
   2302 Syscall param putpmsg(band) contains uninitialised byte(s)
   2303    ...
   2304 
   2305 Syscall param putpmsg(flags) contains uninitialised byte(s)
   2306    ...
   2307 
   2308 ---------------------------------------------------------
   2309 135:               SYS_uname 1s 1m
   2310 ---------------------------------------------------------
   2311 Syscall param uname(name) contains uninitialised byte(s)
   2312    ...
   2313 
   2314 Syscall param uname(name) points to unaddressable byte(s)
   2315    ...
   2316  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2317 
   2318 ---------------------------------------------------------
   2319 135:               SYS_uname 6s 0m
   2320 ---------------------------------------------------------
   2321 Syscall param uname(name) contains uninitialised byte(s)
   2322    ...
   2323 
   2324 Conditional jump or move depends on uninitialised value(s)
   2325    ...
   2326 
   2327 Conditional jump or move depends on uninitialised value(s)
   2328    ...
   2329 
   2330 Conditional jump or move depends on uninitialised value(s)
   2331    ...
   2332 
   2333 Conditional jump or move depends on uninitialised value(s)
   2334    ...
   2335 
   2336 Conditional jump or move depends on uninitialised value(s)
   2337    ...
   2338 
   2339 ---------------------------------------------------------
   2340 136:             SYS_setegid 1s 0m
   2341 ---------------------------------------------------------
   2342 Syscall param setegid(egid) contains uninitialised byte(s)
   2343    ...
   2344 
   2345 ---------------------------------------------------------
   2346 137:           SYS_sysconfig 1s 0m
   2347 ---------------------------------------------------------
   2348 Syscall param sysconf(name) contains uninitialised byte(s)
   2349    ...
   2350 
   2351 ---------------------------------------------------------
   2352 139:          SYS_systeminfo 3s 1m
   2353 ---------------------------------------------------------
   2354 Syscall param sysinfo(command) contains uninitialised byte(s)
   2355    ...
   2356 
   2357 Syscall param sysinfo(buf) contains uninitialised byte(s)
   2358    ...
   2359 
   2360 Syscall param sysinfo(count) contains uninitialised byte(s)
   2361    ...
   2362 
   2363 Syscall param sysinfo(buf) points to unaddressable byte(s)
   2364    ...
   2365  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2366 
   2367 ---------------------------------------------------------
   2368 141:             SYS_seteuid 1s 0m
   2369 ---------------------------------------------------------
   2370 Syscall param seteuid(euid) contains uninitialised byte(s)
   2371    ...
   2372 
   2373 ---------------------------------------------------------
   2374 142:             SYS_forksys 2s 0m
   2375 ---------------------------------------------------------
   2376 Syscall param forksys(subcode) contains uninitialised byte(s)
   2377    ...
   2378 
   2379 Syscall param forksys(flags) contains uninitialised byte(s)
   2380    ...
   2381 
   2382 ---------------------------------------------------------
   2383 144:        SYS_sigtimedwait 3s 3m
   2384 ---------------------------------------------------------
   2385 Syscall param sigtimedwait(set) contains uninitialised byte(s)
   2386    ...
   2387 
   2388 Syscall param sigtimedwait(info) contains uninitialised byte(s)
   2389    ...
   2390 
   2391 Syscall param sigtimedwait(timeout) contains uninitialised byte(s)
   2392    ...
   2393 
   2394 Syscall param sigtimewait(set) points to unaddressable byte(s)
   2395    ...
   2396  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2397 
   2398 Syscall param sigtimedwait(info) points to unaddressable byte(s)
   2399    ...
   2400  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2401 
   2402 Syscall param sigtimedwait(timeout) points to unaddressable byte(s)
   2403    ...
   2404  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2405 
   2406 ---------------------------------------------------------
   2407 146:               SYS_yield 0s 0m
   2408 ---------------------------------------------------------
   2409 ---------------------------------------------------------
   2410 148:       SYS_lwp_sema_post 1s 3m
   2411 ---------------------------------------------------------
   2412 Syscall param lwp_sema_post(sema) contains uninitialised byte(s)
   2413    ...
   2414 
   2415 Syscall param lwp_sema_post(sema->type) points to unaddressable byte(s)
   2416    ...
   2417  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2418 
   2419 Syscall param lwp_sema_post(sema->count) points to unaddressable byte(s)
   2420    ...
   2421  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2422 
   2423 Syscall param lwp_sema_post(sema->waiters) points to unaddressable byte(s)
   2424    ...
   2425  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2426 
   2427 ---------------------------------------------------------
   2428 150:          SYS_lwp_detach 1s 0m
   2429 ---------------------------------------------------------
   2430 Syscall param lwp_detach(lwpid) contains uninitialised byte(s)
   2431    ...
   2432 
   2433 ---------------------------------------------------------
   2434 153:             SYS_fchroot 1s 0m
   2435 ---------------------------------------------------------
   2436 Syscall param fchroot(fd) contains uninitialised byte(s)
   2437    ...
   2438 
   2439 ---------------------------------------------------------
   2440 156:        SYS_gettimeofday 1s 1m
   2441 ---------------------------------------------------------
   2442 Syscall param gettimeofday(tp) contains uninitialised byte(s)
   2443    ...
   2444 
   2445 Syscall param gettimeofday(tp) points to unaddressable byte(s)
   2446    ...
   2447  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2448 
   2449 ---------------------------------------------------------
   2450 157:           SYS_getitimer 2s 2m
   2451 ---------------------------------------------------------
   2452 Syscall param getitimer(which) contains uninitialised byte(s)
   2453    ...
   2454 
   2455 Syscall param getitimer(value) contains uninitialised byte(s)
   2456    ...
   2457 
   2458 Syscall param getitimer(&value->it_interval) points to unaddressable byte(s)
   2459    ...
   2460  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2461 
   2462 Syscall param getitimer(&value->it_value) points to unaddressable byte(s)
   2463    ...
   2464  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2465 
   2466 ---------------------------------------------------------
   2467 158:           SYS_setitimer 3s 4m
   2468 ---------------------------------------------------------
   2469 Syscall param setitimer(which) contains uninitialised byte(s)
   2470    ...
   2471 
   2472 Syscall param setitimer(value) contains uninitialised byte(s)
   2473    ...
   2474 
   2475 Syscall param setitimer(ovalue) contains uninitialised byte(s)
   2476    ...
   2477 
   2478 Syscall param setitimer(&value->it_interval) points to unaddressable byte(s)
   2479    ...
   2480  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2481 
   2482 Syscall param setitimer(&value->it_value) points to unaddressable byte(s)
   2483    ...
   2484  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2485 
   2486 Syscall param setitimer(&ovalue->it_interval) points to unaddressable byte(s)
   2487    ...
   2488  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2489 
   2490 Syscall param setitimer(&ovalue->it_value) points to unaddressable byte(s)
   2491    ...
   2492  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2493 
   2494 ---------------------------------------------------------
   2495 159:          SYS_lwp_create 3s 1m
   2496 ---------------------------------------------------------
   2497 Syscall param lwp_create(ucp) contains uninitialised byte(s)
   2498    ...
   2499 
   2500 Syscall param lwp_create(flags) contains uninitialised byte(s)
   2501    ...
   2502 
   2503 Syscall param lwp_create(new_lwp) contains uninitialised byte(s)
   2504    ...
   2505 
   2506 Syscall param lwp_create(new_lwp) points to unaddressable byte(s)
   2507    ...
   2508  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2509 
   2510 ---------------------------------------------------------
   2511 160:            SYS_lwp_exit ignore
   2512 ---------------------------------------------------------
   2513 ---------------------------------------------------------
   2514 161:         SYS_lwp_suspend 1s 0m
   2515 ---------------------------------------------------------
   2516 Syscall param lwp_suspend(lwpid) contains uninitialised byte(s)
   2517    ...
   2518 
   2519 ---------------------------------------------------------
   2520 162:        SYS_lwp_continue 1s 0m
   2521 ---------------------------------------------------------
   2522 Syscall param lwp_continue(target_lwp) contains uninitialised byte(s)
   2523    ...
   2524 
   2525 ---------------------------------------------------------
   2526 164:            SYS_lwp_self 0s 0m
   2527 ---------------------------------------------------------
   2528 ---------------------------------------------------------
   2529 165:         SYS_lwp_sigmask 5s 0m
   2530 ---------------------------------------------------------
   2531 Syscall param lwp_sigmask(how) contains uninitialised byte(s)
   2532    ...
   2533 
   2534 Syscall param lwp_sigmask(bits0) contains uninitialised byte(s)
   2535    ...
   2536 
   2537 Syscall param lwp_sigmask(bits1) contains uninitialised byte(s)
   2538    ...
   2539 
   2540 Syscall param lwp_sigmask(bits2) contains uninitialised byte(s)
   2541    ...
   2542 
   2543 Syscall param lwp_sigmask(bits3) contains uninitialised byte(s)
   2544    ...
   2545 
   2546 sigprocmask: unknown 'how' field 0
   2547 ---------------------------------------------------------
   2548 166:         SYS_lwp_private 3s 1m
   2549 ---------------------------------------------------------
   2550 Syscall param lwp_private(cmd) contains uninitialised byte(s)
   2551    ...
   2552 
   2553 Syscall param lwp_private(which) contains uninitialised byte(s)
   2554    ...
   2555 
   2556 Syscall param lwp_private(base) contains uninitialised byte(s)
   2557    ...
   2558 
   2559 Syscall param lwp_private(base) points to unaddressable byte(s)
   2560    ...
   2561  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2562 
   2563 ---------------------------------------------------------
   2564 167:            SYS_lwp_wait 2s 1m
   2565 ---------------------------------------------------------
   2566 Syscall param lwp_wait(lwpid) contains uninitialised byte(s)
   2567    ...
   2568 
   2569 Syscall param lwp_wait(departed) contains uninitialised byte(s)
   2570    ...
   2571 
   2572 Syscall param lwp_wait(departed) points to unaddressable byte(s)
   2573    ...
   2574  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2575 
   2576 ---------------------------------------------------------
   2577 168:    SYS_lwp_mutex_wakeup 2s 2m
   2578 ---------------------------------------------------------
   2579 Syscall param lwp_mutex_wakeup(lp) contains uninitialised byte(s)
   2580    ...
   2581 
   2582 Syscall param lwp_mutex_wakeup(release_all) contains uninitialised byte(s)
   2583    ...
   2584 
   2585 Syscall param lwp_mutex_wakeup(lp->mutex_type) points to unaddressable byte(s)
   2586    ...
   2587  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2588 
   2589 Syscall param lwp_mutex_wakeup(lp->mutex_waiters) points to unaddressable byte(s)
   2590    ...
   2591  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2592 
   2593 ---------------------------------------------------------
   2594 170:       SYS_lwp_cond_wait 4s 5m
   2595 ---------------------------------------------------------
   2596 Syscall param lwp_cond_wait(cvp) contains uninitialised byte(s)
   2597    ...
   2598 
   2599 Syscall param lwp_cond_wait(mp) contains uninitialised byte(s)
   2600    ...
   2601 
   2602 Syscall param lwp_cond_wait(tsp) contains uninitialised byte(s)
   2603    ...
   2604 
   2605 Syscall param lwp_cond_wait(check_part) contains uninitialised byte(s)
   2606    ...
   2607 
   2608 Syscall param lwp_cond_wait(cvp->type) points to unaddressable byte(s)
   2609    ...
   2610  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2611 
   2612 Syscall param lwp_cond_wait(cvp->waiters_kernel) points to unaddressable byte(s)
   2613    ...
   2614  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2615 
   2616 Syscall param lwp_cond_wait(mp->mutex_type) points to unaddressable byte(s)
   2617    ...
   2618  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2619 
   2620 Syscall param lwp_cond_wait(mp->mutex_waiters) points to unaddressable byte(s)
   2621    ...
   2622  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2623 
   2624 Syscall param lwp_cond_wait(tsp) points to unaddressable byte(s)
   2625    ...
   2626  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2627 
   2628 ---------------------------------------------------------
   2629 172:  SYS_lwp_cond_broadcast 1s 2m
   2630 ---------------------------------------------------------
   2631 Syscall param lwp_cond_broadcast(cvp) contains uninitialised byte(s)
   2632    ...
   2633 
   2634 Syscall param lwp_cond_broadcast(cvp->type) points to unaddressable byte(s)
   2635    ...
   2636  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2637 
   2638 Syscall param lwp_cond_broadcast(cvp->waiters_kernel) points to unaddressable byte(s)
   2639    ...
   2640  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2641 
   2642 ---------------------------------------------------------
   2643 173:               SYS_pread 4s 1m
   2644 ---------------------------------------------------------
   2645 Syscall param pread(fildes) contains uninitialised byte(s)
   2646    ...
   2647 
   2648 Syscall param pread(buf) contains uninitialised byte(s)
   2649    ...
   2650 
   2651 Syscall param pread(nbyte) contains uninitialised byte(s)
   2652    ...
   2653 
   2654 Syscall param pread(offset) contains uninitialised byte(s)
   2655    ...
   2656 
   2657 Syscall param pread(buf) points to unaddressable byte(s)
   2658    ...
   2659  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2660 
   2661 ---------------------------------------------------------
   2662 174:              SYS_pwrite 4s 1m
   2663 ---------------------------------------------------------
   2664 Syscall param pwrite(fildes) contains uninitialised byte(s)
   2665    ...
   2666 
   2667 Syscall param pwrite(buf) contains uninitialised byte(s)
   2668    ...
   2669 
   2670 Syscall param pwrite(nbyte) contains uninitialised byte(s)
   2671    ...
   2672 
   2673 Syscall param pwrite(offset) contains uninitialised byte(s)
   2674    ...
   2675 
   2676 Syscall param pwrite(buf) points to unaddressable byte(s)
   2677    ...
   2678  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2679 
   2680 ---------------------------------------------------------
   2681 181:           SYS_rusagesys (_RUSAGESYS_GETRUSAGE) 2s 1m
   2682 ---------------------------------------------------------
   2683 Syscall param rusagesys_getrusage(code) contains uninitialised byte(s)
   2684    ...
   2685 
   2686 Syscall param rusagesys_getrusage(r_usage) contains uninitialised byte(s)
   2687    ...
   2688 
   2689 Syscall param rusagesys(r_usage) points to unaddressable byte(s)
   2690    ...
   2691  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2692 
   2693 ---------------------------------------------------------
   2694 181:           SYS_rusagesys (_RUSAGESYS_GETRUSAGE_CHLD) 2s 1m
   2695 ---------------------------------------------------------
   2696 Syscall param rusagesys_getrusage(code) contains uninitialised byte(s)
   2697    ...
   2698 
   2699 Syscall param rusagesys_getrusage(r_usage) contains uninitialised byte(s)
   2700    ...
   2701 
   2702 Syscall param rusagesys(r_usage) points to unaddressable byte(s)
   2703    ...
   2704  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2705 
   2706 ---------------------------------------------------------
   2707 181:           SYS_rusagesys (_RUSAGESYS_GETRUSAGE_LWP) 2s 1m
   2708 ---------------------------------------------------------
   2709 Syscall param rusagesys_getrusage(code) contains uninitialised byte(s)
   2710    ...
   2711 
   2712 Syscall param rusagesys_getrusage(r_usage) contains uninitialised byte(s)
   2713    ...
   2714 
   2715 Syscall param rusagesys(r_usage) points to unaddressable byte(s)
   2716    ...
   2717  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2718 
   2719 ---------------------------------------------------------
   2720 181:           SYS_rusagesys (_RUSAGESYS_GETVMUSAGE) 5s 1m
   2721 ---------------------------------------------------------
   2722 Syscall param rusagesys_getvmusage(code) contains uninitialised byte(s)
   2723    ...
   2724 
   2725 Syscall param rusagesys_getvmusage(flags) contains uninitialised byte(s)
   2726    ...
   2727 
   2728 Syscall param rusagesys_getvmusage(age) contains uninitialised byte(s)
   2729    ...
   2730 
   2731 Syscall param rusagesys_getvmusage(buf) contains uninitialised byte(s)
   2732    ...
   2733 
   2734 Syscall param rusagesys_getvmusage(nres) contains uninitialised byte(s)
   2735    ...
   2736 
   2737 Syscall param rusagesys(nres) points to unaddressable byte(s)
   2738    ...
   2739  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2740 
   2741 ---------------------------------------------------------
   2742 181:           SYS_rusagesys (_RUSAGESYS_GETVMUSAGE) 5s 1m
   2743 ---------------------------------------------------------
   2744 Syscall param rusagesys_getvmusage(code) contains uninitialised byte(s)
   2745    ...
   2746 
   2747 Syscall param rusagesys_getvmusage(flags) contains uninitialised byte(s)
   2748    ...
   2749 
   2750 Syscall param rusagesys_getvmusage(age) contains uninitialised byte(s)
   2751    ...
   2752 
   2753 Syscall param rusagesys_getvmusage(buf) contains uninitialised byte(s)
   2754    ...
   2755 
   2756 Syscall param rusagesys_getvmusage(nres) contains uninitialised byte(s)
   2757    ...
   2758 
   2759 Syscall param rusagesys(buf) points to unaddressable byte(s)
   2760    ...
   2761  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2762 
   2763 ---------------------------------------------------------
   2764 182:                SYS_port (PORT_CREATE) 1s 0m
   2765 ---------------------------------------------------------
   2766 Syscall param port_create(opcode) contains uninitialised byte(s)
   2767    ...
   2768 
   2769 ---------------------------------------------------------
   2770 182:                SYS_port (PORT_ASSOCIATE,PORT_SOURCE_FD) 6s 0m
   2771 ---------------------------------------------------------
   2772 Syscall param port_associate(opcode) contains uninitialised byte(s)
   2773    ...
   2774 
   2775 Syscall param port_associate(a0) contains uninitialised byte(s)
   2776    ...
   2777 
   2778 Syscall param port_associate(a1) contains uninitialised byte(s)
   2779    ...
   2780 
   2781 Syscall param port_associate(a2) contains uninitialised byte(s)
   2782    ...
   2783 
   2784 Syscall param port_associate(a3) contains uninitialised byte(s)
   2785    ...
   2786 
   2787 Syscall param port_associate(a4) contains uninitialised byte(s)
   2788    ...
   2789 
   2790 ---------------------------------------------------------
   2791 182:                SYS_port (PORT_ASSOCIATE,PORT_SOURCE_FILE) 6s 1m
   2792 ---------------------------------------------------------
   2793 Syscall param port_associate(opcode) contains uninitialised byte(s)
   2794    ...
   2795 
   2796 Syscall param port_associate(a0) contains uninitialised byte(s)
   2797    ...
   2798 
   2799 Syscall param port_associate(a1) contains uninitialised byte(s)
   2800    ...
   2801 
   2802 Syscall param port_associate(a2) contains uninitialised byte(s)
   2803    ...
   2804 
   2805 Syscall param port_associate(a3) contains uninitialised byte(s)
   2806    ...
   2807 
   2808 Syscall param port_associate(a4) contains uninitialised byte(s)
   2809    ...
   2810 
   2811 Syscall param port(file_obj) points to unaddressable byte(s)
   2812    ...
   2813  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2814 
   2815 ---------------------------------------------------------
   2816 182:                SYS_port (PORT_DISSOCIATE,PORT_SOURCE_FD) 6s 0m
   2817 ---------------------------------------------------------
   2818 Syscall param port_dissociate(opcode) contains uninitialised byte(s)
   2819    ...
   2820 
   2821 Syscall param port_dissociate(a0) contains uninitialised byte(s)
   2822    ...
   2823 
   2824 Syscall param port_dissociate(a1) contains uninitialised byte(s)
   2825    ...
   2826 
   2827 Syscall param port_dissociate(a2) contains uninitialised byte(s)
   2828    ...
   2829 
   2830 Syscall param port_dissociate(a3) contains uninitialised byte(s)
   2831    ...
   2832 
   2833 Syscall param port_dissociate(a4) contains uninitialised byte(s)
   2834    ...
   2835 
   2836 ---------------------------------------------------------
   2837 182:                SYS_port (PORT_DISSOCIATE,PORT_SOURCE_FILE) 6s 1m
   2838 ---------------------------------------------------------
   2839 Syscall param port_dissociate(opcode) contains uninitialised byte(s)
   2840    ...
   2841 
   2842 Syscall param port_dissociate(a0) contains uninitialised byte(s)
   2843    ...
   2844 
   2845 Syscall param port_dissociate(a1) contains uninitialised byte(s)
   2846    ...
   2847 
   2848 Syscall param port_dissociate(a2) contains uninitialised byte(s)
   2849    ...
   2850 
   2851 Syscall param port_dissociate(a3) contains uninitialised byte(s)
   2852    ...
   2853 
   2854 Syscall param port_dissociate(a4) contains uninitialised byte(s)
   2855    ...
   2856 
   2857 Syscall param port(file_obj) points to unaddressable byte(s)
   2858    ...
   2859  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2860 
   2861 ---------------------------------------------------------
   2862 182:                SYS_port (PORT_SEND) 4s 0m
   2863 ---------------------------------------------------------
   2864 Syscall param port_send(opcode) contains uninitialised byte(s)
   2865    ...
   2866 
   2867 Syscall param port_send(a0) contains uninitialised byte(s)
   2868    ...
   2869 
   2870 Syscall param port_send(a1) contains uninitialised byte(s)
   2871    ...
   2872 
   2873 Syscall param port_send(a2) contains uninitialised byte(s)
   2874    ...
   2875 
   2876 ---------------------------------------------------------
   2877 182:                SYS_port (PORT_SENDN) 6s 2m
   2878 ---------------------------------------------------------
   2879 Syscall param port_sendn(opcode) contains uninitialised byte(s)
   2880    ...
   2881 
   2882 Syscall param port_sendn(a0) contains uninitialised byte(s)
   2883    ...
   2884 
   2885 Syscall param port_sendn(a1) contains uninitialised byte(s)
   2886    ...
   2887 
   2888 Syscall param port_sendn(a2) contains uninitialised byte(s)
   2889    ...
   2890 
   2891 Syscall param port_sendn(a3) contains uninitialised byte(s)
   2892    ...
   2893 
   2894 Syscall param port_sendn(a4) contains uninitialised byte(s)
   2895    ...
   2896 
   2897 Syscall param port(ports) points to unaddressable byte(s)
   2898    ...
   2899  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2900 
   2901 Syscall param port(errors) points to unaddressable byte(s)
   2902    ...
   2903  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2904 
   2905 ---------------------------------------------------------
   2906 182:                SYS_port (PORT_GET) 6s 1m
   2907 ---------------------------------------------------------
   2908 Syscall param port_get(opcode) contains uninitialised byte(s)
   2909    ...
   2910 
   2911 Syscall param port_get(a0) contains uninitialised byte(s)
   2912    ...
   2913 
   2914 Syscall param port_get(a1) contains uninitialised byte(s)
   2915    ...
   2916 
   2917 Syscall param port_get(a2) contains uninitialised byte(s)
   2918    ...
   2919 
   2920 Syscall param port_get(a3) contains uninitialised byte(s)
   2921    ...
   2922 
   2923 Syscall param port_get(a4) contains uninitialised byte(s)
   2924    ...
   2925 
   2926 Syscall param port(uevp) points to unaddressable byte(s)
   2927    ...
   2928  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2929 
   2930 ---------------------------------------------------------
   2931 182:                SYS_port (PORT_GETN) 5s 2m
   2932 ---------------------------------------------------------
   2933 Syscall param port_getn(opcode) contains uninitialised byte(s)
   2934    ...
   2935 
   2936 Syscall param port_getn(a0) contains uninitialised byte(s)
   2937    ...
   2938 
   2939 Syscall param port_getn(a1) contains uninitialised byte(s)
   2940    ...
   2941 
   2942 Syscall param port_getn(a2) contains uninitialised byte(s)
   2943    ...
   2944 
   2945 Syscall param port_getn(a3) contains uninitialised byte(s)
   2946    ...
   2947 
   2948 Syscall param port_getn(a4) contains uninitialised byte(s)
   2949    ...
   2950 
   2951 Syscall param port(timeout) points to unaddressable byte(s)
   2952    ...
   2953  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2954 
   2955 Syscall param port(uevp) points to unaddressable byte(s)
   2956    ...
   2957  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   2958 
   2959 ---------------------------------------------------------
   2960 182:                SYS_port (PORT_ALERT) 5s 0m
   2961 ---------------------------------------------------------
   2962 Syscall param port_alert(opcode) contains uninitialised byte(s)
   2963    ...
   2964 
   2965 Syscall param port_alert(a0) contains uninitialised byte(s)
   2966    ...
   2967 
   2968 Syscall param port_alert(a1) contains uninitialised byte(s)
   2969    ...
   2970 
   2971 Syscall param port_alert(a2) contains uninitialised byte(s)
   2972    ...
   2973 
   2974 Syscall param port_alert(a3) contains uninitialised byte(s)
   2975    ...
   2976 
   2977 ---------------------------------------------------------
   2978 182:                SYS_port (PORT_DISPATCH) 6s 0m
   2979 ---------------------------------------------------------
   2980 Syscall param port_dispatch(opcode) contains uninitialised byte(s)
   2981    ...
   2982 
   2983 Syscall param port_dispatch(a0) contains uninitialised byte(s)
   2984    ...
   2985 
   2986 Syscall param port_dispatch(a1) contains uninitialised byte(s)
   2987    ...
   2988 
   2989 Syscall param port_dispatch(a2) contains uninitialised byte(s)
   2990    ...
   2991 
   2992 Syscall param port_dispatch(a3) contains uninitialised byte(s)
   2993    ...
   2994 
   2995 Syscall param port_dispatch(a4) contains uninitialised byte(s)
   2996    ...
   2997 
   2998 ---------------------------------------------------------
   2999 183:             SYS_pollsys 4s 5m
   3000 ---------------------------------------------------------
   3001 Syscall param poll(fds) contains uninitialised byte(s)
   3002    ...
   3003 
   3004 Syscall param poll(nfds) contains uninitialised byte(s)
   3005    ...
   3006 
   3007 Syscall param poll(timeout) contains uninitialised byte(s)
   3008    ...
   3009 
   3010 Syscall param poll(set) contains uninitialised byte(s)
   3011    ...
   3012 
   3013 Syscall param poll(ufds.fd) points to unaddressable byte(s)
   3014    ...
   3015  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3016 
   3017 Syscall param poll(ufds.events) points to unaddressable byte(s)
   3018    ...
   3019  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3020 
   3021 Syscall param poll(ufds.revents) points to unaddressable byte(s)
   3022    ...
   3023  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3024 
   3025 Syscall param poll(timeout) points to unaddressable byte(s)
   3026    ...
   3027  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3028 
   3029 Syscall param poll(set) points to unaddressable byte(s)
   3030    ...
   3031  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3032 
   3033 ---------------------------------------------------------
   3034 184:            SYS_labelsys (TSOL_SYSLABELING) 1s 0m
   3035 ---------------------------------------------------------
   3036 Syscall param labelsys_syslabeling(op) contains uninitialised byte(s)
   3037    ...
   3038 
   3039 ---------------------------------------------------------
   3040 184:            SYS_labelsys (TSOL_TNRH) 3s 1m
   3041 ---------------------------------------------------------
   3042 Syscall param labelsys_tnrh(op) contains uninitialised byte(s)
   3043    ...
   3044 
   3045 Syscall param labelsys_tnrh(cmd) contains uninitialised byte(s)
   3046    ...
   3047 
   3048 Syscall param labelsys_tnrh(buf) contains uninitialised byte(s)
   3049    ...
   3050 
   3051 Syscall param labelsys(buf) points to unaddressable byte(s)
   3052    ...
   3053  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3054 
   3055 ---------------------------------------------------------
   3056 184:            SYS_labelsys (TSOL_TNRHTP) 3s 1m
   3057 ---------------------------------------------------------
   3058 Syscall param labelsys_tnrhtp(op) contains uninitialised byte(s)
   3059    ...
   3060 
   3061 Syscall param labelsys_tnrhtp(cmd) contains uninitialised byte(s)
   3062    ...
   3063 
   3064 Syscall param labelsys_tnrhtp(buf) contains uninitialised byte(s)
   3065    ...
   3066 
   3067 Syscall param labelsys(buf) points to unaddressable byte(s)
   3068    ...
   3069  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3070 
   3071 ---------------------------------------------------------
   3072 184:            SYS_labelsys (TSOL_TNMLP) 3s 1m
   3073 ---------------------------------------------------------
   3074 Syscall param labelsys_tnmlp(op) contains uninitialised byte(s)
   3075    ...
   3076 
   3077 Syscall param labelsys_tnmlp(cmd) contains uninitialised byte(s)
   3078    ...
   3079 
   3080 Syscall param labelsys_tnmlp(buf) contains uninitialised byte(s)
   3081    ...
   3082 
   3083 Syscall param labelsys(buf) points to unaddressable byte(s)
   3084    ...
   3085  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3086 
   3087 ---------------------------------------------------------
   3088 184:            SYS_labelsys (TSOL_GETLABEL) 3s 2m
   3089 ---------------------------------------------------------
   3090 Syscall param labelsys_getlabel(op) contains uninitialised byte(s)
   3091    ...
   3092 
   3093 Syscall param labelsys_getlabel(path) contains uninitialised byte(s)
   3094    ...
   3095 
   3096 Syscall param labelsys_getlabel(label) contains uninitialised byte(s)
   3097    ...
   3098 
   3099 Syscall param labelsys(path) points to unaddressable byte(s)
   3100    ...
   3101  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3102 
   3103 Syscall param labelsys(label) points to unaddressable byte(s)
   3104    ...
   3105  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3106 
   3107 ---------------------------------------------------------
   3108 184:            SYS_labelsys (TSOL_FGETLABEL) 3s 1m
   3109 ---------------------------------------------------------
   3110 Syscall param labelsys_fgetlabel(op) contains uninitialised byte(s)
   3111    ...
   3112 
   3113 Syscall param labelsys_fgetlabel(fd) contains uninitialised byte(s)
   3114    ...
   3115 
   3116 Syscall param labelsys_fgetlabel(label) contains uninitialised byte(s)
   3117    ...
   3118 
   3119 Syscall param labelsys(label) points to unaddressable byte(s)
   3120    ...
   3121  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3122 
   3123 ---------------------------------------------------------
   3124 185:                 SYS_acl (SETACL) 4s 2m
   3125 ---------------------------------------------------------
   3126 Syscall param acl(pathp) contains uninitialised byte(s)
   3127    ...
   3128 
   3129 Syscall param acl(cmd) contains uninitialised byte(s)
   3130    ...
   3131 
   3132 Syscall param acl(nentries) contains uninitialised byte(s)
   3133    ...
   3134 
   3135 Syscall param acl(aclbufp) contains uninitialised byte(s)
   3136    ...
   3137 
   3138 Syscall param acl(pathp) points to unaddressable byte(s)
   3139    ...
   3140  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3141 
   3142 Syscall param acl(aclbufp) points to unaddressable byte(s)
   3143    ...
   3144  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3145 
   3146 ---------------------------------------------------------
   3147 185:                 SYS_acl (GETACL) 4s 2m
   3148 ---------------------------------------------------------
   3149 Syscall param acl(pathp) contains uninitialised byte(s)
   3150    ...
   3151 
   3152 Syscall param acl(cmd) contains uninitialised byte(s)
   3153    ...
   3154 
   3155 Syscall param acl(nentries) contains uninitialised byte(s)
   3156    ...
   3157 
   3158 Syscall param acl(aclbufp) contains uninitialised byte(s)
   3159    ...
   3160 
   3161 Syscall param acl(pathp) points to unaddressable byte(s)
   3162    ...
   3163  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3164 
   3165 Syscall param acl(aclbufp) points to unaddressable byte(s)
   3166    ...
   3167  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3168 
   3169 ---------------------------------------------------------
   3170 185:                 SYS_acl (GETACLCNT) 4s 1m
   3171 ---------------------------------------------------------
   3172 Syscall param acl(pathp) contains uninitialised byte(s)
   3173    ...
   3174 
   3175 Syscall param acl(cmd) contains uninitialised byte(s)
   3176    ...
   3177 
   3178 Syscall param acl(nentries) contains uninitialised byte(s)
   3179    ...
   3180 
   3181 Syscall param acl(aclbufp) contains uninitialised byte(s)
   3182    ...
   3183 
   3184 Syscall param acl(pathp) points to unaddressable byte(s)
   3185    ...
   3186  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3187 
   3188 ---------------------------------------------------------
   3189 185:                 SYS_acl (ACE_SETACL) 4s 2m
   3190 ---------------------------------------------------------
   3191 Syscall param acl(pathp) contains uninitialised byte(s)
   3192    ...
   3193 
   3194 Syscall param acl(cmd) contains uninitialised byte(s)
   3195    ...
   3196 
   3197 Syscall param acl(nentries) contains uninitialised byte(s)
   3198    ...
   3199 
   3200 Syscall param acl(aclbufp) contains uninitialised byte(s)
   3201    ...
   3202 
   3203 Syscall param acl(pathp) points to unaddressable byte(s)
   3204    ...
   3205  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3206 
   3207 Syscall param acl(aclbufp) points to unaddressable byte(s)
   3208    ...
   3209  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3210 
   3211 ---------------------------------------------------------
   3212 185:                 SYS_acl (ACE_GETACL) 4s 2m
   3213 ---------------------------------------------------------
   3214 Syscall param acl(pathp) contains uninitialised byte(s)
   3215    ...
   3216 
   3217 Syscall param acl(cmd) contains uninitialised byte(s)
   3218    ...
   3219 
   3220 Syscall param acl(nentries) contains uninitialised byte(s)
   3221    ...
   3222 
   3223 Syscall param acl(aclbufp) contains uninitialised byte(s)
   3224    ...
   3225 
   3226 Syscall param acl(pathp) points to unaddressable byte(s)
   3227    ...
   3228  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3229 
   3230 Syscall param acl(aclbufp) points to unaddressable byte(s)
   3231    ...
   3232  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3233 
   3234 ---------------------------------------------------------
   3235 185:                 SYS_acl (ACE_GETACLCNT) 4s 1m
   3236 ---------------------------------------------------------
   3237 Syscall param acl(pathp) contains uninitialised byte(s)
   3238    ...
   3239 
   3240 Syscall param acl(cmd) contains uninitialised byte(s)
   3241    ...
   3242 
   3243 Syscall param acl(nentries) contains uninitialised byte(s)
   3244    ...
   3245 
   3246 Syscall param acl(aclbufp) contains uninitialised byte(s)
   3247    ...
   3248 
   3249 Syscall param acl(pathp) points to unaddressable byte(s)
   3250    ...
   3251  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3252 
   3253 ---------------------------------------------------------
   3254 186:            SYS_auditsys (BSM_GETAUID) 2s 1m
   3255 ---------------------------------------------------------
   3256 Syscall param auditsys_getauid(code) contains uninitialised byte(s)
   3257    ...
   3258 
   3259 Syscall param auditsys_getauid(auid) contains uninitialised byte(s)
   3260    ...
   3261 
   3262 Syscall param auditsys(auid) points to unaddressable byte(s)
   3263    ...
   3264  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3265 
   3266 ---------------------------------------------------------
   3267 186:            SYS_auditsys (BSM_SETAUID) 2s 1m
   3268 ---------------------------------------------------------
   3269 Syscall param auditsys_setauid(code) contains uninitialised byte(s)
   3270    ...
   3271 
   3272 Syscall param auditsys_setauid(auid) contains uninitialised byte(s)
   3273    ...
   3274 
   3275 Syscall param auditsys(auid) points to unaddressable byte(s)
   3276    ...
   3277  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3278 
   3279 ---------------------------------------------------------
   3280 186:            SYS_auditsys (BSM_GETAUDIT) 2s 1m
   3281 ---------------------------------------------------------
   3282 Syscall param auditsys_getaudit(code) contains uninitialised byte(s)
   3283    ...
   3284 
   3285 Syscall param auditsys_getaudit(ai) contains uninitialised byte(s)
   3286    ...
   3287 
   3288 Syscall param auditsys(ai) points to unaddressable byte(s)
   3289    ...
   3290  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3291 
   3292 ---------------------------------------------------------
   3293 186:            SYS_auditsys (BSM_SETAUDIT) 2s 1m
   3294 ---------------------------------------------------------
   3295 Syscall param auditsys_setaudit(code) contains uninitialised byte(s)
   3296    ...
   3297 
   3298 Syscall param auditsys_setaudit(ai) contains uninitialised byte(s)
   3299    ...
   3300 
   3301 Syscall param auditsys(ai) points to unaddressable byte(s)
   3302    ...
   3303  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3304 
   3305 ---------------------------------------------------------
   3306 186:            SYS_auditsys (BSM_AUDIT) 3s 1m
   3307 ---------------------------------------------------------
   3308 Syscall param auditsys_audit(code) contains uninitialised byte(s)
   3309    ...
   3310 
   3311 Syscall param auditsys_audit(record) contains uninitialised byte(s)
   3312    ...
   3313 
   3314 Syscall param auditsys_audit(length) contains uninitialised byte(s)
   3315    ...
   3316 
   3317 Syscall param auditsys(record) points to unaddressable byte(s)
   3318    ...
   3319  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3320 
   3321 ---------------------------------------------------------
   3322 186:            SYS_auditsys (BSM_AUDITCTL,A_GETPOLICY) 3s 1m
   3323 ---------------------------------------------------------
   3324 Syscall param auditsys_auditctl_getpolicy(code) contains uninitialised byte(s)
   3325    ...
   3326 
   3327 Syscall param auditsys_auditctl_getpolicy(cmd) contains uninitialised byte(s)
   3328    ...
   3329 
   3330 Syscall param auditsys_auditctl_getpolicy(policy) contains uninitialised byte(s)
   3331    ...
   3332 
   3333 Syscall param auditsys(policy) points to unaddressable byte(s)
   3334    ...
   3335  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3336 
   3337 ---------------------------------------------------------
   3338 186:            SYS_auditsys (BSM_AUDITCTL,A_SETPOLICY) 3s 1m
   3339 ---------------------------------------------------------
   3340 Syscall param auditsys_auditctl_setpolicy(code) contains uninitialised byte(s)
   3341    ...
   3342 
   3343 Syscall param auditsys_auditctl_setpolicy(cmd) contains uninitialised byte(s)
   3344    ...
   3345 
   3346 Syscall param auditsys_auditctl_setpolicy(policy) contains uninitialised byte(s)
   3347    ...
   3348 
   3349 Syscall param auditsys(policy) points to unaddressable byte(s)
   3350    ...
   3351  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3352 
   3353 ---------------------------------------------------------
   3354 186:            SYS_auditsys (BSM_AUDITCTL,A_GETKMASK) 3s 1m
   3355 ---------------------------------------------------------
   3356 Syscall param auditsys_auditctl_getkmask(code) contains uninitialised byte(s)
   3357    ...
   3358 
   3359 Syscall param auditsys_auditctl_getkmask(cmd) contains uninitialised byte(s)
   3360    ...
   3361 
   3362 Syscall param auditsys_auditctl_getkmask(kmask) contains uninitialised byte(s)
   3363    ...
   3364 
   3365 Syscall param auditsys(kmask) points to unaddressable byte(s)
   3366    ...
   3367  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3368 
   3369 ---------------------------------------------------------
   3370 186:            SYS_auditsys (BSM_AUDITCTL,A_SETKMASK) 3s 1m
   3371 ---------------------------------------------------------
   3372 Syscall param auditsys_auditctl_setkmask(code) contains uninitialised byte(s)
   3373    ...
   3374 
   3375 Syscall param auditsys_auditctl_setkmask(cmd) contains uninitialised byte(s)
   3376    ...
   3377 
   3378 Syscall param auditsys_auditctl_setkmask(kmask) contains uninitialised byte(s)
   3379    ...
   3380 
   3381 Syscall param auditsys(kmask) points to unaddressable byte(s)
   3382    ...
   3383  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3384 
   3385 ---------------------------------------------------------
   3386 186:            SYS_auditsys (BSM_AUDITCTL,A_GETQCTRL) 3s 1m
   3387 ---------------------------------------------------------
   3388 Syscall param auditsys_auditctl_getqctrl(code) contains uninitialised byte(s)
   3389    ...
   3390 
   3391 Syscall param auditsys_auditctl_getqctrl(cmd) contains uninitialised byte(s)
   3392    ...
   3393 
   3394 Syscall param auditsys_auditctl_getqctrl(qctrl) contains uninitialised byte(s)
   3395    ...
   3396 
   3397 Syscall param auditsys(qctrl) points to unaddressable byte(s)
   3398    ...
   3399  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3400 
   3401 ---------------------------------------------------------
   3402 186:            SYS_auditsys (BSM_AUDITCTL,A_SETQCTRL) 3s 1m
   3403 ---------------------------------------------------------
   3404 Syscall param auditsys_auditctl_setqctrl(code) contains uninitialised byte(s)
   3405    ...
   3406 
   3407 Syscall param auditsys_auditctl_setqctrl(cmd) contains uninitialised byte(s)
   3408    ...
   3409 
   3410 Syscall param auditsys_auditctl_setqctrl(qctrl) contains uninitialised byte(s)
   3411    ...
   3412 
   3413 Syscall param auditsys(qctrl) points to unaddressable byte(s)
   3414    ...
   3415  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3416 
   3417 ---------------------------------------------------------
   3418 186:            SYS_auditsys (BSM_AUDITCTL,A_GETCWD) 4s 1m
   3419 ---------------------------------------------------------
   3420 Syscall param auditsys_auditctl_getcwd(code) contains uninitialised byte(s)
   3421    ...
   3422 
   3423 Syscall param auditsys_auditctl_getcwd(cmd) contains uninitialised byte(s)
   3424    ...
   3425 
   3426 Syscall param auditsys_auditctl_getcwd(data) contains uninitialised byte(s)
   3427    ...
   3428 
   3429 Syscall param auditsys_auditctl_getcwd(length) contains uninitialised byte(s)
   3430    ...
   3431 
   3432 Syscall param auditsys(data) points to unaddressable byte(s)
   3433    ...
   3434  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3435 
   3436 ---------------------------------------------------------
   3437 186:            SYS_auditsys (BSM_AUDITCTL,A_GETCAR) 4s 1m
   3438 ---------------------------------------------------------
   3439 Syscall param auditsys_auditctl_getcar(code) contains uninitialised byte(s)
   3440    ...
   3441 
   3442 Syscall param auditsys_auditctl_getcar(cmd) contains uninitialised byte(s)
   3443    ...
   3444 
   3445 Syscall param auditsys_auditctl_getcar(data) contains uninitialised byte(s)
   3446    ...
   3447 
   3448 Syscall param auditsys_auditctl_getcar(length) contains uninitialised byte(s)
   3449    ...
   3450 
   3451 Syscall param auditsys(data) points to unaddressable byte(s)
   3452    ...
   3453  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3454 
   3455 ---------------------------------------------------------
   3456 186:            SYS_auditsys (BSM_AUDITCTL,A_GETSTAT) 3s 1m
   3457 ---------------------------------------------------------
   3458 Syscall param auditsys_auditctl_getstat(code) contains uninitialised byte(s)
   3459    ...
   3460 
   3461 Syscall param auditsys_auditctl_getstat(cmd) contains uninitialised byte(s)
   3462    ...
   3463 
   3464 Syscall param auditsys_auditctl_getstat(stats) contains uninitialised byte(s)
   3465    ...
   3466 
   3467 Syscall param auditsys(stats) points to unaddressable byte(s)
   3468    ...
   3469  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3470 
   3471 ---------------------------------------------------------
   3472 186:            SYS_auditsys (BSM_AUDITCTL,A_SETSTAT) 3s 1m
   3473 ---------------------------------------------------------
   3474 Syscall param auditsys_auditctl_setstat(code) contains uninitialised byte(s)
   3475    ...
   3476 
   3477 Syscall param auditsys_auditctl_setstat(cmd) contains uninitialised byte(s)
   3478    ...
   3479 
   3480 Syscall param auditsys_auditctl_setstat(stats) contains uninitialised byte(s)
   3481    ...
   3482 
   3483 Syscall param auditsys(stats) points to unaddressable byte(s)
   3484    ...
   3485  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3486 
   3487 ---------------------------------------------------------
   3488 186:            SYS_auditsys (BSM_AUDITCTL,A_SETUMASK) 3s 1m
   3489 ---------------------------------------------------------
   3490 Syscall param auditsys_auditctl_setumask(code) contains uninitialised byte(s)
   3491    ...
   3492 
   3493 Syscall param auditsys_auditctl_setumask(cmd) contains uninitialised byte(s)
   3494    ...
   3495 
   3496 Syscall param auditsys_auditctl_setumask(umask) contains uninitialised byte(s)
   3497    ...
   3498 
   3499 Syscall param auditsys(umask) points to unaddressable byte(s)
   3500    ...
   3501  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3502 
   3503 ---------------------------------------------------------
   3504 186:            SYS_auditsys (BSM_AUDITCTL,A_SETSMASK) 3s 1m
   3505 ---------------------------------------------------------
   3506 Syscall param auditsys_auditctl_setsmask(code) contains uninitialised byte(s)
   3507    ...
   3508 
   3509 Syscall param auditsys_auditctl_setsmask(cmd) contains uninitialised byte(s)
   3510    ...
   3511 
   3512 Syscall param auditsys_auditctl_setsmask(smask) contains uninitialised byte(s)
   3513    ...
   3514 
   3515 Syscall param auditsys(smask) points to unaddressable byte(s)
   3516    ...
   3517  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3518 
   3519 ---------------------------------------------------------
   3520 186:            SYS_auditsys (BSM_AUDITCTL,A_GETCOND) 3s 1m
   3521 ---------------------------------------------------------
   3522 Syscall param auditsys_auditctl_getcond(code) contains uninitialised byte(s)
   3523    ...
   3524 
   3525 Syscall param auditsys_auditctl_getcond(cmd) contains uninitialised byte(s)
   3526    ...
   3527 
   3528 Syscall param auditsys_auditctl_getcond(cond) contains uninitialised byte(s)
   3529    ...
   3530 
   3531 Syscall param auditsys(cond) points to unaddressable byte(s)
   3532    ...
   3533  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3534 
   3535 ---------------------------------------------------------
   3536 186:            SYS_auditsys (BSM_AUDITCTL,A_SETCOND) 3s 1m
   3537 ---------------------------------------------------------
   3538 Syscall param auditsys_auditctl_setcond(code) contains uninitialised byte(s)
   3539    ...
   3540 
   3541 Syscall param auditsys_auditctl_setcond(cmd) contains uninitialised byte(s)
   3542    ...
   3543 
   3544 Syscall param auditsys_auditctl_setcond(state) contains uninitialised byte(s)
   3545    ...
   3546 
   3547 Syscall param auditsys(cond) points to unaddressable byte(s)
   3548    ...
   3549  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3550 
   3551 ---------------------------------------------------------
   3552 186:            SYS_auditsys (BSM_AUDITCTL,A_GETCLASS) 3s 0m
   3553 ---------------------------------------------------------
   3554 Syscall param auditsys_auditctl_getclass(code) contains uninitialised byte(s)
   3555    ...
   3556 
   3557 Syscall param auditsys_auditctl_getclass(cmd) contains uninitialised byte(s)
   3558    ...
   3559 
   3560 Syscall param auditsys_auditctl_getclass(classmap) contains uninitialised byte(s)
   3561    ...
   3562 
   3563 ---------------------------------------------------------
   3564 186:            SYS_auditsys (BSM_AUDITCTL,A_SETCLASS) 3s 0m
   3565 ---------------------------------------------------------
   3566 Syscall param auditsys_auditctl_setclass(code) contains uninitialised byte(s)
   3567    ...
   3568 
   3569 Syscall param auditsys_auditctl_setclass(cmd) contains uninitialised byte(s)
   3570    ...
   3571 
   3572 Syscall param auditsys_auditctl_setclass(classmap) contains uninitialised byte(s)
   3573    ...
   3574 
   3575 ---------------------------------------------------------
   3576 186:            SYS_auditsys (BSM_AUDITCTL,A_SETCLASS) 4s 0m
   3577 ---------------------------------------------------------
   3578 Syscall param auditsys_auditctl_setclass(code) contains uninitialised byte(s)
   3579    ...
   3580 
   3581 Syscall param auditsys_auditctl_setclass(cmd) contains uninitialised byte(s)
   3582    ...
   3583 
   3584 Syscall param auditsys(classmap.ec_number) points to uninitialised byte(s)
   3585    ...
   3586  Address 0x........ is on thread 1's stack
   3587 
   3588 Syscall param auditsys(classmap.ec_class) points to uninitialised byte(s)
   3589    ...
   3590  Address 0x........ is on thread 1's stack
   3591 
   3592 ---------------------------------------------------------
   3593 186:            SYS_auditsys (BSM_AUDITCTL,A_GETPINFO) 3s 0m
   3594 ---------------------------------------------------------
   3595 Syscall param auditsys_auditctl_getpinfo(code) contains uninitialised byte(s)
   3596    ...
   3597 
   3598 Syscall param auditsys_auditctl_getpinfo(cmd) contains uninitialised byte(s)
   3599    ...
   3600 
   3601 Syscall param auditsys_auditctl_getpinfo(apinfo) contains uninitialised byte(s)
   3602    ...
   3603 
   3604 ---------------------------------------------------------
   3605 186:            SYS_auditsys (BSM_AUDITCTL,A_SETPMASK) 3s 1m
   3606 ---------------------------------------------------------
   3607 Syscall param auditsys_auditctl_setpmask(code) contains uninitialised byte(s)
   3608    ...
   3609 
   3610 Syscall param auditsys_auditctl_setpmask(cmd) contains uninitialised byte(s)
   3611    ...
   3612 
   3613 Syscall param auditsys_auditctl_setpmask(apinfo) contains uninitialised byte(s)
   3614    ...
   3615 
   3616 Syscall param auditsys(apinfo) points to unaddressable byte(s)
   3617    ...
   3618  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3619 
   3620 ---------------------------------------------------------
   3621 186:            SYS_auditsys (BSM_AUDITCTL,A_GETPINFO_ADDR) 4s 0m
   3622 ---------------------------------------------------------
   3623 Syscall param auditsys_auditctl_getpinfo_addr(code) contains uninitialised byte(s)
   3624    ...
   3625 
   3626 Syscall param auditsys_auditctl_getpinfo_addr(cmd) contains uninitialised byte(s)
   3627    ...
   3628 
   3629 Syscall param auditsys_auditctl_getpinfo_addr(apinfo) contains uninitialised byte(s)
   3630    ...
   3631 
   3632 Syscall param auditsys_auditctl_getpinfo_addr(length) contains uninitialised byte(s)
   3633    ...
   3634 
   3635 ---------------------------------------------------------
   3636 186:            SYS_auditsys (BSM_AUDITCTL,A_GETKAUDIT) 4s 1m
   3637 ---------------------------------------------------------
   3638 Syscall param auditsys_auditctl_getkaudit(code) contains uninitialised byte(s)
   3639    ...
   3640 
   3641 Syscall param auditsys_auditctl_getkaudit(cmd) contains uninitialised byte(s)
   3642    ...
   3643 
   3644 Syscall param auditsys_auditctl_getkaudit(kaudit) contains uninitialised byte(s)
   3645    ...
   3646 
   3647 Syscall param auditsys_auditctl_getkaudit(length) contains uninitialised byte(s)
   3648    ...
   3649 
   3650 Syscall param auditsys(kaudit) points to unaddressable byte(s)
   3651    ...
   3652  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3653 
   3654 ---------------------------------------------------------
   3655 186:            SYS_auditsys (BSM_AUDITCTL,A_SETKAUDIT) 4s 1m
   3656 ---------------------------------------------------------
   3657 Syscall param auditsys_auditctl_setkaudit(code) contains uninitialised byte(s)
   3658    ...
   3659 
   3660 Syscall param auditsys_auditctl_setkaudit(cmd) contains uninitialised byte(s)
   3661    ...
   3662 
   3663 Syscall param auditsys_auditctl_setkaudit(kaudit) contains uninitialised byte(s)
   3664    ...
   3665 
   3666 Syscall param auditsys_auditctl_setkaudit(length) contains uninitialised byte(s)
   3667    ...
   3668 
   3669 Syscall param auditsys(kaudit) points to unaddressable byte(s)
   3670    ...
   3671  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3672 
   3673 ---------------------------------------------------------
   3674 186:            SYS_auditsys (BSM_AUDITCTL,A_GETAMASK) 3s 1m
   3675 ---------------------------------------------------------
   3676 Syscall param auditsys_auditctl_getamask(code) contains uninitialised byte(s)
   3677    ...
   3678 
   3679 Syscall param auditsys_auditctl_getamask(cmd) contains uninitialised byte(s)
   3680    ...
   3681 
   3682 Syscall param auditsys_auditctl_getamask(amask) contains uninitialised byte(s)
   3683    ...
   3684 
   3685 Syscall param auditsys(amask) points to unaddressable byte(s)
   3686    ...
   3687  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3688 
   3689 ---------------------------------------------------------
   3690 186:            SYS_auditsys (BSM_AUDITCTL,A_SETAMASK) 3s 1m
   3691 ---------------------------------------------------------
   3692 Syscall param auditsys_auditctl_setamask(code) contains uninitialised byte(s)
   3693    ...
   3694 
   3695 Syscall param auditsys_auditctl_setamask(cmd) contains uninitialised byte(s)
   3696    ...
   3697 
   3698 Syscall param auditsys_auditctl_setamask(amask) contains uninitialised byte(s)
   3699    ...
   3700 
   3701 Syscall param auditsys(amask) points to unaddressable byte(s)
   3702    ...
   3703  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3704 
   3705 ---------------------------------------------------------
   3706 186:            SYS_auditsys (BSM_GETAUDIT_ADDR) 3s 1m
   3707 ---------------------------------------------------------
   3708 Syscall param auditsys_getaudit_addr(code) contains uninitialised byte(s)
   3709    ...
   3710 
   3711 Syscall param auditsys_getaudit_addr(ai) contains uninitialised byte(s)
   3712    ...
   3713 
   3714 Syscall param auditsys_getaudit_addr(len) contains uninitialised byte(s)
   3715    ...
   3716 
   3717 Syscall param auditsys(ai) points to unaddressable byte(s)
   3718    ...
   3719  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3720 
   3721 ---------------------------------------------------------
   3722 186:            SYS_auditsys (BSM_SETAUDIT_ADDR) 3s 1m
   3723 ---------------------------------------------------------
   3724 Syscall param auditsys_setaudit_addr(code) contains uninitialised byte(s)
   3725    ...
   3726 
   3727 Syscall param auditsys_setaudit_addr(ai) contains uninitialised byte(s)
   3728    ...
   3729 
   3730 Syscall param auditsys_setaudit_addr(len) contains uninitialised byte(s)
   3731    ...
   3732 
   3733 Syscall param auditsys(ai) points to unaddressable byte(s)
   3734    ...
   3735  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3736 
   3737 ---------------------------------------------------------
   3738 186:            SYS_auditsys (BSM_AUDITDOOR) 2s 0m
   3739 ---------------------------------------------------------
   3740 Syscall param auditsys_door(code) contains uninitialised byte(s)
   3741    ...
   3742 
   3743 Syscall param auditsys_door(fd) contains uninitialised byte(s)
   3744    ...
   3745 
   3746 ---------------------------------------------------------
   3747 189:            SYS_p_online 2s 0m
   3748 ---------------------------------------------------------
   3749 Syscall param p_online(processorid) contains uninitialised byte(s)
   3750    ...
   3751 
   3752 Syscall param p_online(flag) contains uninitialised byte(s)
   3753    ...
   3754 
   3755 ---------------------------------------------------------
   3756 190:            SYS_sigqueue 5s 1m
   3757 ---------------------------------------------------------
   3758 Syscall param sigqueue(pid) contains uninitialised byte(s)
   3759    ...
   3760 
   3761 Syscall param sigqueue(signo) contains uninitialised byte(s)
   3762    ...
   3763 
   3764 Syscall param sigqueue(value) contains uninitialised byte(s)
   3765    ...
   3766 
   3767 Syscall param sigqueue(si_code) contains uninitialised byte(s)
   3768    ...
   3769 
   3770 Syscall param sigqueue(timeout) contains uninitialised byte(s)
   3771    ...
   3772 
   3773 Syscall param sigqueue(timeout) points to unaddressable byte(s)
   3774    ...
   3775  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3776 
   3777 ---------------------------------------------------------
   3778 191:       SYS_clock_gettime 2s 1m
   3779 ---------------------------------------------------------
   3780 Syscall param clock_gettime(clock_id) contains uninitialised byte(s)
   3781    ...
   3782 
   3783 Syscall param clock_gettime(tp) contains uninitialised byte(s)
   3784    ...
   3785 
   3786 Syscall param clock_gettime(tp) points to unaddressable byte(s)
   3787    ...
   3788  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3789 
   3790 ---------------------------------------------------------
   3791 192:       SYS_clock_settime 2s 1m
   3792 ---------------------------------------------------------
   3793 Syscall param clock_settime(clock_id) contains uninitialised byte(s)
   3794    ...
   3795 
   3796 Syscall param clock_settime(tp) contains uninitialised byte(s)
   3797    ...
   3798 
   3799 Syscall param clock_settime(tp) points to unaddressable byte(s)
   3800    ...
   3801  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3802 
   3803 ---------------------------------------------------------
   3804 193:        SYS_clock_getres 2s 1m
   3805 ---------------------------------------------------------
   3806 Syscall param clock_getres(clock_id) contains uninitialised byte(s)
   3807    ...
   3808 
   3809 Syscall param clock_getres(res) contains uninitialised byte(s)
   3810    ...
   3811 
   3812 Syscall param clock_getres(res) points to unaddressable byte(s)
   3813    ...
   3814  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3815 
   3816 ---------------------------------------------------------
   3817 194:        SYS_timer_create 3s 4m
   3818 ---------------------------------------------------------
   3819 Syscall param timer_create(clock_id) contains uninitialised byte(s)
   3820    ...
   3821 
   3822 Syscall param timer_create(evp) contains uninitialised byte(s)
   3823    ...
   3824 
   3825 Syscall param timer_create(timerid) contains uninitialised byte(s)
   3826    ...
   3827 
   3828 Syscall param timer_create(evp.sigev_notify) points to unaddressable byte(s)
   3829    ...
   3830  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3831 
   3832 Syscall param timer_create(evp.sigev_signo) points to unaddressable byte(s)
   3833    ...
   3834  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3835 
   3836 Syscall param timer_create(evp.sigev_value.sival_int) points to unaddressable byte(s)
   3837    ...
   3838  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3839 
   3840 Syscall param timer_create(timerid) points to unaddressable byte(s)
   3841    ...
   3842  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3843 
   3844 ---------------------------------------------------------
   3845 194:        SYS_timer_create 5s 2m
   3846 ---------------------------------------------------------
   3847 Syscall param timer_create(clock_id) contains uninitialised byte(s)
   3848    ...
   3849 
   3850 Syscall param timer_create(timerid) contains uninitialised byte(s)
   3851    ...
   3852 
   3853 Syscall param timer_create(evp.sigev_notify) points to uninitialised byte(s)
   3854    ...
   3855  Address 0x........ is on thread 1's stack
   3856 
   3857 Syscall param timer_create(evp.sigev_signo) points to uninitialised byte(s)
   3858    ...
   3859  Address 0x........ is on thread 1's stack
   3860 
   3861 Syscall param timer_create(evp.sigev_value.sival_int) points to uninitialised byte(s)
   3862    ...
   3863  Address 0x........ is on thread 1's stack
   3864 
   3865 Syscall param timer_create(evp.sigev_value.sival_ptr) points to unaddressable byte(s)
   3866    ...
   3867  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3868 
   3869 Syscall param timer_create(timerid) points to unaddressable byte(s)
   3870    ...
   3871  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3872 
   3873 ---------------------------------------------------------
   3874 195:        SYS_timer_delete 1s 0m
   3875 ---------------------------------------------------------
   3876 Syscall param timer_delete(timerid) contains uninitialised byte(s)
   3877    ...
   3878 
   3879 ---------------------------------------------------------
   3880 196:       SYS_timer_settime 4s 2m
   3881 ---------------------------------------------------------
   3882 Syscall param timer_settime(timerid) contains uninitialised byte(s)
   3883    ...
   3884 
   3885 Syscall param timer_settime(flags) contains uninitialised byte(s)
   3886    ...
   3887 
   3888 Syscall param timer_settime(value) contains uninitialised byte(s)
   3889    ...
   3890 
   3891 Syscall param timer_settime(ovalue) contains uninitialised byte(s)
   3892    ...
   3893 
   3894 Syscall param timer_settime(value) points to unaddressable byte(s)
   3895    ...
   3896  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3897 
   3898 Syscall param timer_settime(ovalue) points to unaddressable byte(s)
   3899    ...
   3900  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3901 
   3902 ---------------------------------------------------------
   3903 197:       SYS_timer_gettime 2s 1m
   3904 ---------------------------------------------------------
   3905 Syscall param timer_gettime(timerid) contains uninitialised byte(s)
   3906    ...
   3907 
   3908 Syscall param timer_gettime(value) contains uninitialised byte(s)
   3909    ...
   3910 
   3911 Syscall param timer_gettime(value) points to unaddressable byte(s)
   3912    ...
   3913  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3914 
   3915 ---------------------------------------------------------
   3916 198:    SYS_timer_getoverrun 1s 0m
   3917 ---------------------------------------------------------
   3918 Syscall param timer_getoverrun(timerid) contains uninitialised byte(s)
   3919    ...
   3920 
   3921 ---------------------------------------------------------
   3922 199:           SYS_nanosleep 2s 2m
   3923 ---------------------------------------------------------
   3924 Syscall param nanosleep(req) contains uninitialised byte(s)
   3925    ...
   3926 
   3927 Syscall param nanosleep(rem) contains uninitialised byte(s)
   3928    ...
   3929 
   3930 Syscall param nanosleep(req) points to unaddressable byte(s)
   3931    ...
   3932  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3933 
   3934 Syscall param nanosleep(rem) points to unaddressable byte(s)
   3935    ...
   3936  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3937 
   3938 ---------------------------------------------------------
   3939 200:                SYS_facl (SETACL) 4s 1m
   3940 ---------------------------------------------------------
   3941 Syscall param facl(fildes) contains uninitialised byte(s)
   3942    ...
   3943 
   3944 Syscall param facl(cmd) contains uninitialised byte(s)
   3945    ...
   3946 
   3947 Syscall param facl(nentries) contains uninitialised byte(s)
   3948    ...
   3949 
   3950 Syscall param facl(aclbufp) contains uninitialised byte(s)
   3951    ...
   3952 
   3953 Syscall param facl(aclbufp) points to unaddressable byte(s)
   3954    ...
   3955  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3956 
   3957 ---------------------------------------------------------
   3958 200:                SYS_facl (GETACL) 4s 1m
   3959 ---------------------------------------------------------
   3960 Syscall param facl(fildes) contains uninitialised byte(s)
   3961    ...
   3962 
   3963 Syscall param facl(cmd) contains uninitialised byte(s)
   3964    ...
   3965 
   3966 Syscall param facl(nentries) contains uninitialised byte(s)
   3967    ...
   3968 
   3969 Syscall param facl(aclbufp) contains uninitialised byte(s)
   3970    ...
   3971 
   3972 Syscall param facl(aclbufp) points to unaddressable byte(s)
   3973    ...
   3974  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   3975 
   3976 ---------------------------------------------------------
   3977 200:                SYS_facl (GETACLCNT) 4s 0m
   3978 ---------------------------------------------------------
   3979 Syscall param facl(fildes) contains uninitialised byte(s)
   3980    ...
   3981 
   3982 Syscall param facl(cmd) contains uninitialised byte(s)
   3983    ...
   3984 
   3985 Syscall param facl(nentries) contains uninitialised byte(s)
   3986    ...
   3987 
   3988 Syscall param facl(aclbufp) contains uninitialised byte(s)
   3989    ...
   3990 
   3991 ---------------------------------------------------------
   3992 200:                SYS_facl (ACE_SETACL) 4s 1m
   3993 ---------------------------------------------------------
   3994 Syscall param facl(fildes) contains uninitialised byte(s)
   3995    ...
   3996 
   3997 Syscall param facl(cmd) contains uninitialised byte(s)
   3998    ...
   3999 
   4000 Syscall param facl(nentries) contains uninitialised byte(s)
   4001    ...
   4002 
   4003 Syscall param facl(aclbufp) contains uninitialised byte(s)
   4004    ...
   4005 
   4006 Syscall param facl(aclbufp) points to unaddressable byte(s)
   4007    ...
   4008  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4009 
   4010 ---------------------------------------------------------
   4011 200:                SYS_facl (ACE_GETACL) 4s 1m
   4012 ---------------------------------------------------------
   4013 Syscall param facl(fildes) contains uninitialised byte(s)
   4014    ...
   4015 
   4016 Syscall param facl(cmd) contains uninitialised byte(s)
   4017    ...
   4018 
   4019 Syscall param facl(nentries) contains uninitialised byte(s)
   4020    ...
   4021 
   4022 Syscall param facl(aclbufp) contains uninitialised byte(s)
   4023    ...
   4024 
   4025 Syscall param facl(aclbufp) points to unaddressable byte(s)
   4026    ...
   4027  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4028 
   4029 ---------------------------------------------------------
   4030 200:                SYS_facl (ACE_GETACLCNT) 4s 0m
   4031 ---------------------------------------------------------
   4032 Syscall param facl(fildes) contains uninitialised byte(s)
   4033    ...
   4034 
   4035 Syscall param facl(cmd) contains uninitialised byte(s)
   4036    ...
   4037 
   4038 Syscall param facl(nentries) contains uninitialised byte(s)
   4039    ...
   4040 
   4041 Syscall param facl(aclbufp) contains uninitialised byte(s)
   4042    ...
   4043 
   4044 ---------------------------------------------------------
   4045 201:                SYS_door (DOOR_CREATE) 4s 0m
   4046 ---------------------------------------------------------
   4047 Syscall param door(arg1) contains uninitialised byte(s)
   4048    ...
   4049 
   4050 Syscall param door(arg2) contains uninitialised byte(s)
   4051    ...
   4052 
   4053 Syscall param door(arg3) contains uninitialised byte(s)
   4054    ...
   4055 
   4056 Syscall param door(subcode) contains uninitialised byte(s)
   4057    ...
   4058 
   4059 ---------------------------------------------------------
   4060 201:                SYS_door (DOOR_REVOKE) 2s 0m
   4061 ---------------------------------------------------------
   4062 Syscall param door(arg1) contains uninitialised byte(s)
   4063    ...
   4064 
   4065 Syscall param door(subcode) contains uninitialised byte(s)
   4066    ...
   4067 
   4068 ---------------------------------------------------------
   4069 201:                SYS_door (DOOR_INFO) 3s 1m
   4070 ---------------------------------------------------------
   4071 Syscall param door(arg1) contains uninitialised byte(s)
   4072    ...
   4073 
   4074 Syscall param door(arg2) contains uninitialised byte(s)
   4075    ...
   4076 
   4077 Syscall param door(subcode) contains uninitialised byte(s)
   4078    ...
   4079 
   4080 Syscall param door_info(info) points to unaddressable byte(s)
   4081    ...
   4082  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4083 
   4084 ---------------------------------------------------------
   4085 201:                SYS_door (DOOR_CALL) 3s 6m
   4086 ---------------------------------------------------------
   4087 Syscall param door(arg1) contains uninitialised byte(s)
   4088    ...
   4089 
   4090 Syscall param door(arg2) contains uninitialised byte(s)
   4091    ...
   4092 
   4093 Syscall param door(subcode) contains uninitialised byte(s)
   4094    ...
   4095 
   4096 Syscall param door_call(params->data_ptr) points to unaddressable byte(s)
   4097    ...
   4098  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4099 
   4100 Syscall param door_call(params->data_size) points to unaddressable byte(s)
   4101    ...
   4102  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4103 
   4104 Syscall param door_call(params->desc_ptr) points to unaddressable byte(s)
   4105    ...
   4106  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4107 
   4108 Syscall param door_call(params->desc_num) points to unaddressable byte(s)
   4109    ...
   4110  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4111 
   4112 Syscall param door_call(params->rbuf) points to unaddressable byte(s)
   4113    ...
   4114  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4115 
   4116 Syscall param door_call(params->rsize) points to unaddressable byte(s)
   4117    ...
   4118  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4119 
   4120 ---------------------------------------------------------
   4121 201:                SYS_door (DOOR_CALL) 9s 2m
   4122 ---------------------------------------------------------
   4123 Syscall param door(arg1) contains uninitialised byte(s)
   4124    ...
   4125 
   4126 Syscall param door(arg2) contains uninitialised byte(s)
   4127    ...
   4128 
   4129 Syscall param door(subcode) contains uninitialised byte(s)
   4130    ...
   4131 
   4132 Syscall param door_call(params->data_ptr) points to uninitialised byte(s)
   4133    ...
   4134  Address 0x........ is on thread 1's stack
   4135 
   4136 Syscall param door_call(params->data_size) points to uninitialised byte(s)
   4137    ...
   4138  Address 0x........ is on thread 1's stack
   4139 
   4140 Syscall param door_call(params->desc_ptr) points to uninitialised byte(s)
   4141    ...
   4142  Address 0x........ is on thread 1's stack
   4143 
   4144 Syscall param door_call(params->desc_num) points to uninitialised byte(s)
   4145    ...
   4146  Address 0x........ is on thread 1's stack
   4147 
   4148 Syscall param door_call(params->rbuf) points to uninitialised byte(s)
   4149    ...
   4150  Address 0x........ is on thread 1's stack
   4151 
   4152 Syscall param door_call(params->rsize) points to uninitialised byte(s)
   4153    ...
   4154  Address 0x........ is on thread 1's stack
   4155 
   4156 Syscall param door_call(params->desc_ptr) points to unaddressable byte(s)
   4157    ...
   4158  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4159 
   4160 Syscall param door_call(params->rbuf) points to unaddressable byte(s)
   4161    ...
   4162  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4163 
   4164 ---------------------------------------------------------
   4165 202:            SYS_setreuid 2s 0m
   4166 ---------------------------------------------------------
   4167 Syscall param setreuid(ruid) contains uninitialised byte(s)
   4168    ...
   4169 
   4170 Syscall param setreuid(euid) contains uninitialised byte(s)
   4171    ...
   4172 
   4173 ---------------------------------------------------------
   4174 203:            SYS_setregid 2s 0m
   4175 ---------------------------------------------------------
   4176 Syscall param setregid(rgid) contains uninitialised byte(s)
   4177    ...
   4178 
   4179 Syscall param setregid(egid) contains uninitialised byte(s)
   4180    ...
   4181 
   4182 ---------------------------------------------------------
   4183 206:            SYS_schedctl 0s 0m
   4184 ---------------------------------------------------------
   4185 ---------------------------------------------------------
   4186 207:                SYS_pset (CREATE) 2s 1m
   4187 ---------------------------------------------------------
   4188 Syscall param pset_create(subcode) contains uninitialised byte(s)
   4189    ...
   4190 
   4191 Syscall param pset_create(newpset) contains uninitialised byte(s)
   4192    ...
   4193 
   4194 Syscall param pset(newpset) points to unaddressable byte(s)
   4195    ...
   4196  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4197 
   4198 ---------------------------------------------------------
   4199 207:                SYS_pset (DESTROY) 2s 0m
   4200 ---------------------------------------------------------
   4201 Syscall param pset_destroy(subcode) contains uninitialised byte(s)
   4202    ...
   4203 
   4204 Syscall param pset_destroy(pset) contains uninitialised byte(s)
   4205    ...
   4206 
   4207 ---------------------------------------------------------
   4208 207:                SYS_pset (ASSIGN) 4s 1m
   4209 ---------------------------------------------------------
   4210 Syscall param pset_assign(subcode) contains uninitialised byte(s)
   4211    ...
   4212 
   4213 Syscall param pset_assign(pset) contains uninitialised byte(s)
   4214    ...
   4215 
   4216 Syscall param pset_assign(cpu) contains uninitialised byte(s)
   4217    ...
   4218 
   4219 Syscall param pset_assign(opset) contains uninitialised byte(s)
   4220    ...
   4221 
   4222 Syscall param pset(opset) points to unaddressable byte(s)
   4223    ...
   4224  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4225 
   4226 ---------------------------------------------------------
   4227 207:                SYS_pset (INFO) 5s 3m
   4228 ---------------------------------------------------------
   4229 Syscall param pset_info(subcode) contains uninitialised byte(s)
   4230    ...
   4231 
   4232 Syscall param pset_info(pset) contains uninitialised byte(s)
   4233    ...
   4234 
   4235 Syscall param pset_info(type) contains uninitialised byte(s)
   4236    ...
   4237 
   4238 Syscall param pset_info(numcpus) contains uninitialised byte(s)
   4239    ...
   4240 
   4241 Syscall param pset_info(cpulist) contains uninitialised byte(s)
   4242    ...
   4243 
   4244 Syscall param pset(type) points to unaddressable byte(s)
   4245    ...
   4246  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4247 
   4248 Syscall param pset(numcpus) points to unaddressable byte(s)
   4249    ...
   4250  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4251 
   4252 ---------------------------------------------------------
   4253 207:                SYS_pset (INFO) 5s 1m
   4254 ---------------------------------------------------------
   4255 Syscall param pset_info(subcode) contains uninitialised byte(s)
   4256    ...
   4257 
   4258 Syscall param pset_info(pset) contains uninitialised byte(s)
   4259    ...
   4260 
   4261 Syscall param pset_info(type) contains uninitialised byte(s)
   4262    ...
   4263 
   4264 Syscall param pset_info(numcpus) contains uninitialised byte(s)
   4265    ...
   4266 
   4267 Syscall param pset_info(cpulist) contains uninitialised byte(s)
   4268    ...
   4269 
   4270 Syscall param pset(cpulist) points to unaddressable byte(s)
   4271    ...
   4272  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4273 
   4274 ---------------------------------------------------------
   4275 207:                SYS_pset (BIND) 5s 1m
   4276 ---------------------------------------------------------
   4277 Syscall param pset_bind(subcode) contains uninitialised byte(s)
   4278    ...
   4279 
   4280 Syscall param pset_bind(pset) contains uninitialised byte(s)
   4281    ...
   4282 
   4283 Syscall param pset_bind(idtype) contains uninitialised byte(s)
   4284    ...
   4285 
   4286 Syscall param pset_bind(id) contains uninitialised byte(s)
   4287    ...
   4288 
   4289 Syscall param pset_bind(opset) contains uninitialised byte(s)
   4290    ...
   4291 
   4292 Syscall param pset(opset) points to unaddressable byte(s)
   4293    ...
   4294  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4295 
   4296 ---------------------------------------------------------
   4297 207:                SYS_pset (BIND_LWP) 5s 1m
   4298 ---------------------------------------------------------
   4299 Syscall param pset_bind_lwp(subcode) contains uninitialised byte(s)
   4300    ...
   4301 
   4302 Syscall param pset_bind_lwp(pset) contains uninitialised byte(s)
   4303    ...
   4304 
   4305 Syscall param pset_bind_lwp(id) contains uninitialised byte(s)
   4306    ...
   4307 
   4308 Syscall param pset_bind_lwp(pid) contains uninitialised byte(s)
   4309    ...
   4310 
   4311 Syscall param pset_bind_lwp(opset) contains uninitialised byte(s)
   4312    ...
   4313 
   4314 Syscall param pset(opset) points to unaddressable byte(s)
   4315    ...
   4316  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4317 
   4318 ---------------------------------------------------------
   4319 207:                SYS_pset (GETLOADAVG) 4s 1m
   4320 ---------------------------------------------------------
   4321 Syscall param pset_getloadavg(subcode) contains uninitialised byte(s)
   4322    ...
   4323 
   4324 Syscall param pset_getloadavg(pset) contains uninitialised byte(s)
   4325    ...
   4326 
   4327 Syscall param pset_getloadavg(loadavg[]) contains uninitialised byte(s)
   4328    ...
   4329 
   4330 Syscall param pset_getloadavg(nelem) contains uninitialised byte(s)
   4331    ...
   4332 
   4333 Syscall param pset(loadavg) points to unaddressable byte(s)
   4334    ...
   4335  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4336 
   4337 ---------------------------------------------------------
   4338 207:                SYS_pset (LIST) 3s 1m
   4339 ---------------------------------------------------------
   4340 Syscall param pset_list(subcode) contains uninitialised byte(s)
   4341    ...
   4342 
   4343 Syscall param pset_list(psetlist) contains uninitialised byte(s)
   4344    ...
   4345 
   4346 Syscall param pset_list(numpsets) contains uninitialised byte(s)
   4347    ...
   4348 
   4349 Syscall param pset(numpsets) points to unaddressable byte(s)
   4350    ...
   4351  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4352 
   4353 ---------------------------------------------------------
   4354 207:                SYS_pset (LIST) 3s 1m
   4355 ---------------------------------------------------------
   4356 Syscall param pset_list(subcode) contains uninitialised byte(s)
   4357    ...
   4358 
   4359 Syscall param pset_list(psetlist) contains uninitialised byte(s)
   4360    ...
   4361 
   4362 Syscall param pset_list(numpsets) contains uninitialised byte(s)
   4363    ...
   4364 
   4365 Syscall param pset(psetlist) points to unaddressable byte(s)
   4366    ...
   4367  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4368 
   4369 ---------------------------------------------------------
   4370 207:                SYS_pset (SETATTR) 3s 0m
   4371 ---------------------------------------------------------
   4372 Syscall param pset_setattr(subcode) contains uninitialised byte(s)
   4373    ...
   4374 
   4375 Syscall param pset_setattr(pset) contains uninitialised byte(s)
   4376    ...
   4377 
   4378 Syscall param pset_setattr(attr) contains uninitialised byte(s)
   4379    ...
   4380 
   4381 ---------------------------------------------------------
   4382 207:                SYS_pset (GETATTR) 3s 1m
   4383 ---------------------------------------------------------
   4384 Syscall param pset_getattr(subcode) contains uninitialised byte(s)
   4385    ...
   4386 
   4387 Syscall param pset_getattr(pset) contains uninitialised byte(s)
   4388    ...
   4389 
   4390 Syscall param pset_getattr(attr) contains uninitialised byte(s)
   4391    ...
   4392 
   4393 Syscall param pset(attr) points to unaddressable byte(s)
   4394    ...
   4395  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4396 
   4397 ---------------------------------------------------------
   4398 207:                SYS_pset (ASSIGN_FORCED) 4s 1m
   4399 ---------------------------------------------------------
   4400 Syscall param pset_assign_forced(subcode) contains uninitialised byte(s)
   4401    ...
   4402 
   4403 Syscall param pset_assign_forced(pset) contains uninitialised byte(s)
   4404    ...
   4405 
   4406 Syscall param pset_assign_forced(cpu) contains uninitialised byte(s)
   4407    ...
   4408 
   4409 Syscall param pset_assign_forced(opset) contains uninitialised byte(s)
   4410    ...
   4411 
   4412 Syscall param pset(opset) points to unaddressable byte(s)
   4413    ...
   4414  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4415 
   4416 ---------------------------------------------------------
   4417 209:         SYS_resolvepath 3s 2m
   4418 ---------------------------------------------------------
   4419 Syscall param resolvepath(path) contains uninitialised byte(s)
   4420    ...
   4421 
   4422 Syscall param resolvepath(buf) contains uninitialised byte(s)
   4423    ...
   4424 
   4425 Syscall param resolvepath(bufsiz) contains uninitialised byte(s)
   4426    ...
   4427 
   4428 Syscall param resolvepath(path) points to unaddressable byte(s)
   4429    ...
   4430  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4431 
   4432 Syscall param resolvepath(buf) points to unaddressable byte(s)
   4433    ...
   4434  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4435 
   4436 ---------------------------------------------------------
   4437 210: SYS_lwp_mutex_timedlock 3s 7m
   4438 ---------------------------------------------------------
   4439 Syscall param lwp_mutex_timedlock(lp) contains uninitialised byte(s)
   4440    ...
   4441 
   4442 Syscall param lwp_mutex_timedlock(tsp) contains uninitialised byte(s)
   4443    ...
   4444 
   4445 Syscall param lwp_mutex_timedlock(owner) contains uninitialised byte(s)
   4446    ...
   4447 
   4448 Syscall param lwp_mutex_timedlock(lp->mutex_flag) points to unaddressable byte(s)
   4449    ...
   4450  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4451 
   4452 Syscall param lwp_mutex_timedlock(lp->mutex_type) points to unaddressable byte(s)
   4453    ...
   4454  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4455 
   4456 Syscall param lwp_mutex_timedlock(lp->mutex_owner) points to unaddressable byte(s)
   4457    ...
   4458  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4459 
   4460 Syscall param lwp_mutex_timedlock(lp->mutex_ownerpid) points to unaddressable byte(s)
   4461    ...
   4462  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4463 
   4464 Syscall param lwp_mutex_timedlock(lp->mutex_lockw) points to unaddressable byte(s)
   4465    ...
   4466  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4467 
   4468 Syscall param lwp_mutex_timedlock(lp->mutex_waiters) points to unaddressable byte(s)
   4469    ...
   4470  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4471 
   4472 Syscall param lwp_mutex_timedlock(tsp) points to unaddressable byte(s)
   4473    ...
   4474  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4475 
   4476 ---------------------------------------------------------
   4477 211:  SYS_lwp_sema_timedwait 3s 4m
   4478 ---------------------------------------------------------
   4479 Syscall param lwp_sema_timedwait(sema) contains uninitialised byte(s)
   4480    ...
   4481 
   4482 Syscall param lwp_sema_timedwait(timeout) contains uninitialised byte(s)
   4483    ...
   4484 
   4485 Syscall param lwp_sema_timedwait(check_park) contains uninitialised byte(s)
   4486    ...
   4487 
   4488 Syscall param lwp_sema_timedwait(sema->type) points to unaddressable byte(s)
   4489    ...
   4490  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4491 
   4492 Syscall param lwp_sema_timedwait(sema->count) points to unaddressable byte(s)
   4493    ...
   4494  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4495 
   4496 Syscall param lwp_sema_timedwait(sema->waiters) points to unaddressable byte(s)
   4497    ...
   4498  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4499 
   4500 Syscall param lwp_sema_timedwait(timeout) points to unaddressable byte(s)
   4501    ...
   4502  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4503 
   4504 ---------------------------------------------------------
   4505 212:      SYS_lwp_rwlock_sys (RDLOCK) 3s 8m
   4506 ---------------------------------------------------------
   4507 Syscall param lwp_rwlock_rdlock(subcode) contains uninitialised byte(s)
   4508    ...
   4509 
   4510 Syscall param lwp_rwlock_rdlock(rwlp) contains uninitialised byte(s)
   4511    ...
   4512 
   4513 Syscall param lwp_rwlock_rdlock(tsp) contains uninitialised byte(s)
   4514    ...
   4515 
   4516 Syscall param lwp_rwlock(rwlp->rwlock_type) points to unaddressable byte(s)
   4517    ...
   4518  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4519 
   4520 Syscall param lwp_rwlock(rwlp->rwlock_readers) points to unaddressable byte(s)
   4521    ...
   4522  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4523 
   4524 Syscall param lwp_rwlock(rwlp->mutex.mutex_type) points to unaddressable byte(s)
   4525    ...
   4526  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4527 
   4528 Syscall param lwp_rwlock(rwlp->mutex.mutex_owner) points to unaddressable byte(s)
   4529    ...
   4530  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4531 
   4532 Syscall param lwp_rwlock(rwlp->mutex.mutex_ownerpid) points to unaddressable byte(s)
   4533    ...
   4534  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4535 
   4536 Syscall param lwp_rwlock(rwlp->mutex.mutex_lockw) points to unaddressable byte(s)
   4537    ...
   4538  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4539 
   4540 Syscall param lwp_rwlock(rwlp->mutex.mutex_waiters) points to unaddressable byte(s)
   4541    ...
   4542  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4543 
   4544 Syscall param lwp_rwlock(tsp) points to unaddressable byte(s)
   4545    ...
   4546  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4547 
   4548 ---------------------------------------------------------
   4549 212:      SYS_lwp_rwlock_sys (WRLOCK) 3s 8m
   4550 ---------------------------------------------------------
   4551 Syscall param lwp_rwlock_wrlock(subcode) contains uninitialised byte(s)
   4552    ...
   4553 
   4554 Syscall param lwp_rwlock_wrlock(rwlp) contains uninitialised byte(s)
   4555    ...
   4556 
   4557 Syscall param lwp_rwlock_wrlock(tsp) contains uninitialised byte(s)
   4558    ...
   4559 
   4560 Syscall param lwp_rwlock(rwlp->rwlock_type) points to unaddressable byte(s)
   4561    ...
   4562  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4563 
   4564 Syscall param lwp_rwlock(rwlp->rwlock_readers) points to unaddressable byte(s)
   4565    ...
   4566  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4567 
   4568 Syscall param lwp_rwlock(rwlp->mutex.mutex_type) points to unaddressable byte(s)
   4569    ...
   4570  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4571 
   4572 Syscall param lwp_rwlock(rwlp->mutex.mutex_owner) points to unaddressable byte(s)
   4573    ...
   4574  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4575 
   4576 Syscall param lwp_rwlock(rwlp->mutex.mutex_ownerpid) points to unaddressable byte(s)
   4577    ...
   4578  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4579 
   4580 Syscall param lwp_rwlock(rwlp->mutex.mutex_lockw) points to unaddressable byte(s)
   4581    ...
   4582  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4583 
   4584 Syscall param lwp_rwlock(rwlp->mutex.mutex_waiters) points to unaddressable byte(s)
   4585    ...
   4586  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4587 
   4588 Syscall param lwp_rwlock(tsp) points to unaddressable byte(s)
   4589    ...
   4590  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4591 
   4592 ---------------------------------------------------------
   4593 212:      SYS_lwp_rwlock_sys (TRYRDLOCK) 2s 7m
   4594 ---------------------------------------------------------
   4595 Syscall param lwp_rwlock_tryrdlock(subcode) contains uninitialised byte(s)
   4596    ...
   4597 
   4598 Syscall param lwp_rwlock_tryrdlock(rwlp) contains uninitialised byte(s)
   4599    ...
   4600 
   4601 Syscall param lwp_rwlock(rwlp->rwlock_type) points to unaddressable byte(s)
   4602    ...
   4603  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4604 
   4605 Syscall param lwp_rwlock(rwlp->rwlock_readers) points to unaddressable byte(s)
   4606    ...
   4607  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4608 
   4609 Syscall param lwp_rwlock(rwlp->mutex.mutex_type) points to unaddressable byte(s)
   4610    ...
   4611  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4612 
   4613 Syscall param lwp_rwlock(rwlp->mutex.mutex_owner) points to unaddressable byte(s)
   4614    ...
   4615  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4616 
   4617 Syscall param lwp_rwlock(rwlp->mutex.mutex_ownerpid) points to unaddressable byte(s)
   4618    ...
   4619  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4620 
   4621 Syscall param lwp_rwlock(rwlp->mutex.mutex_lockw) points to unaddressable byte(s)
   4622    ...
   4623  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4624 
   4625 Syscall param lwp_rwlock(rwlp->mutex.mutex_waiters) points to unaddressable byte(s)
   4626    ...
   4627  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4628 
   4629 ---------------------------------------------------------
   4630 212:      SYS_lwp_rwlock_sys (TRYWRLOCK) 2s 7m
   4631 ---------------------------------------------------------
   4632 Syscall param lwp_rwlock_trywrlock(subcode) contains uninitialised byte(s)
   4633    ...
   4634 
   4635 Syscall param lwp_rwlock_trywrlock(rwlp) contains uninitialised byte(s)
   4636    ...
   4637 
   4638 Syscall param lwp_rwlock(rwlp->rwlock_type) points to unaddressable byte(s)
   4639    ...
   4640  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4641 
   4642 Syscall param lwp_rwlock(rwlp->rwlock_readers) points to unaddressable byte(s)
   4643    ...
   4644  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4645 
   4646 Syscall param lwp_rwlock(rwlp->mutex.mutex_type) points to unaddressable byte(s)
   4647    ...
   4648  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4649 
   4650 Syscall param lwp_rwlock(rwlp->mutex.mutex_owner) points to unaddressable byte(s)
   4651    ...
   4652  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4653 
   4654 Syscall param lwp_rwlock(rwlp->mutex.mutex_ownerpid) points to unaddressable byte(s)
   4655    ...
   4656  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4657 
   4658 Syscall param lwp_rwlock(rwlp->mutex.mutex_lockw) points to unaddressable byte(s)
   4659    ...
   4660  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4661 
   4662 Syscall param lwp_rwlock(rwlp->mutex.mutex_waiters) points to unaddressable byte(s)
   4663    ...
   4664  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4665 
   4666 ---------------------------------------------------------
   4667 212:      SYS_lwp_rwlock_sys (UNLOCK) 2s 2m
   4668 ---------------------------------------------------------
   4669 Syscall param lwp_rwlock_unlock(subcode) contains uninitialised byte(s)
   4670    ...
   4671 
   4672 Syscall param lwp_rwlock_unlock(rwlp) contains uninitialised byte(s)
   4673    ...
   4674 
   4675 Syscall param lwp_rwlock(rwlp->mutex.mutex_type) points to unaddressable byte(s)
   4676    ...
   4677  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4678 
   4679 Syscall param lwp_rwlock(rwlp->rwlock_readers) points to unaddressable byte(s)
   4680    ...
   4681  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4682 
   4683 ---------------------------------------------------------
   4684 227:                SYS_zone (ZONE_CREATE) 2s 12m
   4685 ---------------------------------------------------------
   4686 Syscall param zone_create(cmd) contains uninitialised byte(s)
   4687    ...
   4688 
   4689 Syscall param zone_create(zd) contains uninitialised byte(s)
   4690    ...
   4691 
   4692 Syscall param zone(zd.zone_name) points to unaddressable byte(s)
   4693    ...
   4694  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4695 
   4696 Syscall param zone(zd.zone_root) points to unaddressable byte(s)
   4697    ...
   4698  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4699 
   4700 Syscall param zone(zd.zone_privs) points to unaddressable byte(s)
   4701    ...
   4702  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4703 
   4704 Syscall param zone(zd.zone_privssz) points to unaddressable byte(s)
   4705    ...
   4706  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4707 
   4708 Syscall param zone(zd.rctlbuf) points to unaddressable byte(s)
   4709    ...
   4710  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4711 
   4712 Syscall param zone(zd.rctlbufsz) points to unaddressable byte(s)
   4713    ...
   4714  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4715 
   4716 Syscall param zone(zd.zfsbuf) points to unaddressable byte(s)
   4717    ...
   4718  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4719 
   4720 Syscall param zone(zd.zfsbufsz) points to unaddressable byte(s)
   4721    ...
   4722  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4723 
   4724 Syscall param zone(zd.extended_error) points to unaddressable byte(s)
   4725    ...
   4726  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4727 
   4728 Syscall param zone(zd.match) points to unaddressable byte(s)
   4729    ...
   4730  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4731 
   4732 Syscall param zone(zd.doi) points to unaddressable byte(s)
   4733    ...
   4734  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4735 
   4736 Syscall param zone(zd.label) points to unaddressable byte(s)
   4737    ...
   4738  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4739 
   4740 Syscall param zone(zd.flags) points to unaddressable byte(s)
   4741    ...
   4742  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4743 
   4744 ---------------------------------------------------------
   4745 227:                SYS_zone (create) 2s 19m
   4746 ---------------------------------------------------------
   4747 Syscall param zone_create(cmd) contains uninitialised byte(s)
   4748    ...
   4749 
   4750 Syscall param zone_create(zd) contains uninitialised byte(s)
   4751    ...
   4752 
   4753 Syscall param zone(zd.zone_name) points to uninitialised byte(s)
   4754    ...
   4755  Address 0x........ is on thread 1's stack
   4756 
   4757 Syscall param zone(zd.zone_root) points to uninitialised byte(s)
   4758    ...
   4759  Address 0x........ is on thread 1's stack
   4760 
   4761 Syscall param zone(zd.zone_privs) points to uninitialised byte(s)
   4762    ...
   4763  Address 0x........ is on thread 1's stack
   4764 
   4765 Syscall param zone(zd.zone_privssz) points to uninitialised byte(s)
   4766    ...
   4767  Address 0x........ is on thread 1's stack
   4768 
   4769 Syscall param zone(zd.rctlbuf) points to uninitialised byte(s)
   4770    ...
   4771  Address 0x........ is on thread 1's stack
   4772 
   4773 Syscall param zone(zd.rctlbufsz) points to uninitialised byte(s)
   4774    ...
   4775  Address 0x........ is on thread 1's stack
   4776 
   4777 Syscall param zone(zd.zfsbuf) points to uninitialised byte(s)
   4778    ...
   4779  Address 0x........ is on thread 1's stack
   4780 
   4781 Syscall param zone(zd.zfsbufsz) points to uninitialised byte(s)
   4782    ...
   4783  Address 0x........ is on thread 1's stack
   4784 
   4785 Syscall param zone(zd.extended_error) points to uninitialised byte(s)
   4786    ...
   4787  Address 0x........ is on thread 1's stack
   4788 
   4789 Syscall param zone(zd.match) points to uninitialised byte(s)
   4790    ...
   4791  Address 0x........ is on thread 1's stack
   4792 
   4793 Syscall param zone(zd.doi) points to uninitialised byte(s)
   4794    ...
   4795  Address 0x........ is on thread 1's stack
   4796 
   4797 Syscall param zone(zd.label) points to uninitialised byte(s)
   4798    ...
   4799  Address 0x........ is on thread 1's stack
   4800 
   4801 Syscall param zone(zd.flags) points to uninitialised byte(s)
   4802    ...
   4803  Address 0x........ is on thread 1's stack
   4804 
   4805 Syscall param zone(zd.zone_name) points to unaddressable byte(s)
   4806    ...
   4807  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4808 
   4809 Syscall param zone(zd.zone_root) points to unaddressable byte(s)
   4810    ...
   4811  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4812 
   4813 Syscall param zone(zd.zone_privs) points to unaddressable byte(s)
   4814    ...
   4815  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4816 
   4817 Syscall param zone(zd.rctlbuf) points to unaddressable byte(s)
   4818    ...
   4819  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4820 
   4821 Syscall param zone(zd.zfsbuf) points to unaddressable byte(s)
   4822    ...
   4823  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4824 
   4825 Syscall param zone(zd.label) points to unaddressable byte(s)
   4826    ...
   4827  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4828 
   4829 ---------------------------------------------------------
   4830 227:                SYS_zone (ZONE_DESTROY) 2s 0m
   4831 ---------------------------------------------------------
   4832 Syscall param zone_destroy(cmd) contains uninitialised byte(s)
   4833    ...
   4834 
   4835 Syscall param zone_destroy(zoneid) contains uninitialised byte(s)
   4836    ...
   4837 
   4838 ---------------------------------------------------------
   4839 227:                SYS_zone (ZONE_GETATTR) 5s 1m
   4840 ---------------------------------------------------------
   4841 Syscall param zone_getattr(cmd) contains uninitialised byte(s)
   4842    ...
   4843 
   4844 Syscall param zone_getattr(zoneid) contains uninitialised byte(s)
   4845    ...
   4846 
   4847 Syscall param zone_getattr(attr) contains uninitialised byte(s)
   4848    ...
   4849 
   4850 Syscall param zone_getattr(valp) contains uninitialised byte(s)
   4851    ...
   4852 
   4853 Syscall param zone_getattr(size) contains uninitialised byte(s)
   4854    ...
   4855 
   4856 Syscall param zone(valp) points to unaddressable byte(s)
   4857    ...
   4858  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4859 
   4860 ---------------------------------------------------------
   4861 227:                SYS_zone (ZONE_ENTER) 2s 0m
   4862 ---------------------------------------------------------
   4863 Syscall param zone_enter(cmd) contains uninitialised byte(s)
   4864    ...
   4865 
   4866 Syscall param zone_enter(zoneid) contains uninitialised byte(s)
   4867    ...
   4868 
   4869 ---------------------------------------------------------
   4870 227:                SYS_zone (ZONE_LIST) 3s 1m
   4871 ---------------------------------------------------------
   4872 Syscall param zone_list(cmd) contains uninitialised byte(s)
   4873    ...
   4874 
   4875 Syscall param zone_list(zonelist) contains uninitialised byte(s)
   4876    ...
   4877 
   4878 Syscall param zone_list(numzones) contains uninitialised byte(s)
   4879    ...
   4880 
   4881 Syscall param zone(numzones) points to unaddressable byte(s)
   4882    ...
   4883  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4884 
   4885 ---------------------------------------------------------
   4886 227:                SYS_zone (ZONE_LIST) 3s 1m
   4887 ---------------------------------------------------------
   4888 Syscall param zone_list(cmd) contains uninitialised byte(s)
   4889    ...
   4890 
   4891 Syscall param zone_list(zonelist) contains uninitialised byte(s)
   4892    ...
   4893 
   4894 Syscall param zone_list(numzones) contains uninitialised byte(s)
   4895    ...
   4896 
   4897 Syscall param zone(zonelist) points to unaddressable byte(s)
   4898    ...
   4899  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4900 
   4901 ---------------------------------------------------------
   4902 227:                SYS_zone (ZONE_SHUTDOWN) 2s 0m
   4903 ---------------------------------------------------------
   4904 Syscall param zone_shutdown(cmd) contains uninitialised byte(s)
   4905    ...
   4906 
   4907 Syscall param zone_shutdown(zoneid) contains uninitialised byte(s)
   4908    ...
   4909 
   4910 ---------------------------------------------------------
   4911 227:                SYS_zone (ZONE_LOOKUP) 2s 1m
   4912 ---------------------------------------------------------
   4913 Syscall param zone_lookup(cmd) contains uninitialised byte(s)
   4914    ...
   4915 
   4916 Syscall param zone_lookup(name) contains uninitialised byte(s)
   4917    ...
   4918 
   4919 Syscall param zone(name) points to unaddressable byte(s)
   4920    ...
   4921  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4922 
   4923 ---------------------------------------------------------
   4924 227:                SYS_zone (ZONE_BOOT) 2s 0m
   4925 ---------------------------------------------------------
   4926 Syscall param zone_boot(cmd) contains uninitialised byte(s)
   4927    ...
   4928 
   4929 Syscall param zone_boot(zoneid) contains uninitialised byte(s)
   4930    ...
   4931 
   4932 ---------------------------------------------------------
   4933 227:                SYS_zone (ZONE_SETATTR) 5s 1m
   4934 ---------------------------------------------------------
   4935 Syscall param zone_setattr(cmd) contains uninitialised byte(s)
   4936    ...
   4937 
   4938 Syscall param zone_setattr(zoneid) contains uninitialised byte(s)
   4939    ...
   4940 
   4941 Syscall param zone_setattr(attr) contains uninitialised byte(s)
   4942    ...
   4943 
   4944 Syscall param zone_setattr(valp) contains uninitialised byte(s)
   4945    ...
   4946 
   4947 Syscall param zone_setattr(size) contains uninitialised byte(s)
   4948    ...
   4949 
   4950 Syscall param zone(valp) points to unaddressable byte(s)
   4951    ...
   4952  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4953 
   4954 ---------------------------------------------------------
   4955 227:                SYS_zone (ZONE_DEL_DATALINK) 3s 0m
   4956 ---------------------------------------------------------
   4957 Syscall param zone_del_datalink(cmd) contains uninitialised byte(s)
   4958    ...
   4959 
   4960 Syscall param zone_del_datalink(zoneid) contains uninitialised byte(s)
   4961    ...
   4962 
   4963 Syscall param zone_del_datalink(linkid) contains uninitialised byte(s)
   4964    ...
   4965 
   4966 ---------------------------------------------------------
   4967 227:                SYS_zone (ZONE_LIST_DATALINK) 4s 1m
   4968 ---------------------------------------------------------
   4969 Syscall param zone_list_datalink(cmd) contains uninitialised byte(s)
   4970    ...
   4971 
   4972 Syscall param zone_list_datalink(zoneid) contains uninitialised byte(s)
   4973    ...
   4974 
   4975 Syscall param zone_list_datalink(dlnump) contains uninitialised byte(s)
   4976    ...
   4977 
   4978 Syscall param zone_list_datalink(linkids) contains uninitialised byte(s)
   4979    ...
   4980 
   4981 Syscall param zone(dlnump) points to unaddressable byte(s)
   4982    ...
   4983  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4984 
   4985 ---------------------------------------------------------
   4986 229:              SYS_getcwd 2s 1m
   4987 ---------------------------------------------------------
   4988 Syscall param getcwd(buf) contains uninitialised byte(s)
   4989    ...
   4990 
   4991 Syscall param getcwd(size) contains uninitialised byte(s)
   4992    ...
   4993 
   4994 Syscall param getcwd(buf) points to unaddressable byte(s)
   4995    ...
   4996  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   4997 
   4998 ---------------------------------------------------------
   4999 230:           SYS_so_socket 5s 1m
   5000 ---------------------------------------------------------
   5001 Syscall param socket(family) contains uninitialised byte(s)
   5002    ...
   5003 
   5004 Syscall param socket(type) contains uninitialised byte(s)
   5005    ...
   5006 
   5007 Syscall param socket(protocol) contains uninitialised byte(s)
   5008    ...
   5009 
   5010 Syscall param socket(devpath) contains uninitialised byte(s)
   5011    ...
   5012 
   5013 Syscall param socket(version) contains uninitialised byte(s)
   5014    ...
   5015 
   5016 Syscall param socket(devpath) points to unaddressable byte(s)
   5017    ...
   5018  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   5019 
   5020 ---------------------------------------------------------
   5021 231:       SYS_so_socketpair 1s 1m
   5022 ---------------------------------------------------------
   5023 Syscall param socketpair(sv) contains uninitialised byte(s)
   5024    ...
   5025 
   5026 Syscall param socketpair(sv) points to unaddressable byte(s)
   5027    ...
   5028  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   5029 
   5030 ---------------------------------------------------------
   5031 232:                SYS_bind 4s 0m
   5032 ---------------------------------------------------------
   5033 Syscall param bind(s) contains uninitialised byte(s)
   5034    ...
   5035 
   5036 Syscall param bind(name) contains uninitialised byte(s)
   5037    ...
   5038 
   5039 Syscall param bind(namelen) contains uninitialised byte(s)
   5040    ...
   5041 
   5042 Syscall param bind(version) contains uninitialised byte(s)
   5043    ...
   5044 
   5045 ---------------------------------------------------------
   5046 233:              SYS_listen 3s 0m
   5047 ---------------------------------------------------------
   5048 Syscall param listen(s) contains uninitialised byte(s)
   5049    ...
   5050 
   5051 Syscall param listen(backlog) contains uninitialised byte(s)
   5052    ...
   5053 
   5054 Syscall param listen(version) contains uninitialised byte(s)
   5055    ...
   5056 
   5057 ---------------------------------------------------------
   5058 234:              SYS_accept 4s 0m
   5059 ---------------------------------------------------------
   5060 Syscall param accept(s) contains uninitialised byte(s)
   5061    ...
   5062 
   5063 Syscall param accept(addr) contains uninitialised byte(s)
   5064    ...
   5065 
   5066 Syscall param accept(addrlen) contains uninitialised byte(s)
   5067    ...
   5068 
   5069 Syscall param accept(version) contains uninitialised byte(s)
   5070    ...
   5071 
   5072 ---------------------------------------------------------
   5073 235:             SYS_connect 4s 0m
   5074 ---------------------------------------------------------
   5075 Syscall param connect(s) contains uninitialised byte(s)
   5076    ...
   5077 
   5078 Syscall param connect(name) contains uninitialised byte(s)
   5079    ...
   5080 
   5081 Syscall param connect(namelen) contains uninitialised byte(s)
   5082    ...
   5083 
   5084 Syscall param connect(version) contains uninitialised byte(s)
   5085    ...
   5086 
   5087 ---------------------------------------------------------
   5088 236:            SYS_shutdown 3s 0m
   5089 ---------------------------------------------------------
   5090 Syscall param shutdown(sock) contains uninitialised byte(s)
   5091    ...
   5092 
   5093 Syscall param shutdown(how) contains uninitialised byte(s)
   5094    ...
   5095 
   5096 Syscall param shutdown(version) contains uninitialised byte(s)
   5097    ...
   5098 
   5099 ---------------------------------------------------------
   5100 237:                SYS_recv 4s 1m
   5101 ---------------------------------------------------------
   5102 Syscall param recv(s) contains uninitialised byte(s)
   5103    ...
   5104 
   5105 Syscall param recv(buf) contains uninitialised byte(s)
   5106    ...
   5107 
   5108 Syscall param recv(len) contains uninitialised byte(s)
   5109    ...
   5110 
   5111 Syscall param recv(flags) contains uninitialised byte(s)
   5112    ...
   5113 
   5114 Syscall param socketcall.recv(buf) points to unaddressable byte(s)
   5115    ...
   5116  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   5117 
   5118 ---------------------------------------------------------
   5119 238:            SYS_recvfrom 6s 1m
   5120 ---------------------------------------------------------
   5121 Syscall param recvfrom(s) contains uninitialised byte(s)
   5122    ...
   5123 
   5124 Syscall param recvfrom(buf) contains uninitialised byte(s)
   5125    ...
   5126 
   5127 Syscall param recvfrom(len) contains uninitialised byte(s)
   5128    ...
   5129 
   5130 Syscall param recvfrom(flags) contains uninitialised byte(s)
   5131    ...
   5132 
   5133 Syscall param recvfrom(from) contains uninitialised byte(s)
   5134    ...
   5135 
   5136 Syscall param recvfrom(fromlen) contains uninitialised byte(s)
   5137    ...
   5138 
   5139 Syscall param socketcall.recvfrom(buf) points to unaddressable byte(s)
   5140    ...
   5141  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   5142 
   5143 ---------------------------------------------------------
   5144 239:             SYS_recvmsg 3s 0m
   5145 ---------------------------------------------------------
   5146 Syscall param recvmsg(s) contains uninitialised byte(s)
   5147    ...
   5148 
   5149 Syscall param recvmsg(msg) contains uninitialised byte(s)
   5150    ...
   5151 
   5152 Syscall param recvmsg(flags) contains uninitialised byte(s)
   5153    ...
   5154 
   5155 ---------------------------------------------------------
   5156 240:                SYS_send 4s 1m
   5157 ---------------------------------------------------------
   5158 Syscall param send(s) contains uninitialised byte(s)
   5159    ...
   5160 
   5161 Syscall param send(msg) contains uninitialised byte(s)
   5162    ...
   5163 
   5164 Syscall param send(len) contains uninitialised byte(s)
   5165    ...
   5166 
   5167 Syscall param send(flags) contains uninitialised byte(s)
   5168    ...
   5169 
   5170 Syscall param socketcall.send(msg) points to unaddressable byte(s)
   5171    ...
   5172  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   5173 
   5174 ---------------------------------------------------------
   5175 241:             SYS_sendmsg 3s 0m
   5176 ---------------------------------------------------------
   5177 Syscall param sendmsg(s) contains uninitialised byte(s)
   5178    ...
   5179 
   5180 Syscall param sendmsg(msg) contains uninitialised byte(s)
   5181    ...
   5182 
   5183 Syscall param sendmsg(flags) contains uninitialised byte(s)
   5184    ...
   5185 
   5186 ---------------------------------------------------------
   5187 242:              SYS_sendto 6s 1m
   5188 ---------------------------------------------------------
   5189 Syscall param sendto(s) contains uninitialised byte(s)
   5190    ...
   5191 
   5192 Syscall param sendto(msg) contains uninitialised byte(s)
   5193    ...
   5194 
   5195 Syscall param sendto(len) contains uninitialised byte(s)
   5196    ...
   5197 
   5198 Syscall param sendto(flags) contains uninitialised byte(s)
   5199    ...
   5200 
   5201 Syscall param sendto(to) contains uninitialised byte(s)
   5202    ...
   5203 
   5204 Syscall param sendto(tolen) contains uninitialised byte(s)
   5205    ...
   5206 
   5207 Syscall param socketcall.sendto(msg) points to unaddressable byte(s)
   5208    ...
   5209  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   5210 
   5211 ---------------------------------------------------------
   5212 243:         SYS_getpeername 4s 1m
   5213 ---------------------------------------------------------
   5214 Syscall param getpeername(s) contains uninitialised byte(s)
   5215    ...
   5216 
   5217 Syscall param getpeername(name) contains uninitialised byte(s)
   5218    ...
   5219 
   5220 Syscall param getpeername(namelen) contains uninitialised byte(s)
   5221    ...
   5222 
   5223 Syscall param getpeername(version) contains uninitialised byte(s)
   5224    ...
   5225 
   5226 Syscall param getpeername(namelen) points to unaddressable byte(s)
   5227    ...
   5228  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   5229 
   5230 ---------------------------------------------------------
   5231 243:         SYS_getpeername 4s 1m
   5232 ---------------------------------------------------------
   5233 Syscall param getpeername(s) contains uninitialised byte(s)
   5234    ...
   5235 
   5236 Syscall param getpeername(name) contains uninitialised byte(s)
   5237    ...
   5238 
   5239 Syscall param getpeername(version) contains uninitialised byte(s)
   5240    ...
   5241 
   5242 Syscall param getpeername(namelen) points to uninitialised byte(s)
   5243    ...
   5244  Address 0x........ is on thread 1's stack
   5245 
   5246 Syscall param getpeername(name) points to unaddressable byte(s)
   5247    ...
   5248  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   5249 
   5250 ---------------------------------------------------------
   5251 244:         SYS_getsockname 4s 1m
   5252 ---------------------------------------------------------
   5253 Syscall param getsockname(s) contains uninitialised byte(s)
   5254    ...
   5255 
   5256 Syscall param getsockname(name) contains uninitialised byte(s)
   5257    ...
   5258 
   5259 Syscall param getsockname(namelen) contains uninitialised byte(s)
   5260    ...
   5261 
   5262 Syscall param getsockname(version) contains uninitialised byte(s)
   5263    ...
   5264 
   5265 Syscall param socketcall.getsockname(namelen_in) points to unaddressable byte(s)
   5266    ...
   5267  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   5268 
   5269 ---------------------------------------------------------
   5270 245:          SYS_getsockopt 6s 0m
   5271 ---------------------------------------------------------
   5272 Syscall param getsockopt(s) contains uninitialised byte(s)
   5273    ...
   5274 
   5275 Syscall param getsockopt(level) contains uninitialised byte(s)
   5276    ...
   5277 
   5278 Syscall param getsockopt(optname) contains uninitialised byte(s)
   5279    ...
   5280 
   5281 Syscall param getsockopt(optval) contains uninitialised byte(s)
   5282    ...
   5283 
   5284 Syscall param getsockopt(option) contains uninitialised byte(s)
   5285    ...
   5286 
   5287 Syscall param getsockopt(version) contains uninitialised byte(s)
   5288    ...
   5289 
   5290 ---------------------------------------------------------
   5291 246:          SYS_setsockopt 6s 1m
   5292 ---------------------------------------------------------
   5293 Syscall param setsockopt(s) contains uninitialised byte(s)
   5294    ...
   5295 
   5296 Syscall param setsockopt(level) contains uninitialised byte(s)
   5297    ...
   5298 
   5299 Syscall param setsockopt(optname) contains uninitialised byte(s)
   5300    ...
   5301 
   5302 Syscall param setsockopt(optval) contains uninitialised byte(s)
   5303    ...
   5304 
   5305 Syscall param setsockopt(optlen) contains uninitialised byte(s)
   5306    ...
   5307 
   5308 Syscall param setsockopt(version) contains uninitialised byte(s)
   5309    ...
   5310 
   5311 Syscall param socketcall.setsockopt(optval) points to unaddressable byte(s)
   5312    ...
   5313  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   5314 
   5315 ---------------------------------------------------------
   5316 252:  SYS_lwp_mutex_register 2s 1m
   5317 ---------------------------------------------------------
   5318 Syscall param lwp_mutex_register(mp) contains uninitialised byte(s)
   5319    ...
   5320 
   5321 Syscall param lwp_mutex_register(uaddr) contains uninitialised byte(s)
   5322    ...
   5323 
   5324 Syscall param lwp_mutex_register(mp->mutex_type) points to unaddressable byte(s)
   5325    ...
   5326  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   5327 
   5328 ---------------------------------------------------------
   5329 254:              SYS_uucopy 3s 2m
   5330 ---------------------------------------------------------
   5331 Syscall param uucopy(s1) contains uninitialised byte(s)
   5332    ...
   5333 
   5334 Syscall param uucopy(s2) contains uninitialised byte(s)
   5335    ...
   5336 
   5337 Syscall param uucopy(n) contains uninitialised byte(s)
   5338    ...
   5339 
   5340 Syscall param uucopy(s1) points to unaddressable byte(s)
   5341    ...
   5342  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   5343 
   5344 Syscall param uucopy(s2) points to unaddressable byte(s)
   5345    ...
   5346  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   5347 
   5348 ---------------------------------------------------------
   5349 255:             SYS_umount2 2s 1m
   5350 ---------------------------------------------------------
   5351 Syscall param umount2(file) contains uninitialised byte(s)
   5352    ...
   5353 
   5354 Syscall param umount2(mflag) contains uninitialised byte(s)
   5355    ...
   5356 
   5357 Syscall param umount2(file) points to unaddressable byte(s)
   5358    ...
   5359  Address 0x........ is not stack'd, malloc'd or (recently) free'd
   5360 
   5361 ---------------------------------------------------------
   5362   1:                SYS_exit 1s 0m
   5363 ---------------------------------------------------------
   5364 Syscall param exit(status) contains uninitialised byte(s)
   5365    ...
   5366 
   5367