diff options
Diffstat (limited to 'tools/syz-trace2syz/parser/straceLex.rl')
| -rw-r--r-- | tools/syz-trace2syz/parser/straceLex.rl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/syz-trace2syz/parser/straceLex.rl b/tools/syz-trace2syz/parser/straceLex.rl index 9d5d4eaf5..d52446301 100644 --- a/tools/syz-trace2syz/parser/straceLex.rl +++ b/tools/syz-trace2syz/parser/straceLex.rl @@ -127,6 +127,5 @@ func ParseString(s string) string{ log.Logf(2, "failed to decode string: %s, with error: %s", s, err.Error()) decoded = []byte(strippedStr) } - decoded = append(decoded, '\x00') return string(decoded) } |
