TobyLobster / Inform

Inform is a design system for interactive fiction based on natural language
Other
83 stars 18 forks source link

CocoaGlk: AddressSanitizer: dynamic-stack-buffer-overflow in GlkTypesetter.m #26

Closed angstsmurf closed 2 years ago

angstsmurf commented 2 years ago

AddressSanitizer aborts with dynamic stack buffer overflow at line 293 of GlkTypesetter.m whenever the internal Zoom interpreter starts up.

TobyLobster commented 2 years ago

@MaddTheSane Worth a look?

MaddTheSane commented 2 years ago

Worked around it: https://github.com/MaddTheSane/CocoaGlk/commit/564d3b92e3d673f61bb7bf0101cfecc7cbf0178c

angstsmurf commented 2 years ago

Confirmed!

TobyLobster commented 2 years ago

Thanks @angstsmurf for the report, and thanks @MaddTheSane for the fix.