-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreport.tasks
13 lines (13 loc) · 1.98 KB
/
report.tasks
1
2
3
4
5
6
7
8
9
10
11
12
13
www.viva64.com/en/w 1 err Help: The documentation for all analyzer warnings is available here: https://www.viva64.com/en/w/.
/root/TPOueSVid/Bootloader/BMFS/bmfs.c 238 note V576 Incorrect format. Consider checking the third actual argument of the 'printf' function. The SIGNED integer type argument is expected.
/root/TPOueSVid/Bootloader/BMFS/bmfs.c 254 note V576 Incorrect format. Consider checking the third actual argument of the 'printf' function. The SIGNED integer type argument is expected.
/root/TPOueSVid/Bootloader/BMFS/bmfs.c 254 note V576 Incorrect format. Consider checking the fourth actual argument of the 'printf' function. The SIGNED integer type argument is expected.
/root/TPOueSVid/Bootloader/BMFS/bmfs.c 369 note V584 The 'diskSize' value is present on both sides of the '>' operator. The expression is incorrect or it can be simplified.
/root/TPOueSVid/Bootloader/BMFS/bmfs.c 408 note V576 Incorrect format. Consider checking the second actual argument of the 'printf' function. Under certain conditions the pointer can be null.
/root/TPOueSVid/Bootloader/BMFS/bmfs.c 452 note V575 The potential null pointer is passed into 'memset' function. Inspect the first argument.
/root/TPOueSVid/Bootloader/BMFS/bmfs.c 482 note V575 The potential null pointer is passed into 'rewind' function. Inspect the first argument.
/root/TPOueSVid/Bootloader/BMFS/bmfs.c 552 err V595 The 'disk' pointer was utilized before it was verified against nullptr. Check lines: 552, 575.
/root/TPOueSVid/Bootloader/BMFS/bmfs.c 638 warn V1032 The pointer 'dir_copy' is cast to a more strictly aligned pointer type.
/root/TPOueSVid/Bootloader/BMFS/bmfs.c 689 note V576 Incorrect format. Consider checking the second actual argument of the 'printf' function. The SIGNED integer type argument is expected.
/root/TPOueSVid/Bootloader/BMFS/bmfs.c 694 warn V1032 The pointer 'Directory' is cast to a more strictly aligned pointer type.
/root/TPOueSVid/Userland/SampleCodeModule/src/shell.c 117 err V609 Divide by zero. Denominator 'b' == 0.