Reindent of the code revealed that some was not indented nicely yet. Silly.
This commit is contained in:
parent
4c469cf848
commit
c729d13a00
@ -2214,9 +2214,9 @@ preprocess (const System sys)
|
|||||||
* Check well-formedness
|
* Check well-formedness
|
||||||
*/
|
*/
|
||||||
/* TODO Temporarily disabled wellformedness check (well-formedness) after Simon bug reporting.
|
/* TODO Temporarily disabled wellformedness check (well-formedness) after Simon bug reporting.
|
||||||
if (sys->knowledgedefined)
|
if (sys->knowledgedefined)
|
||||||
{
|
{
|
||||||
checkWellFormed (sys);
|
checkWellFormed (sys);
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
|
@ -116,10 +116,10 @@ void
|
|||||||
initialIntruderKnowledge (const System sys)
|
initialIntruderKnowledge (const System sys)
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
TODO this is buggy and leads to a segfault with Simon's example (bug report for wellformedness check)
|
TODO this is buggy and leads to a segfault with Simon's example (bug report for wellformedness check)
|
||||||
Disabled for now.
|
Disabled for now.
|
||||||
./scyther-linux simple-challenge-SEGFAULT.spdl
|
./scyther-linux simple-challenge-SEGFAULT.spdl
|
||||||
*/
|
*/
|
||||||
return;
|
return;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user