In Sablotron 0.51 the ctor for Expression (expr.cpp line 1309) the switch statement fails to initialize Expression::type when the functor is EXF_ATOM. This later causes problems in at expr.cpp:1394 where garbage is used in a switch(type).
In Sablotron 0.51 the ctor for Expression (expr.cpp line 1309) the switch statement fails to initialize Expression::type when the functor is EXF_ATOM. This later causes problems in at expr.cpp:1394 where garbage is used in a switch(type).