SmaugFUSS 1.9.6
Author
Submitted by
Version
D/L
File Size
Date Added
Last Updated
Various
Samson
1.9.6
30
1.55 MB
Jan 8, 2025
Description
SmaugFUSS 1.9.6 is released.
This is a minor maintenance release covering new issues fixed since the previous release.
Commit details are available here: https://github.com/Arthmoor/SmaugFUSS
Changes For SmaugFUSS 1.9.6
New Additions/Changes
-fno-omit-frame-pointer added to the Makefile to properly enable debug tracing.
-fsanitize=leak added to the Makefile to help track down potential memory leaks.
Makefile modified to disable memory sanitization options in Cygwin. Reported by Fiendish via GitHub. https://github.com/Arthmoor/SmaugFUSS/issues/4
Hotboots should now spawn a new log file.
Socials were never updated from 1.8b.
IMC2 has been removed from the codebase. All networks are dead, so there is no point in having this code as a base feature anymore.
Bug Fixes
Two major issues found in do_setclass:
Incorrect string macros used when setting or changing titles.
Out of bounds access on the title_table array when setting titles due to incorrect assumptions made about the values for SEX_MALE and SEX_FEMALE.
WIN32 block had wrong declaration of shutdown_mud.
Buffer overflows in weather system. Reported by fiendish via GitHub.
Fixed the room mapping code descriptions which were being suppressed. Found and fixed by Remcon. https://smaugmuds.afkmods.com/topic/hi---clean-smaugfuss-mapdescription-issue-4975/&p=24239#p24239
Various fixes for the Mapout code: https://smaugmuds.afkmods.com/topic/mapout-crashes-4981/
Code crashes if the user has no assigned area.
Missing the generic item for a generated map. Code specifies VNUM 91, which has been added to limbo.are.
Not linking rooms correctly when encountering a newline code (\n).
Missing support for SECT_ICE.
The sector type BV list in mud.h was missing an entry for ice.
Prevent buffer overruns when reading from title screens. Reported by Fiendish via GitHub. https://github.com/Arthmoor/SmaugFUSS/issues/2
Corrected the UTF-8 characters in the license data for Diku.
remap_slot_numbers could check one too many skills due to an incorrect bounds check. https://smaugmuds.afkmods.com/topic/numskills-possible-issue-4991/
Fixed a buffer underflow in copy_buffer. Found and fixed by Remcon. https://smaugmuds.afkmods.com/topic/copybuffer-4995/&p=24319#p24319
NULL pointer reference possible in obj_fall if no vch value is chosen.
Buffer overrun in fight.c -> check_illegal_pk.
Revisions: 0