Showing error 1772

User: Jiri Slaby
Error type: Reachable Error Location
Error type description: A specified error location is reachable in some program path
File location: product-lines/email_spec6_productSimulator_unsafe.cil.c
Line in file: 988
Project: SV-COMP 2013
Project version: 2.6.28
Tools: Manual Work
Entered: 2013-01-17 16:57:54 UTC


Source:

 958#line 109 "Email.c"
 959int createEmail(int from , int to ) 
 960{ int retValue_acc ;
 961  int msg ;
 962
 963  {
 964  {
 965#line 110
 966  msg = 1;
 967#line 111
 968  setEmailFrom(msg, from);
 969#line 112
 970  setEmailTo(msg, to);
 971#line 921 "Email.c"
 972  retValue_acc = msg;
 973  }
 974#line 923
 975  return (retValue_acc);
 976#line 930
 977  return (retValue_acc);
 978}
 979}
 980#line 1 "wsllib_check.o"
 981#pragma merger(0,"wsllib_check.i","")
 982#line 3 "wsllib_check.c"
 983void __automaton_fail(void) 
 984{ 
 985
 986  {
 987  goto ERROR;
 988  ERROR: ;
 989#line 53 "wsllib_check.c"
 990  return;
 991}
 992}
 993#line 1 "featureselect.o"
 994#pragma merger(0,"featureselect.i","")
 995#line 28 "featureselect.h"
 996int select_one(void) ;
 997#line 29
 998void select_features(void) ;
Show full sources