mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
fix memory errors when using gas processor with coff object output.
This commit is contained in:
parent
85dad85f7c
commit
7418458622
1 changed files with 1 additions and 0 deletions
|
|
@ -290,6 +290,7 @@ coff_common_create(yasm_object *object)
|
|||
objfmt_coff->done_prolog = 0;
|
||||
objfmt_coff->unwind = NULL;
|
||||
objfmt_coff->ssym_imagebase = NULL;
|
||||
objfmt_coff->def_sym = NULL;
|
||||
|
||||
return objfmt_coff;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue