Showing error 1718

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_spec11_product37_safe.cil.c
Line in file: 2688
Project: SV-COMP 2013
Project version: 2.6.28
Tools: Manual Work
Entered: 2013-01-17 16:57:54 UTC


Source:

2658{ int tmp ;
2659
2660  {
2661  {
2662#line 13
2663  puts("before autoRespond\n");
2664#line 14
2665  tmp = isReadable(msg);
2666  }
2667#line 14
2668  if (tmp) {
2669
2670  } else {
2671    {
2672#line 15
2673    __automaton_fail();
2674    }
2675  }
2676#line 15
2677  return;
2678}
2679}
2680#line 1 "wsllib_check.o"
2681#pragma merger(0,"wsllib_check.i","")
2682#line 3 "wsllib_check.c"
2683void __automaton_fail(void) 
2684{ 
2685
2686  {
2687  goto ERROR;
2688  ERROR: ;
2689#line 53 "wsllib_check.c"
2690  return;
2691}
2692}
2693#line 1 "EmailLib.o"
2694#pragma merger(0,"EmailLib.i","")
2695#line 4 "EmailLib.h"
2696int initEmail(void) ;
2697#line 6
2698int getEmailId(int handle ) ;
Show full sources