Skip to content

Commit 01fa5ee

Browse files
committed
win/openssl: mark assembled object files as seh safe
There are no unsafe structured exception handlers in object files generated from hand-crafted assembly - because they contain no exception handlers at all.
1 parent 8e2376b commit 01fa5ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deps/openssl/openssl.gyp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -824,6 +824,7 @@
824824
'action': [
825825
'ml.exe',
826826
'/Zi',
827+
'/safeseh',
827828
'/Fo', '<(INTERMEDIATE_DIR)/<(RULE_INPUT_ROOT).obj',
828829
'/c', '<(RULE_INPUT_PATH)',
829830
],

0 commit comments

Comments
 (0)