boostorg / context

307 stars 150 forks source link

Make sure the i386 sysv stack is aligned #219

Closed nielsdos closed 1 year ago

nielsdos commented 1 year ago

The previous fix #218 had a typo in which the wrong offset was used which meant that the alignment still wasn't correct. Fix this properly now.

Sorry for this mistake, my testing didn't catch this because I set it up wrongly. This PR properly fixes the alignment and fixes the bug the original PR was meant to fix.