diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-01-28 16:14:31 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-01-31 11:35:53 +0100 |
| commit | 8e579f27d6d48260d8d52d56da3e08b1ed81bdd4 (patch) | |
| tree | 695b21a4e110a73b0cd81476b23fb33bd7f33e5c /executor/executor.cc | |
| parent | aa432daf55aba3936abb40d197956ccdba8b2085 (diff) | |
prog: fix escaping of C strings
C's \xHH hex constants in strings accept any number of hex digits
(not just 2 or 4). So later non-hex escaped chars glue to the \x construct.
Use \OOO instead as it accepts at most 3 octal digits.
Diffstat (limited to 'executor/executor.cc')
0 files changed, 0 insertions, 0 deletions
