bug#40737: Segfault in arm gcc7, thumb2 builroot, with arm patch

2020-06-19 Thread Andrew Gierth
Patch attached. -- Andrew. diff --git a/libguile/lightening/lightening/arm-cpu.c b/libguile/lightening/lightening/arm-cpu.c index 4445266af..2b4eecc29 100644 --- a/libguile/lightening/lightening/arm-cpu.c +++ b/libguile/lightening/lightening/arm-cpu.c @@ -230,7 +230,7 @@ encode_thumb_immediate(u

bug#38269: SSAX incorrect handling of > in CDATA

2019-11-19 Thread Andrew Gierth
The bug: > (xml->sxml "") $2 = (*TOP* (e ">")) The expected result is (*TOP* (e ">")). In upstream/SSAX.scm: ; procedure+: ssax:read-cdata-body PORT STR-HANDLER SEED [...] ; Within a CDATA section all characters are taken at their face value, ; with only three exceptions: [..] ; > is tr