Disabled intruder knowledge computation.
Isolated problem causing segfault identified by Simon Meier.
This commit is contained in:
parent
0e15b7221f
commit
bf24312fb1
@ -115,6 +115,13 @@ anySubTerm (Term t, Termlist sublist)
|
|||||||
void
|
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)
|
||||||
|
Disabled for now.
|
||||||
|
./scyther-linux simple-challenge-SEGFAULT.spdl
|
||||||
|
*/
|
||||||
|
return;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* display initial role knowledge
|
* display initial role knowledge
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user