summaryrefslogtreecommitdiff
path: root/src/Makefile.win32.features
diff options
context:
space:
mode:
authorUli Schlachter <psychon@znc.in>2017-12-23 13:04:59 +0100
committerUli Schlachter <psychon@znc.in>2017-12-23 13:07:56 +0100
commit2acc4382c54bd8239361ceed14423412a343d311 (patch)
tree9c2fed096d239c0c44883db8bef464a45b8078fc /src/Makefile.win32.features
parent3d98047095cdb5e3465b80ce7ea2162b514c0ecf (diff)
Revert "fix warning: variable X might be clobbered by 'longjmp'"
This reverts commit b092b63119cbfe3cb4bc786eee81630998996acf which introduced a wrapper function around setjmp(). To quote from man setjmp: If the function which called setjmp() returns before longjmp() is called, the behavior is undefined. Some kind of subtle or unsubtle chaos is sure to result. Since after the above commit setjmp() is called from the wrapper function, the result might or might not work, depending on compiler settings. If the setjmp() wrapper is not inlined, then the state of the stack after longjmp() will likely be garbage. [Cherry-Pick:] This is a cherry-pick from a master branch to the 1.14 branch. The reverted commit was cherry-picked to this branch in commit d53db01d01a48c48a1633a8d531f979a99d316bd, so this is what this commit actually reverts.
Diffstat (limited to 'src/Makefile.win32.features')
0 files changed, 0 insertions, 0 deletions