mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-02 12:02:30 +01:00
The internal function 'unescapestr' is used to transform strings which may contain escape sequences (\x) into their plain representation. There are a few cases where the function can misbehave (typically parse after the end of string, thus writing past the end of the reserved result area) which can be a source of problem later. The new code should be safer.
38 KiB
38 KiB