Files
rgbds/src/link
ISSOtm 75a07a90f8 Always initialise section->data to avoid an uninit read
The addition of SDCC objects required a change in the logic of
`mergeSections()` to dispatch based on `->data` instead of
`sect_HasData`, which implicitly assumes that `->data` is
always initialised (maybe NULL).
However, RGBDS sections did not do that!
2022-12-02 22:39:31 +01:00
..
2022-08-30 07:51:32 +02:00
2022-10-01 14:09:02 -04:00
2022-08-30 07:51:32 +02:00
2022-08-30 07:51:32 +02:00
2022-08-30 07:51:32 +02:00