Project

General

Profile

Actions

Bug #504

closed

Invalid octal escape sequence in trace included in ctf-testsuite

Added by Marc-Andre Laperle about 11 years ago. Updated about 11 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
04/17/2013
Due date:
% Done:

0%

Estimated time:

Description

I cloned this repo
https://github.com/efficios/ctf-testsuite

In traces/ctf-testsuite/tests/pass/succeed3/metadata:

test2 = "?\x20\o040?";

The rule is

octal-escape-sequence:
    \ octal-digit
    \ octal-digit octal-digit
    \ octal-digit octal-digit octal-digit

not

\ o octal-digit
...

So, either this test should go in the fail directory or the 'o' character should be removed. In both cases, babeltrace needs to fixed so that it fails when encountering a \o.

Actions

Also available in: Atom PDF