mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-13 16:27:39 -04:00
For example: reserved-names="res1\0res2\0res3"; Where \0 is an actual embedded NUL in the source instead of a string escape. To achieve this, use the len given by the lexer instead of strlen. Without this patch dtc will mangle the output and possibly hang on realloc.
152 B
152 B