Showing error 1779

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


Source:

1347    tmp = getClientPrivateKey(client);
1348#line 28
1349    tmp___0 = getEmailEncryptionKey(msg);
1350#line 28
1351    tmp___1 = isKeyPairValid(tmp___0, tmp);
1352    }
1353#line 28
1354    if (tmp___1) {
1355
1356    } else {
1357      {
1358#line 26
1359      __automaton_fail();
1360      }
1361    }
1362  } else {
1363
1364  }
1365#line 26
1366  return;
1367}
1368}
1369#line 1 "wsllib_check.o"
1370#pragma merger(0,"wsllib_check.i","")
1371#line 3 "wsllib_check.c"
1372void __automaton_fail(void) 
1373{ 
1374
1375  {
1376  goto ERROR;
1377  ERROR: ;
1378#line 53 "wsllib_check.c"
1379  return;
1380}
1381}
1382#line 1 "ClientLib.o"
1383#pragma merger(0,"ClientLib.i","")
1384#line 4 "ClientLib.h"
1385int initClient(void) ;
1386#line 6
1387char *getClientName(int handle ) ;
Show full sources