SWRFUSS 1.4.3
Author
Submitted by
Version
D/L
File Size
Date Added
Last Updated
Various
Samson
1.4.3
46
1.07 MB
Apr 19, 2025
Description
SWRFUSS 1.4.3 is released.
This is a maintenance release to fix bugs that have accumulated since the previous release.
Commit details are available here: https://github.com/Arthmoor/SWRFUSS
Changes For SWRFUSS 1.4.3
New Additions/Changes
Socket code has been updated to support dual stack IPv4 + IPv6.
mudstrlcpy and mudstrlcat have been removed. All calls to these were replaced with strlcpy and strlcat, which are now part of GlibC as of 2023.
str_dup has been removed. All calls to it have been replaced with strdup, which has been part of GlibC since the early 2000's.
Bug Fixes
Stack size in the startup file cannot be set to unlimited or doing a hotboot will crash.
Several buffer overruns were fixed in edit_buffer.
Fixed a buffer overrun in the set_title function.
Fixed a buffer overrun in sprint_reset.
Fixed buffer overrun issues with the color code. Apparently it hadn't been updated for that fix from eons ago.
Revisions: 0