Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potential null-dereference in libblifparse/blif_parser.gen.cpp #3

Open
mithro opened this issue Jun 4, 2019 · 0 comments
Open

Potential null-dereference in libblifparse/blif_parser.gen.cpp #3

mithro opened this issue Jun 4, 2019 · 0 comments

Comments

@mithro
Copy link

mithro commented Jun 4, 2019

See error below;

/home/tansell/github/verilog-to-routing/vtr-verilog-to-routing/build/libs/EXTERNAL/libblifparse/blif_parser.gen.cpp: In member function ‘yysyntax_error_’:
/home/tansell/github/verilog-to-routing/vtr-verilog-to-routing/build/libs/EXTERNAL/libblifparse/blif_parser.gen.cpp:1192:38: warning: potential null pointer dereference [-Wnull-dereference]
     for (char const* yyp = yyformat; *yyp; ++yyp)

This seems to be the same issue as verilog-to-routing/libsdcparse#1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant