MOO-cows Mailing List Archive

[Prev][Next][Index][Thread]

Patch for 1.8.0alpha5 (already...)



If you are using the alpha-test version 1.8.0alpha5 of the LambdaMOO server,
please make the following patch.

In execute.c, replace line 1573, which is currently this:
		panic("Illegal operand for EOP_LENGTH!");
with this:
		PUSH_ERROR(E_TYPE);

This corrects a problem in an expression like `x[$]' when `x' is neither a list
nor a string; this should cause a type error but instead panics the server.

	Pavel



Home | Subject Index | Thread Index