http://bugzilla.real-time.com/show_bug.cgi?id=371 *** shadow/371 Thu Jun 7 14:52:00 2001 --- shadow/371.tmp.26204 Fri Jun 8 01:22:26 2001 *************** *** 2,9 **** | Mapsize lower than 11x11 or between 11x11 and 16x16 crashes the server and | +----------------------------------------------------------------------------+ | Bug #: 371 Product: Crossfire | ! | Status: NEW Version: CVS | ! | Resolution: Platform: PC | | Severity: normal OS/Version: Linux | | Priority: P2 Component: server | +----------------------------------------------------------------------------+ --- 2,9 ---- | Mapsize lower than 11x11 or between 11x11 and 16x16 crashes the server and | +----------------------------------------------------------------------------+ | Bug #: 371 Product: Crossfire | ! | Status: RESOLVED Version: CVS | ! | Resolution: FIXED Platform: PC | | Severity: normal OS/Version: Linux | | Priority: P2 Component: server | +----------------------------------------------------------------------------+ *************** *** 17,19 **** --- 17,26 ---- If you connect to a server with the mapsize code and specify a map size that is lower than 11x11 or is higher than 11x11 but lower than 16x16 it will crash both the server and the client. + + ------- Additional Comments From mwedel at scruz.net 2001-06-08 01:22 ------- + I am unable to find any way this caused the server to crash, but the + client was certainly unusable. Have updated the server to use the map1 + protocol command for any map above 11x11, because those could not be properly + supported with old protocol command. Updated client to be able to deal + with the smaller map size properly.