1 -----------------------------------------------------
2 x2000001(1): __NR_exit below
3 -----------------------------------------------------
4 -----------------------------------------------------
5 x2000002(2): __NR_fork other
6 -----------------------------------------------------
7 -----------------------------------------------------
8 x2000003(3): __NR_read 1+3s 1m
9 -----------------------------------------------------
10 Syscall param (syscallno) contains uninitialised byte(s)
12 by 0x........: main (scalar.c:31)
14 Syscall param read(fd) contains uninitialised byte(s)
16 by 0x........: main (scalar.c:31)
18 Syscall param read(buf) contains uninitialised byte(s)
20 by 0x........: main (scalar.c:31)
22 Syscall param read(count) contains uninitialised byte(s)
24 by 0x........: main (scalar.c:31)
26 Syscall param read(buf) points to unaddressable byte(s)
28 by 0x........: main (scalar.c:31)
29 Address 0x........ is not stack'd, malloc'd or (recently) free'd
31 -----------------------------------------------------
32 x2000004(4): __NR_write 3s 1m
33 -----------------------------------------------------
34 Syscall param write(fd) contains uninitialised byte(s)
36 by 0x........: main (scalar.c:34)
38 Syscall param write(buf) contains uninitialised byte(s)
40 by 0x........: main (scalar.c:34)
42 Syscall param write(count) contains uninitialised byte(s)
44 by 0x........: main (scalar.c:34)
46 Syscall param write(buf) points to unaddressable byte(s)
48 by 0x........: main (scalar.c:34)
49 Address 0x........ is not stack'd, malloc'd or (recently) free'd
51 -----------------------------------------------------
52 x2000005(5): __NR_open (2-args) 2s 1m
53 -----------------------------------------------------
54 Syscall param open(filename) contains uninitialised byte(s)
56 by 0x........: main (scalar.c:38)
58 Syscall param open(flags) contains uninitialised byte(s)
60 by 0x........: main (scalar.c:38)
62 Syscall param open(filename) points to unaddressable byte(s)
64 by 0x........: main (scalar.c:38)
65 Address 0x........ is not stack'd, malloc'd or (recently) free'd
67 -----------------------------------------------------
68 x2000005(5): __NR_open (3-args) 1s 0m
69 -----------------------------------------------------
70 Syscall param open(mode) contains uninitialised byte(s)
73 -----------------------------------------------------
74 x2000006(6): __NR_close 1s 0m
75 -----------------------------------------------------
76 Syscall param close(fd) contains uninitialised byte(s)
79 -----------------------------------------------------
80 x2000007(7): __NR_wait4 4s 2m
81 -----------------------------------------------------
82 Syscall param wait4(pid) contains uninitialised byte(s)
84 by 0x........: main (scalar.c:49)
86 Syscall param wait4(status) contains uninitialised byte(s)
88 by 0x........: main (scalar.c:49)
90 Syscall param wait4(options) contains uninitialised byte(s)
92 by 0x........: main (scalar.c:49)
94 Syscall param wait4(rusage) contains uninitialised byte(s)
96 by 0x........: main (scalar.c:49)
98 Syscall param wait4(status) points to unaddressable byte(s)
100 by 0x........: main (scalar.c:49)
101 Address 0x........ is not stack'd, malloc'd or (recently) free'd
103 Syscall param wait4(rusage) points to unaddressable byte(s)
105 by 0x........: main (scalar.c:49)
106 Address 0x........ is not stack'd, malloc'd or (recently) free'd
108 -----------------------------------------------------
110 -----------------------------------------------------
111 -----------------------------------------------------
112 x2000009(9): __NR_link 2s 2m
113 -----------------------------------------------------
114 Syscall param link(oldpath) contains uninitialised byte(s)
116 by 0x........: main (scalar.c:54)
118 Syscall param link(newpath) contains uninitialised byte(s)
120 by 0x........: main (scalar.c:54)
122 Syscall param link(oldpath) points to unaddressable byte(s)
124 by 0x........: main (scalar.c:54)
125 Address 0x........ is not stack'd, malloc'd or (recently) free'd
127 Syscall param link(newpath) points to unaddressable byte(s)
129 by 0x........: main (scalar.c:54)
130 Address 0x........ is not stack'd, malloc'd or (recently) free'd
132 -----------------------------------------------------
133 x200000a(10): __NR_unlink 1s 1m
134 -----------------------------------------------------
135 Syscall param unlink(pathname) contains uninitialised byte(s)
137 by 0x........: main (scalar.c:57)
139 Syscall param unlink(pathname) points to unaddressable byte(s)
141 by 0x........: main (scalar.c:57)
142 Address 0x........ is not stack'd, malloc'd or (recently) free'd
144 -----------------------------------------------------
146 -----------------------------------------------------
147 -----------------------------------------------------
148 x200000c(12): __NR_chdir 1s 1m
149 -----------------------------------------------------
150 Syscall param chdir(path) contains uninitialised byte(s)
152 by 0x........: main (scalar.c:62)
154 Syscall param chdir(path) points to unaddressable byte(s)
156 by 0x........: main (scalar.c:62)
157 Address 0x........ is not stack'd, malloc'd or (recently) free'd
159 -----------------------------------------------------
160 x200000d(13): __NR_fchdir 1s 0m
161 -----------------------------------------------------
162 Syscall param fchdir(fd) contains uninitialised byte(s)
165 -----------------------------------------------------
166 x200000e(14): __NR_mknod 3s 1m
167 -----------------------------------------------------
168 Syscall param mknod(pathname) contains uninitialised byte(s)
170 by 0x........: main (scalar.c:68)
172 Syscall param mknod(mode) contains uninitialised byte(s)
174 by 0x........: main (scalar.c:68)
176 Syscall param mknod(dev) contains uninitialised byte(s)
178 by 0x........: main (scalar.c:68)
180 Syscall param mknod(pathname) points to unaddressable byte(s)
182 by 0x........: main (scalar.c:68)
183 Address 0x........ is not stack'd, malloc'd or (recently) free'd
185 -----------------------------------------------------
186 x200000f(15): __NR_chmod 2s 1m
187 -----------------------------------------------------
188 Syscall param chmod(path) contains uninitialised byte(s)
190 by 0x........: main (scalar.c:71)
192 Syscall param chmod(mode) contains uninitialised byte(s)
194 by 0x........: main (scalar.c:71)
196 Syscall param chmod(path) points to unaddressable byte(s)
198 by 0x........: main (scalar.c:71)
199 Address 0x........ is not stack'd, malloc'd or (recently) free'd
201 -----------------------------------------------------
202 x2000010(16): __NR_chown 3s 1m
203 -----------------------------------------------------
204 Syscall param chown(path) contains uninitialised byte(s)
206 by 0x........: main (scalar.c:74)
208 Syscall param chown(owner) contains uninitialised byte(s)
210 by 0x........: main (scalar.c:74)
212 Syscall param chown(group) contains uninitialised byte(s)
214 by 0x........: main (scalar.c:74)
216 Syscall param chown(path) points to unaddressable byte(s)
218 by 0x........: main (scalar.c:74)
219 Address 0x........ is not stack'd, malloc'd or (recently) free'd
221 -----------------------------------------------------
223 -----------------------------------------------------
224 -----------------------------------------------------
225 x2000012(18): __NR_getfsstat 3s 1m
226 -----------------------------------------------------
227 Syscall param getfsstat(buf) contains uninitialised byte(s)
229 by 0x........: main (scalar.c:79)
231 Syscall param getfsstat(bufsize) contains uninitialised byte(s)
233 by 0x........: main (scalar.c:79)
235 Syscall param getfsstat(flags) contains uninitialised byte(s)
237 by 0x........: main (scalar.c:79)
239 Syscall param getfsstat(buf) points to unaddressable byte(s)
241 by 0x........: main (scalar.c:79)
242 Address 0x........ is not stack'd, malloc'd or (recently) free'd
244 -----------------------------------------------------
246 -----------------------------------------------------
247 -----------------------------------------------------
249 -----------------------------------------------------
250 -----------------------------------------------------
252 -----------------------------------------------------
253 -----------------------------------------------------
255 -----------------------------------------------------
256 -----------------------------------------------------
258 -----------------------------------------------------
259 -----------------------------------------------------
261 -----------------------------------------------------
262 -----------------------------------------------------
264 -----------------------------------------------------
265 -----------------------------------------------------
266 (63): used internally, reserved
267 -----------------------------------------------------
268 -----------------------------------------------------
269 (64): old getpagesize
270 -----------------------------------------------------
271 -----------------------------------------------------
273 -----------------------------------------------------
274 -----------------------------------------------------
276 -----------------------------------------------------
277 -----------------------------------------------------
279 -----------------------------------------------------
280 -----------------------------------------------------
282 -----------------------------------------------------
283 -----------------------------------------------------
285 -----------------------------------------------------
286 -----------------------------------------------------
288 -----------------------------------------------------
289 -----------------------------------------------------
291 -----------------------------------------------------
292 -----------------------------------------------------
294 -----------------------------------------------------
295 -----------------------------------------------------
296 x200004e(78): __NR_mincore 3s 1m
297 -----------------------------------------------------
298 Syscall param mincore(start) contains uninitialised byte(s)
300 by 0x........: main (scalar.c:165)
302 Syscall param mincore(length) contains uninitialised byte(s)
304 by 0x........: main (scalar.c:165)
306 Syscall param mincore(vec) contains uninitialised byte(s)
308 by 0x........: main (scalar.c:165)
310 Syscall param mincore(vec) points to unaddressable byte(s)
312 by 0x........: main (scalar.c:165)
313 Address 0x........ is not stack'd, malloc'd or (recently) free'd
315 -----------------------------------------------------
316 x2000052(82): __NR_setpgid 2s 0m
317 -----------------------------------------------------
318 Syscall param setpgid(pid) contains uninitialised byte(s)
320 by 0x........: main (scalar.c:172)
322 Syscall param setpgid(pgid) contains uninitialised byte(s)
324 by 0x........: main (scalar.c:172)
326 -----------------------------------------------------
328 -----------------------------------------------------
329 -----------------------------------------------------
330 (87): old gethostname
331 -----------------------------------------------------
332 -----------------------------------------------------
333 (88): old sethostname
334 -----------------------------------------------------
335 -----------------------------------------------------
337 -----------------------------------------------------
338 -----------------------------------------------------
340 -----------------------------------------------------
341 -----------------------------------------------------
343 -----------------------------------------------------
344 -----------------------------------------------------
346 -----------------------------------------------------
347 -----------------------------------------------------
349 -----------------------------------------------------
350 -----------------------------------------------------
352 -----------------------------------------------------
353 -----------------------------------------------------
354 x2000069(105): __NR_setsockopt 5s 1m
355 -----------------------------------------------------
356 Syscall param setsockopt(s) contains uninitialised byte(s)
358 by 0x........: main (scalar.c:213)
360 Syscall param setsockopt(level) contains uninitialised byte(s)
362 by 0x........: main (scalar.c:213)
364 Syscall param setsockopt(optname) contains uninitialised byte(s)
366 by 0x........: main (scalar.c:213)
368 Syscall param setsockopt(optval) contains uninitialised byte(s)
370 by 0x........: main (scalar.c:213)
372 Syscall param setsockopt(optlen) contains uninitialised byte(s)
374 by 0x........: main (scalar.c:213)
376 Syscall param socketcall.setsockopt(optval) points to unaddressable byte(s)
378 by 0x........: main (scalar.c:213)
379 Address 0x........ is not stack'd, malloc'd or (recently) free'd
381 -----------------------------------------------------
383 -----------------------------------------------------
384 -----------------------------------------------------
386 -----------------------------------------------------
387 -----------------------------------------------------
389 -----------------------------------------------------
390 -----------------------------------------------------
391 (110): old sigsetmask
392 -----------------------------------------------------
393 -----------------------------------------------------
394 x200006f(111): __NR_sigsuspend ignore
395 -----------------------------------------------------
396 -----------------------------------------------------
398 -----------------------------------------------------
399 -----------------------------------------------------
401 -----------------------------------------------------
402 -----------------------------------------------------
404 -----------------------------------------------------
405 -----------------------------------------------------
407 -----------------------------------------------------
408 -----------------------------------------------------
409 x2000076(118): __NR_getsockopt 5s 1m
410 -----------------------------------------------------
411 Syscall param getsockopt(s) contains uninitialised byte(s)
413 by 0x........: main (scalar.c:242)
415 Syscall param getsockopt(level) contains uninitialised byte(s)
417 by 0x........: main (scalar.c:242)
419 Syscall param getsockopt(optname) contains uninitialised byte(s)
421 by 0x........: main (scalar.c:242)
423 Syscall param getsockopt(optval) contains uninitialised byte(s)
425 by 0x........: main (scalar.c:242)
427 Syscall param getsockopt(optlen) contains uninitialised byte(s)
429 by 0x........: main (scalar.c:242)
431 Syscall param socketcall.getsockopt(optlen) points to unaddressable byte(s)
433 by 0x........: main (scalar.c:242)
434 Address 0x........ is 0 bytes after a block of size 8 alloc'd
435 at 0x........: malloc (vg_replace_malloc.c:...)
436 by 0x........: main (scalar.c:14)
438 -----------------------------------------------------
440 -----------------------------------------------------
441 -----------------------------------------------------
443 -----------------------------------------------------
444 -----------------------------------------------------
446 -----------------------------------------------------
447 -----------------------------------------------------
449 -----------------------------------------------------
450 -----------------------------------------------------
451 x2000084(132): __NR_mkfifo 2s 1m
452 -----------------------------------------------------
453 Syscall param mkfifo(mode) contains uninitialised byte(s)
455 by 0x........: main (scalar.c:265)
457 Syscall param mkfifo(path) points to unaddressable byte(s)
459 by 0x........: main (scalar.c:265)
460 Address 0x........ is not stack'd, malloc'd or (recently) free'd
462 -----------------------------------------------------
463 -----------------------------------------------------
464 (141): old getpeername
465 -----------------------------------------------------
466 -----------------------------------------------------
468 -----------------------------------------------------
469 -----------------------------------------------------
471 -----------------------------------------------------
472 -----------------------------------------------------
474 -----------------------------------------------------
475 -----------------------------------------------------
477 -----------------------------------------------------
478 -----------------------------------------------------
480 -----------------------------------------------------
481 -----------------------------------------------------
483 -----------------------------------------------------
484 -----------------------------------------------------
485 (150): old getsockname
486 -----------------------------------------------------
487 -----------------------------------------------------
488 (156): old getdirentries
489 -----------------------------------------------------
490 -----------------------------------------------------
491 (160): old async_daemon
492 -----------------------------------------------------
493 -----------------------------------------------------
494 (162): old getdomainname
495 -----------------------------------------------------
496 -----------------------------------------------------
497 (163): old setdomainname
498 -----------------------------------------------------
499 -----------------------------------------------------
501 -----------------------------------------------------
502 -----------------------------------------------------
503 x20000a7(167): __NR_mount 4s 2m
504 -----------------------------------------------------
505 Syscall param mount(type) contains uninitialised byte(s)
507 by 0x........: main (scalar.c:323)
509 Syscall param mount(dir) contains uninitialised byte(s)
511 by 0x........: main (scalar.c:323)
513 Syscall param mount(flags) contains uninitialised byte(s)
515 by 0x........: main (scalar.c:323)
517 Syscall param mount(data) contains uninitialised byte(s)
519 by 0x........: main (scalar.c:323)
521 Syscall param mount(type) points to unaddressable byte(s)
523 by 0x........: main (scalar.c:323)
524 Address 0x........ is not stack'd, malloc'd or (recently) free'd
526 Syscall param mount(dir) points to unaddressable byte(s)
528 by 0x........: main (scalar.c:323)
529 Address 0x........ is not stack'd, malloc'd or (recently) free'd
531 -----------------------------------------------------
533 -----------------------------------------------------
534 -----------------------------------------------------
535 x20000a9(169): __NR_csops 4s 1m
536 -----------------------------------------------------
537 Syscall param csops(pid) contains uninitialised byte(s)
539 by 0x........: main (scalar.c:328)
541 Syscall param csops(ops) contains uninitialised byte(s)
543 by 0x........: main (scalar.c:328)
545 Syscall param csops(useraddr) contains uninitialised byte(s)
547 by 0x........: main (scalar.c:328)
549 Syscall param csops(usersize) contains uninitialised byte(s)
551 by 0x........: main (scalar.c:328)
553 Syscall param csops(useraddr) points to unaddressable byte(s)
555 by 0x........: main (scalar.c:328)
556 Address 0x........ is not stack'd, malloc'd or (recently) free'd
558 -----------------------------------------------------
560 -----------------------------------------------------
561 -----------------------------------------------------
563 -----------------------------------------------------
564 -----------------------------------------------------
566 -----------------------------------------------------
567 -----------------------------------------------------
569 -----------------------------------------------------
570 -----------------------------------------------------
571 (175): old gc_control
572 -----------------------------------------------------
573 -----------------------------------------------------
575 -----------------------------------------------------
576 -----------------------------------------------------
578 -----------------------------------------------------
579 -----------------------------------------------------
581 -----------------------------------------------------
582 -----------------------------------------------------
583 (213): reserved for AppleTalk
584 -----------------------------------------------------
585 -----------------------------------------------------
586 x20000df(223): __NR_exchangedata 3s 2m
587 -----------------------------------------------------
588 Syscall param exchangedata(path1) contains uninitialised byte(s)
590 by 0x........: main (scalar.c:398)
592 Syscall param exchangedata(path2) contains uninitialised byte(s)
594 by 0x........: main (scalar.c:398)
596 Syscall param exchangedata(options) contains uninitialised byte(s)
598 by 0x........: main (scalar.c:398)
600 Syscall param exchangedata(path1) points to unaddressable byte(s)
602 by 0x........: main (scalar.c:398)
603 Address 0x........ is not stack'd, malloc'd or (recently) free'd
605 Syscall param exchangedata(path2) points to unaddressable byte(s)
607 by 0x........: main (scalar.c:398)
608 Address 0x........ is not stack'd, malloc'd or (recently) free'd
610 -----------------------------------------------------
612 -----------------------------------------------------
613 -----------------------------------------------------
615 -----------------------------------------------------
616 -----------------------------------------------------
618 -----------------------------------------------------
619 -----------------------------------------------------
621 -----------------------------------------------------
622 -----------------------------------------------------
623 x2000106(262): __NR_shmat 3s 0m
624 -----------------------------------------------------
625 Syscall param shmat(shmid) contains uninitialised byte(s)
627 by 0x........: main (scalar.c:447)
629 Syscall param shmat(shmaddr) contains uninitialised byte(s)
631 by 0x........: main (scalar.c:447)
633 Syscall param shmat(shmflg) contains uninitialised byte(s)
635 by 0x........: main (scalar.c:447)
637 -----------------------------------------------------
638 x2000107(263): __NR_shmctl 3s 1m
639 -----------------------------------------------------
640 Syscall param shmctl(shmid) contains uninitialised byte(s)
642 by 0x........: main (scalar.c:450)
644 Syscall param shmctl(cmd) contains uninitialised byte(s)
646 by 0x........: main (scalar.c:450)
648 Syscall param shmctl(buf) contains uninitialised byte(s)
650 by 0x........: main (scalar.c:450)
652 Syscall param shmctl(IPC_STAT, buf) points to unaddressable byte(s)
654 by 0x........: main (scalar.c:450)
655 Address 0x........ is not stack'd, malloc'd or (recently) free'd
657 -----------------------------------------------------
658 x2000108(264): __NR_shmdt 1s 0m
659 -----------------------------------------------------
660 Syscall param shmdt(shmaddr) contains uninitialised byte(s)
663 -----------------------------------------------------
664 x2000109(265): __NR_shmget 3s 0m
665 -----------------------------------------------------
666 Syscall param shmget(key) contains uninitialised byte(s)
668 by 0x........: main (scalar.c:456)
670 Syscall param shmget(size) contains uninitialised byte(s)
672 by 0x........: main (scalar.c:456)
674 Syscall param shmget(shmflg) contains uninitialised byte(s)
676 by 0x........: main (scalar.c:456)
678 -----------------------------------------------------
679 x200010c(268): __NR_sem_open 2s 1m
680 -----------------------------------------------------
681 Syscall param sem_open(name) contains uninitialised byte(s)
683 by 0x........: main (scalar.c:462)
685 Syscall param sem_open(oflag) contains uninitialised byte(s)
687 by 0x........: main (scalar.c:462)
689 Syscall param sem_open(name) points to unaddressable byte(s)
691 by 0x........: main (scalar.c:462)
692 Address 0x........ is not stack'd, malloc'd or (recently) free'd
694 -----------------------------------------------------
695 x200010c(268): __NR_sem_open (4-args) 2s 0m
696 -----------------------------------------------------
697 Syscall param sem_open(mode) contains uninitialised byte(s)
700 Syscall param sem_open(value) contains uninitialised byte(s)
703 -----------------------------------------------------
704 x200010d(269): __NR_sem_close 1s 0m
705 -----------------------------------------------------
706 Syscall param sem_close(sem) contains uninitialised byte(s)
709 -----------------------------------------------------
710 x200010e(270): __NR_sem_unlink 1s 1m
711 -----------------------------------------------------
712 Syscall param sem_unlink(name) contains uninitialised byte(s)
714 by 0x........: main (scalar.c:472)
716 Syscall param sem_unlink(name) points to unaddressable byte(s)
718 by 0x........: main (scalar.c:472)
719 Address 0x........ is not stack'd, malloc'd or (recently) free'd
721 -----------------------------------------------------
722 x200010f(271): __NR_sem_wait 1s 0m
723 -----------------------------------------------------
724 Syscall param sem_wait(sem) contains uninitialised byte(s)
727 -----------------------------------------------------
728 x2000110(272): __NR_sem_trywait 1s 0m
729 -----------------------------------------------------
730 Syscall param sem_trywait(sem) contains uninitialised byte(s)
733 -----------------------------------------------------
734 x2000111(273): __NR_sem_post 1s 0m
735 -----------------------------------------------------
736 Syscall param sem_post(sem) contains uninitialised byte(s)
739 -----------------------------------------------------
740 x2000113(275): __NR_sem_init 3s 1m
741 -----------------------------------------------------
742 Syscall param sem_init(sem) contains uninitialised byte(s)
744 by 0x........: main (scalar.c:486)
746 Syscall param sem_init(pshared) contains uninitialised byte(s)
748 by 0x........: main (scalar.c:486)
750 Syscall param sem_init(value) contains uninitialised byte(s)
752 by 0x........: main (scalar.c:486)
754 Syscall param sem_init(sem) points to unaddressable byte(s)
756 by 0x........: main (scalar.c:486)
757 Address 0x........ is not stack'd, malloc'd or (recently) free'd
759 -----------------------------------------------------
760 x2000114(276): __NR_sem_destroy 1s 1m
761 -----------------------------------------------------
762 Syscall param sem_destroy(sem) contains uninitialised byte(s)
764 by 0x........: main (scalar.c:489)
766 Syscall param sem_destroy(sem) points to unaddressable byte(s)
768 by 0x........: main (scalar.c:489)
769 Address 0x........ is not stack'd, malloc'd or (recently) free'd
771 -----------------------------------------------------
772 x2000117(279): __NR_stat_extended 4s 4m
773 -----------------------------------------------------
774 Syscall param stat_extended(file_name) contains uninitialised byte(s)
776 by 0x........: main (scalar.c:497)
778 Syscall param stat_extended(buf) contains uninitialised byte(s)
780 by 0x........: main (scalar.c:497)
782 Syscall param stat_extended(fsacl) contains uninitialised byte(s)
784 by 0x........: main (scalar.c:497)
786 Syscall param stat_extended(fsacl_size) contains uninitialised byte(s)
788 by 0x........: main (scalar.c:497)
790 Syscall param stat_extended(file_name) points to unaddressable byte(s)
792 by 0x........: main (scalar.c:497)
793 Address 0x........ is not stack'd, malloc'd or (recently) free'd
795 Syscall param stat_extended(buf) points to unaddressable byte(s)
797 by 0x........: main (scalar.c:497)
798 Address 0x........ is not stack'd, malloc'd or (recently) free'd
800 Syscall param stat_extended(fsacl_size) points to unaddressable byte(s)
802 by 0x........: main (scalar.c:497)
803 Address 0x........ is not stack'd, malloc'd or (recently) free'd
805 Syscall param stat_extended(file_name) points to unaddressable byte(s)
807 by 0x........: main (scalar.c:500)
808 Address 0x........ is not stack'd, malloc'd or (recently) free'd
810 Syscall param stat_extended(buf) points to unaddressable byte(s)
812 by 0x........: main (scalar.c:500)
813 Address 0x........ is not stack'd, malloc'd or (recently) free'd
815 Syscall param stat_extended(fsacl) points to unaddressable byte(s)
817 by 0x........: main (scalar.c:500)
818 Address 0x........ is not stack'd, malloc'd or (recently) free'd
820 -----------------------------------------------------
821 x2000118(280): __NR_lstat_extended 4s 4m
822 -----------------------------------------------------
823 Syscall param lstat_extended(file_name) contains uninitialised byte(s)
825 by 0x........: main (scalar.c:503)
827 Syscall param lstat_extended(buf) contains uninitialised byte(s)
829 by 0x........: main (scalar.c:503)
831 Syscall param lstat_extended(fsacl) contains uninitialised byte(s)
833 by 0x........: main (scalar.c:503)
835 Syscall param lstat_extended(fsacl_size) contains uninitialised byte(s)
837 by 0x........: main (scalar.c:503)
839 Syscall param lstat_extended(file_name) points to unaddressable byte(s)
841 by 0x........: main (scalar.c:503)
842 Address 0x........ is not stack'd, malloc'd or (recently) free'd
844 Syscall param lstat_extended(buf) points to unaddressable byte(s)
846 by 0x........: main (scalar.c:503)
847 Address 0x........ is not stack'd, malloc'd or (recently) free'd
849 Syscall param lstat_extended(fsacl_size) points to unaddressable byte(s)
851 by 0x........: main (scalar.c:503)
852 Address 0x........ is not stack'd, malloc'd or (recently) free'd
854 Syscall param lstat_extended(file_name) points to unaddressable byte(s)
856 by 0x........: main (scalar.c:506)
857 Address 0x........ is not stack'd, malloc'd or (recently) free'd
859 Syscall param lstat_extended(buf) points to unaddressable byte(s)
861 by 0x........: main (scalar.c:506)
862 Address 0x........ is not stack'd, malloc'd or (recently) free'd
864 Syscall param lstat_extended(fsacl) points to unaddressable byte(s)
866 by 0x........: main (scalar.c:506)
867 Address 0x........ is not stack'd, malloc'd or (recently) free'd
869 -----------------------------------------------------
870 x2000119(280): __NR_fstat_extended 4s 3m
871 -----------------------------------------------------
872 Syscall param fstat_extended(fd) contains uninitialised byte(s)
874 by 0x........: main (scalar.c:509)
876 Syscall param fstat_extended(buf) contains uninitialised byte(s)
878 by 0x........: main (scalar.c:509)
880 Syscall param fstat_extended(fsacl) contains uninitialised byte(s)
882 by 0x........: main (scalar.c:509)
884 Syscall param fstat_extended(fsacl_size) contains uninitialised byte(s)
886 by 0x........: main (scalar.c:509)
888 Syscall param fstat_extended(fd) points to unaddressable byte(s)
890 by 0x........: main (scalar.c:509)
891 Address 0x........ is not stack'd, malloc'd or (recently) free'd
893 Syscall param fstat_extended(buf) points to unaddressable byte(s)
895 by 0x........: main (scalar.c:509)
896 Address 0x........ is not stack'd, malloc'd or (recently) free'd
898 Syscall param fstat_extended(fsacl_size) points to unaddressable byte(s)
900 by 0x........: main (scalar.c:509)
901 Address 0x........ is not stack'd, malloc'd or (recently) free'd
903 Syscall param fstat_extended(fd) points to unaddressable byte(s)
905 by 0x........: main (scalar.c:512)
906 Address 0x........ is not stack'd, malloc'd or (recently) free'd
908 Syscall param fstat_extended(buf) points to unaddressable byte(s)
910 by 0x........: main (scalar.c:512)
911 Address 0x........ is not stack'd, malloc'd or (recently) free'd
913 Syscall param fstat_extended(fsacl) points to unaddressable byte(s)
915 by 0x........: main (scalar.c:512)
916 Address 0x........ is not stack'd, malloc'd or (recently) free'd
918 -----------------------------------------------------
919 x200011c(284):__NR_access_extended 4s 1m
920 -----------------------------------------------------
921 Syscall param access_extended(entries) contains uninitialised byte(s)
923 by 0x........: main (scalar.c:521)
925 Syscall param access_extended(size) contains uninitialised byte(s)
927 by 0x........: main (scalar.c:521)
929 Syscall param access_extended(results) contains uninitialised byte(s)
931 by 0x........: main (scalar.c:521)
933 Syscall param access_extended(uid) contains uninitialised byte(s)
935 by 0x........: main (scalar.c:521)
937 Syscall param access_extended(entries) points to unaddressable byte(s)
939 by 0x........: main (scalar.c:521)
940 Address 0x........ is not stack'd, malloc'd or (recently) free'd
942 -----------------------------------------------------
943 (296): old load_shared_file
944 -----------------------------------------------------
945 -----------------------------------------------------
946 (297): old reset_shared_file
947 -----------------------------------------------------
948 -----------------------------------------------------
949 (298): old new_system_shared_regions
950 -----------------------------------------------------
951 -----------------------------------------------------
952 (299): old shared_region_map_file_np
953 -----------------------------------------------------
954 -----------------------------------------------------
955 (300): old shared_region_make_private_np
956 -----------------------------------------------------
957 -----------------------------------------------------
958 x200013a(314): __NR_aio_return 1s 0m
959 -----------------------------------------------------
960 Syscall param aio_return(aiocbp) contains uninitialised byte(s)
963 -----------------------------------------------------
964 x200013b(315): __NR_aio_suspend 1s 0m
965 -----------------------------------------------------
966 Syscall param aio_suspend(aiocbp) contains uninitialised byte(s)
968 by 0x........: main (scalar.c:563)
970 Syscall param aio_suspend(nent) contains uninitialised byte(s)
972 by 0x........: main (scalar.c:563)
974 Syscall param aio_suspend(timeout) contains uninitialised byte(s)
976 by 0x........: main (scalar.c:563)
978 Syscall param aio_suspend(list) points to unaddressable byte(s)
980 by 0x........: main (scalar.c:563)
981 Address 0x........ is not stack'd, malloc'd or (recently) free'd
983 -----------------------------------------------------
984 x200013d(317): __NR_aio_error 1s 0m
985 -----------------------------------------------------
986 Syscall param aio_error(aiocbp) contains uninitialised byte(s)
989 -----------------------------------------------------
990 x200013e(318): __NR_aio_read 1s 1m
991 -----------------------------------------------------
992 Syscall param aio_read(aiocbp) contains uninitialised byte(s)
994 by 0x........: main (scalar.c:571)
996 Syscall param aio_read(aiocbp) points to unaddressable byte(s)
998 by 0x........: main (scalar.c:571)
999 Address 0x........ is not stack'd, malloc'd or (recently) free'd
1001 -----------------------------------------------------
1002 x200013f(319): __NR_aio_write 1s 1m
1003 -----------------------------------------------------
1004 Syscall param aio_write(aiocbp) contains uninitialised byte(s)
1006 by 0x........: main (scalar.c:574)
1008 Syscall param aio_write(aiocbp) points to unaddressable byte(s)
1010 by 0x........: main (scalar.c:574)
1011 Address 0x........ is not stack'd, malloc'd or (recently) free'd
1013 -----------------------------------------------------
1015 -----------------------------------------------------
1016 -----------------------------------------------------
1018 -----------------------------------------------------
1019 -----------------------------------------------------
1020 x2000148(328): __NR___pthread_kill 2s 0m
1021 -----------------------------------------------------
1022 Syscall param __pthread_kill(thread) contains uninitialised byte(s)
1024 by 0x........: main (scalar.c:590)
1026 Syscall param __pthread_kill(sig) contains uninitialised byte(s)
1028 by 0x........: main (scalar.c:590)
1030 -----------------------------------------------------
1031 x2000149(329):__NR___pthread_sigmask 3s 0m
1032 -----------------------------------------------------
1033 Syscall param __pthread_sigmask(set) contains uninitialised byte(s)
1035 by 0x........: main (scalar.c:593)
1037 Syscall param __pthread_sigmask(oldset) contains uninitialised byte(s)
1039 by 0x........: main (scalar.c:593)
1041 -----------------------------------------------------
1043 -----------------------------------------------------
1044 -----------------------------------------------------
1045 x2000155(341):__NR_stat64_extended 4s 4m
1046 -----------------------------------------------------
1047 Syscall param stat64_extended(file_name) contains uninitialised byte(s)
1049 by 0x........: main (scalar.c:613)
1051 Syscall param stat64_extended(buf) contains uninitialised byte(s)
1053 by 0x........: main (scalar.c:613)
1055 Syscall param stat64_extended(fsacl) contains uninitialised byte(s)
1057 by 0x........: main (scalar.c:613)
1059 Syscall param stat64_extended(fsacl_size) contains uninitialised byte(s)
1061 by 0x........: main (scalar.c:613)
1063 Syscall param stat64_extended(file_name) points to unaddressable byte(s)
1065 by 0x........: main (scalar.c:613)
1066 Address 0x........ is not stack'd, malloc'd or (recently) free'd
1068 Syscall param stat64_extended(buf) points to unaddressable byte(s)
1070 by 0x........: main (scalar.c:613)
1071 Address 0x........ is not stack'd, malloc'd or (recently) free'd
1073 Syscall param stat64_extended(fsacl_size) points to unaddressable byte(s)
1075 by 0x........: main (scalar.c:613)
1076 Address 0x........ is not stack'd, malloc'd or (recently) free'd
1078 Syscall param stat64_extended(fsacl) points to unaddressable byte(s)
1080 by 0x........: main (scalar.c:616)
1081 Address 0x........ is not stack'd, malloc'd or (recently) free'd
1083 -----------------------------------------------------
1084 x2000156(342):__NR_lstat64_extended 4s 4m
1085 -----------------------------------------------------
1086 Syscall param lstat64_extended(file_name) contains uninitialised byte(s)
1088 by 0x........: main (scalar.c:619)
1090 Syscall param lstat64_extended(buf) contains uninitialised byte(s)
1092 by 0x........: main (scalar.c:619)
1094 Syscall param lstat64_extended(fsacl) contains uninitialised byte(s)
1096 by 0x........: main (scalar.c:619)
1098 Syscall param lstat64_extended(fsacl_size) contains uninitialised byte(s)
1100 by 0x........: main (scalar.c:619)
1102 Syscall param lstat64_extended(file_name) points to unaddressable byte(s)
1104 by 0x........: main (scalar.c:619)
1105 Address 0x........ is not stack'd, malloc'd or (recently) free'd
1107 Syscall param lstat64_extended(buf) points to unaddressable byte(s)
1109 by 0x........: main (scalar.c:619)
1110 Address 0x........ is not stack'd, malloc'd or (recently) free'd
1112 Syscall param lstat64_extended(fsacl_size) points to unaddressable byte(s)
1114 by 0x........: main (scalar.c:619)
1115 Address 0x........ is not stack'd, malloc'd or (recently) free'd
1117 Syscall param lstat64_extended(fsacl) points to unaddressable byte(s)
1119 by 0x........: main (scalar.c:622)
1120 Address 0x........ is not stack'd, malloc'd or (recently) free'd
1122 -----------------------------------------------------
1123 x2000157(342):__NR_fstat64_extended 4s 3m
1124 -----------------------------------------------------
1125 Syscall param fstat64_extended(fd) contains uninitialised byte(s)
1127 by 0x........: main (scalar.c:625)
1129 Syscall param fstat64_extended(buf) contains uninitialised byte(s)
1131 by 0x........: main (scalar.c:625)
1133 Syscall param fstat64_extended(fsacl) contains uninitialised byte(s)
1135 by 0x........: main (scalar.c:625)
1137 Syscall param fstat64_extended(fsacl_size) contains uninitialised byte(s)
1139 by 0x........: main (scalar.c:625)
1141 Syscall param fstat64_extended(buf) points to unaddressable byte(s)
1143 by 0x........: main (scalar.c:625)
1144 Address 0x........ is not stack'd, malloc'd or (recently) free'd
1146 Syscall param fstat64_extended(fsacl_size) points to unaddressable byte(s)
1148 by 0x........: main (scalar.c:625)
1149 Address 0x........ is not stack'd, malloc'd or (recently) free'd
1151 Syscall param fstat64_extended(fsacl) points to unaddressable byte(s)
1153 by 0x........: main (scalar.c:628)
1154 Address 0x........ is not stack'd, malloc'd or (recently) free'd
1156 -----------------------------------------------------
1157 x200015b(347): __NR_getfsstat64 3s 1m
1158 -----------------------------------------------------
1159 Syscall param getfsstat64(buf) contains uninitialised byte(s)
1161 by 0x........: main (scalar.c:637)
1163 Syscall param getfsstat64(bufsize) contains uninitialised byte(s)
1165 by 0x........: main (scalar.c:637)
1167 Syscall param getfsstat64(flags) contains uninitialised byte(s)
1169 by 0x........: main (scalar.c:637)
1171 Syscall param getfsstat64(buf) points to unaddressable byte(s)
1173 by 0x........: main (scalar.c:637)
1174 Address 0x........ is not stack'd, malloc'd or (recently) free'd
1176 -----------------------------------------------------
1178 -----------------------------------------------------
1179 -----------------------------------------------------
1180 x2000176(374): __NR_kevent_qos 1s 8m
1181 -----------------------------------------------------
1182 Syscall param kevent_qos(changelist) contains uninitialised byte(s)
1184 by 0x........: main (scalar.c:669)
1186 Syscall param kevent_qos(nchanges) contains uninitialised byte(s)
1188 by 0x........: main (scalar.c:669)
1190 Syscall param kevent_qos(data_available) contains uninitialised byte(s)
1192 by 0x........: main (scalar.c:669)
1194 Syscall param kevent_qos(flags) contains uninitialised byte(s)
1196 by 0x........: main (scalar.c:669)
1198 Syscall param kevent_qos(changelist) points to uninitialised byte(s)
1200 by 0x........: main (scalar.c:669)
1201 Address 0x........ is on thread 1's stack
1202 in frame #1, created by main (scalar.c:12)
1204 Syscall param kevent_qos(eventlist) points to unaddressable byte(s)
1206 by 0x........: main (scalar.c:669)
1207 Address 0x........ is not stack'd, malloc'd or (recently) free'd
1209 -----------------------------------------------------
1211 -----------------------------------------------------
1212 -----------------------------------------------------
1213 x200018a(394): __NR_pselect 1s 6m
1214 -----------------------------------------------------
1215 Syscall param pselect(readfds) contains uninitialised byte(s)
1217 by 0x........: main (scalar.c:694)
1219 Syscall param pselect(writefds) contains uninitialised byte(s)
1221 by 0x........: main (scalar.c:694)
1223 Syscall param pselect(readfds) points to uninitialised byte(s)
1225 by 0x........: main (scalar.c:694)
1226 Address 0x........ is on thread 1's stack
1227 in frame #1, created by main (scalar.c:12)
1229 Syscall param pselect(writefds) points to unaddressable byte(s)
1231 by 0x........: main (scalar.c:694)
1232 Address 0x........ is not stack'd, malloc'd or (recently) free'd
1234 Syscall param pselect(exceptfds) points to unaddressable byte(s)
1236 by 0x........: main (scalar.c:694)
1237 Address 0x........ is not stack'd, malloc'd or (recently) free'd
1239 -----------------------------------------------------
1240 x270f(9999): 9999 1e
1241 -----------------------------------------------------
1242 WARNING: unhandled amd64-darwin syscall: unix:9999
1243 You may be able to write your own handler.
1244 Read the file README_MISSING_SYSCALL_OR_IOCTL.
1245 Nevertheless we consider this a bug. Please report
1246 it at http://valgrind.org/support/bug_reports.html.
1247 -----------------------------------------------------
1248 x2000001(1): __NR_exit 1s 0m
1249 -----------------------------------------------------
1250 Syscall param exit(status) contains uninitialised byte(s)