You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XML output: ensure expressions yield valid XML 1.0
We previously did not perform sanity checks that expressions translate
to valid XML 1.0 (which requires that all characters are printable). In
most contexts we only handle printable strings, but expressions
appearing in goto traces may include non-printable characters. In such
cases, just output the underlying array of bytes.
This problem was surfaced by SV-COMP benchmarks such as
pthread-driver-races/char_generic_nvram_nvram_llseek_nvram_unlocked_ioctl.i
(and some of the LDV examples), which use non-printable characters in
printk invocations.
0 commit comments