You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The stack end / heap start is placed just after `.uninit` section. It is
fine until a custom section is placed just after the `.uninit` section.
If application places a custom section just after the `.uninit` section,
there is a collision of the custom section and heap start / stack end.
There is still a solution since both `__sheap` and `_stack_end` are
designed to be overrided by an application, but changing their placement
in the proposed way can save some debugging time. Proposed fix does not
change behavior if no custom section added.
0 commit comments