Files
rgbds/include/asm
dbrotz 015d2b0830 Fix buffer overflow when creating patches with long RPN expressions
The createpatch() function was using a fixed-size buffer. I've changed it
to be dynamically allocated. I saw that the RPN format used in patches is
slightly different from the one used internally in the assembler, so I
added a new member to the Expression struct to track the patch size.

I've also limited the RPN expression length to 1MB. I realized that the
patch RPN expression could potentially be longer than the internal RPN
expression, so the internal expression would need a limit smaller than
UINT32_MAX. I thought 1MB would be a reasonable limit.
2019-07-04 16:49:09 -07:00
..
2019-05-05 15:50:56 -07:00
2018-01-26 22:59:02 +00:00
2018-12-02 13:49:12 -08:00
2019-07-03 15:38:14 +02:00
2018-04-03 19:52:50 +01:00
2018-01-26 22:59:02 +00:00
2018-01-26 22:59:02 +00:00