Skip to content
Snippets Groups Projects
Select Git revision
  • 5699fc9d0e16b89b8052d29db9a3c5a349dab94a
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

gccollect.h

Blame
  • user avatar
    Josef Gajdusek authored and Damien George committed
    As user_init() is not a true main functions, the stack pointer captured within
    is not pointing at the base of the stack. This caused gc_collect being called
    with sp being higher than stack_end, causing integer overflow and crashing as
    gc tried to scan almost the entire address space.
    28076f3d
    History
    gccollect.h 1.56 KiB