Project

General

Profile

Actions

Bug #329

open

Blast fails on very simple programs

Added by Pavel Shved over 13 years ago. Updated over 12 years ago.

Status:
Open
Priority:
Low
Assignee:
Category:
-
Target version:
-
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 #1

Updated by Pavel Shved over 12 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

Actions #2

Updated by Pavel Shved over 12 years ago

  • Project changed from Linux Driver Verification to BLAST
  • Category deleted (BLAST)
Actions

Also available in: Atom PDF