Actions
Bug #329
openBlast fails on very simple programs
Start date:
08/03/2010
Due date:
% Done:
0%
Estimated time:
Detected in build:
pre-ldv
Platform:
Published in build:
Description
If the program has only one useful block (which is unsound by itself), BLAST fails with Invalid_argument("index out of bounds")
. Here's an example:
int main() { if (2+2 == 5){ ERROR: goto ERROR; } return 0; }
Actions