nasm/output
Alexey Vishnyakov 891c63e64f output: fix null pointer dereferences in output/outaout.c
The bugs were found by Svace static analysis tool:

1. sym can be null in when exact is false, and sym is later dereferenced
   by sym->symnum
2. asym can be null, no return from function is performed, and asym is
   dereferenced by asym->symnum
2025-10-06 14:58:40 -07:00
..
codeview.c treewide: replace verbose copyright headers with SPDX tags 2025-10-01 11:45:31 -07:00
dwarf.h treewide: replace verbose copyright headers with SPDX tags 2025-10-01 11:45:31 -07:00
elf.h treewide: replace verbose copyright headers with SPDX tags 2025-10-01 11:45:31 -07:00
macho.h build_version pragma + macro for Mach-O 2025-10-03 10:47:27 -07:00
nulldbg.c treewide: replace verbose copyright headers with SPDX tags 2025-10-01 11:45:31 -07:00
nullout.c treewide: replace verbose copyright headers with SPDX tags 2025-10-01 11:45:31 -07:00
outaout.c output: fix null pointer dereferences in output/outaout.c 2025-10-06 14:58:40 -07:00
outaout.mac treewide: replace verbose copyright headers with SPDX tags 2025-10-01 11:45:31 -07:00
outas86.c treewide: replace verbose copyright headers with SPDX tags 2025-10-01 11:45:31 -07:00
outas86.mac treewide: replace verbose copyright headers with SPDX tags 2025-10-01 11:45:31 -07:00
outbin.c treewide: replace verbose copyright headers with SPDX tags 2025-10-01 11:45:31 -07:00
outbin.mac treewide: replace verbose copyright headers with SPDX tags 2025-10-01 11:45:31 -07:00
outcoff.c treewide: replace verbose copyright headers with SPDX tags 2025-10-01 11:45:31 -07:00
outcoff.mac treewide: replace verbose copyright headers with SPDX tags 2025-10-01 11:45:31 -07:00
outdbg.c treewide: replace verbose copyright headers with SPDX tags 2025-10-01 11:45:31 -07:00
outdbg.mac treewide: replace verbose copyright headers with SPDX tags 2025-10-01 11:45:31 -07:00
outelf.c outelf.c: remove stray semicolon 2025-10-06 14:19:15 -07:00
outelf.h treewide: replace verbose copyright headers with SPDX tags 2025-10-01 11:45:31 -07:00
outelf.mac treewide: replace verbose copyright headers with SPDX tags 2025-10-01 11:45:31 -07:00
outform.c treewide: replace verbose copyright headers with SPDX tags 2025-10-01 11:45:31 -07:00
outform.h outobj: add obj2 driver 2025-10-04 15:57:24 -07:00
outieee.c Remove useless parentheses in return statements 2025-10-06 14:28:54 -07:00
outlib.c treewide: replace verbose copyright headers with SPDX tags 2025-10-01 11:45:31 -07:00
outlib.h treewide: replace verbose copyright headers with SPDX tags 2025-10-01 11:45:31 -07:00
outmacho.c Remove useless parentheses in return statements 2025-10-06 14:28:54 -07:00
outmacho.mac build_version pragma + macro for Mach-O 2025-10-03 10:47:27 -07:00
outobj.c Remove useless parentheses in return statements 2025-10-06 14:28:54 -07:00
outobj.mac outobj: add obj2 driver 2025-10-04 15:57:24 -07:00
pecoff.h treewide: replace verbose copyright headers with SPDX tags 2025-10-01 11:45:31 -07:00
stabs.h treewide: replace verbose copyright headers with SPDX tags 2025-10-01 11:45:31 -07:00