Fix another impossible no_charge object
[NetHack.git] / doc / fixes3-6-5.txt
blobbf675532276f77b677b7deeb4418936cd6e5bff9
1 $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.3 $ $NHDT-Date: 1578996303 2020/01/14 10:05:03 $
3 fixes36.5 contains a terse summary of changes made to 3.6.4 in order to
4 produce 3.6.5 as well as any post-release fixes in binaries.
7 General Fixes and Modified Features
8 -----------------------------------
9 fix accessing mons[-1] when trying to gate in a non-valid demon
10 fix accessing mons[-1] when monster figures out if a tin cures stoning
11 have string_for_opt() return empty_optstr on failure
12 ensure existing callers of string_for_opt() check return value before using it
13 fix potential buffer overflow in add_menu_coloring()
14 fix potential buffer overflow in sym_val()
15 fix potential buffer overflow in pline(), raw_printf(), and config_error_add()
16         via bad config file values or command line arguments
17 fix potential buffer overflow in choose_windows()
18 use vsnprintf instead of vsprintf in pline.c where possible
21 Fixes to 3.6.5 Post-release Problems
22 ------------------------------------
25 Platform- and/or Interface-Specific Fixes or Features
26 -----------------------------------------------------
27 Windows OPTIONS=map_mode:fit_to_screen could cause a game start failure
28 Windows users with C-locale unmappable names could get game start failure
30 General New Features
31 --------------------
32 none