Issue information

Issue ID
#4009
Status
Fixed
Severity
Critical
Started
Hercules Elf Bot
Jan 12, 2010 20:29
Last Post
Hercules Elf Bot
Jan 12, 2010 20:29
Confirmation
N/A

Hercules Elf Bot - Jan 12, 2010 20:29

Originally posted by [b]KeyWorld[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=4009

CODE
<header>{
   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.