Christian Kaeser 202204a82a Limit hexadecimal escape sequence length
Helps with cases like "\xFFecho" by limiting the number of hex digits
that will be parsed to maximum suitable for the char type.
This rule differs from the C/C++ standard, but ChaiScript does not offer
the same workaround options.
Furthermore, without it having hexadecimal sequences longer than can fit
into the char type is undefined behavior anyway.
2015-11-08 18:36:16 +01:00
..
2014-08-27 12:05:03 -06:00
2015-04-17 20:02:09 -06:00
2014-05-23 09:56:55 -06:00
2014-05-29 20:16:47 -06:00
2015-04-22 22:19:57 -06:00
2015-05-04 11:47:36 -06:00
2011-09-24 12:05:08 -06:00
2015-09-30 14:24:56 -06:00
2015-09-30 14:24:56 -06:00
2015-09-30 14:24:56 -06:00
2015-09-30 14:24:56 -06:00
2015-09-30 14:24:56 -06:00
2015-09-30 14:24:56 -06:00
2015-09-30 14:24:56 -06:00
2015-09-30 14:24:56 -06:00
2015-09-30 14:24:56 -06:00
2015-09-30 14:24:56 -06:00
2015-09-30 14:24:56 -06:00
2015-09-30 14:24:56 -06:00
2015-09-30 14:24:56 -06:00
2015-06-10 18:41:50 -06:00
2014-05-23 09:56:55 -06:00
2011-09-10 06:55:27 -06:00
2011-09-10 06:55:27 -06:00
2014-08-27 12:15:47 -06:00
2014-05-23 09:56:55 -06:00
2011-09-24 15:21:15 -06:00
2009-07-08 18:59:10 +00:00
2012-05-24 19:25:29 -06:00