Issue Information
-
#004009
-
5 - Critical
-
Fixed
Issue Confirmations
-
Yes (0)No (0)
Originally posted by KeyWorld
http://www.eathena.w...er&showbug=4009
This script will cause a crash server with no warnings.
The server don't check if function exist or not and run a nonexistent function -> crash.
http://www.eathena.w...er&showbug=4009
CODE
<header>{
function test; // defined a nonexistent function
test(); // call a nonexistent function.
}
function test; // defined a nonexistent function
test(); // call a nonexistent function.
}
This script will cause a crash server with no warnings.
The server don't check if function exist or not and run a nonexistent function -> crash.