Skip to content

[PEi386 linker] Bounds check and null-deref guard

Moritz Angermann requested to merge wip/angerman/no-null-deref into master

This adds a lower bounds check on the targetSection as well as null-deref check. Both were observed with object files during cross compilation from linux to windows using iserv.

Merge request reports