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
..
2018-01-27 11:14:10 +00:00
2017-04-02 17:18:08 +01:00
2019-07-03 16:05:54 +02:00
2015-01-27 05:02:57 -07:00
2018-04-28 01:59:37 +01:00
2019-07-03 16:05:54 +02:00
2015-01-27 04:33:38 -07:00
2018-12-02 16:16:41 -08:00
2019-07-03 16:05:54 +02:00
2018-07-06 22:58:58 -04:00
2018-07-06 22:58:58 -04:00
2018-07-06 22:58:58 -04:00
2019-07-03 16:05:54 +02:00
2019-01-12 12:57:58 +01:00
2019-05-05 15:50:56 -07:00
2019-07-03 16:05:54 +02:00
2018-12-06 23:27:41 -08:00
2018-12-06 23:27:41 -08:00
2019-07-03 16:05:54 +02:00
2017-06-12 19:50:02 +01:00
2019-05-05 15:50:56 -07:00
2019-07-03 16:05:54 +02:00
2019-07-04 16:49:09 -07:00
2019-07-04 16:49:09 -07:00
2019-07-04 16:49:09 -07:00
2015-01-27 04:33:38 -07:00
2018-04-03 23:04:29 +01:00
2019-07-03 16:05:54 +02:00
2019-06-09 12:58:32 +02:00
2019-06-09 12:58:32 +02:00
2019-06-09 12:58:32 +02:00
2019-07-03 16:05:54 +02:00
2015-01-27 04:33:38 -07:00
2018-04-03 23:04:29 +01:00
2019-07-03 16:05:54 +02:00
2019-05-09 14:46:11 -07:00
2019-05-09 14:46:11 -07:00
2019-07-03 16:05:54 +02:00
2017-06-12 19:50:02 +01:00
2017-06-12 19:50:02 +01:00
2019-07-03 16:05:54 +02:00
2017-06-12 19:36:52 +01:00
2018-04-03 23:04:29 +01:00
2019-07-03 16:05:54 +02:00
2017-06-12 19:36:52 +01:00
2017-06-12 19:36:52 +01:00
2019-07-03 16:05:54 +02:00
2019-06-02 16:10:34 -07:00
2019-06-02 16:10:34 -07:00
2019-07-03 16:05:54 +02:00
2019-06-02 16:10:34 -07:00
2019-06-02 16:10:34 -07:00
2019-07-03 16:05:54 +02:00
2019-07-03 16:05:54 +02:00
2015-01-27 04:33:38 -07:00
2019-05-05 15:50:56 -07:00
2019-07-03 16:05:54 +02:00
2019-01-18 12:37:23 +01:00
2018-06-30 21:57:34 -04:00
2018-06-30 21:57:34 -04:00
2018-06-30 23:46:17 -04:00
2019-07-03 16:05:54 +02:00
2019-07-03 16:38:35 +02:00
2019-07-03 16:38:35 +02:00
2019-07-03 16:38:35 +02:00