Menu

#55 re2c-0.14: re2c -V outputs null byte

0.14.1
closed-fixed
None
5
2015-02-27
2015-02-27
No
% re2c -V | hexdump -C
00000000  30 30 31 34 30 00 0a                              |00140..|

This happens to break the ninja configure.py script, since python will not parse the null byte at offset 5.

https://github.com/martine/ninja/blob/master/configure.py#L426

Discussion

  • Ulya Trofimovich

    Released re2c-0.14.1 with your patch applied (funny enough, you won't see this bug in 0.14.1 anyway ;)

    Thank you!

     
  • Ulya Trofimovich

    • status: open --> closed-fixed
    • assigned_to: Ulya Trofimovich
    • Group: 0.13.8 --> 0.14.1
     

Log in to post a comment.