crashappsec / libcon4m

Base Compiler and Runtime Support for con4m
Apache License 2.0
0 stars 0 forks source link

Fix c4m_get_stack_bounds on Linux #18

Closed orangematt closed 3 months ago

orangematt commented 3 months ago

Fix c4m_get_stack_bounds for Linux. The original implementation incorrectly swaps bottom/top.

Move c4m_get_stack_bounds from gc.h to gc.c since there's no reason for it to be public at all, never mind static inline.