Crossfire Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Two Things: Apartment and Serv Crashing comments



> Another note is that there is a command that I tried(just playing with
> commands) that crashes the server, I don't know whether it is common 
knowledge
> or not, so i won't say it. I will give you a hint though, it is 7 
letters and
> starts w/ 'D'...

atoi() is being called with a null pointer argument at 
server/c_object.c line 41.  Incidentally, the command works fine if 
given a valid argument.

Something odd about the command though:  It sends its output to the 
server log, and an existing dm-command does the same function except 
sends the output to the client.