Welcome to the Builder Academy

Question Escape codes in room descriptions are being errantly parsed.

More
02 Jan 2014 06:26 - 02 Jan 2014 08:19 #4609 by Kyle
If you put a %s or something of the sort in a room description, it can cause the MUD to crash due to a seg fault when the room is being saved.

This change should occur in genwld.c
Code:
- fprintf(sf, convert_from_tabs(buf2), 0); + fprintf(sf, "%s", convert_from_tabs(buf2));
Last edit: 02 Jan 2014 08:19 by Kyle.

Please Log in or Create an account to join the conversation.

Time to create page: 0.184 seconds