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; }
Updated by Pavel Shved about 13 years ago
Added a test for this. Would be nice to send it to the competition, and check how many decision-based verifiers pass it :D
Updated by Pavel Shved about 13 years ago
- Project changed from Linux Driver Verification to BLAST
- Category deleted (
BLAST)
Actions