nasm/output
Yongjie2017 498afdba1b output/outelf.c: fix address sanitizer findings in elf output format
In elf_init, cur_path is a malloced one, and should be freed.

This patch adds a free operation by the end of the elf_init.

Signed-off-by: Yongjie Sheng (Intel) <sheng.yongjie@outlook.com>
2026-04-17 06:38:10 +08:00
..
codeview.c Fix several issues with Codeview debug information 2025-12-09 16:44:35 -08:00
dwarf.h treewide: replace verbose copyright headers with SPDX tags 2025-10-01 11:45:31 -07:00
elf.h elf: add support for GNU indirect function symbol type (gnu_ifunc) 2026-04-09 18:23:57 -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 output/outelf.c: fix address sanitizer findings in elf output format 2026-04-17 06:38:10 +08: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 output/outform.c: change "Legacy alias" -> "Alias" in help text 2026-04-06 18:16:10 -07:00
outform.h outform.h: add "omf", "omf2" and "os2" as aliases for obj[2] 2026-04-06 18:14:56 -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