No description
Find a file
Alexander Motzkau ef7dcc8ccf Fix conditional jump depending on uninitialised value
When an action cannot be registered, the corresponding sent object will
be freed, but the deallocation function reads an uninitialised value
(the sent type). Therefore initializing the type early.
2025-03-21 21:30:30 +01:00
.github/workflows Add libgcc-s1 and libstdc++6 to the CI dependencies 2023-05-16 22:07:29 +02:00
autoconf Update build files for release of LDMud 3.6.7 2023-10-01 19:11:14 +02:00
doc Implement to_type() efun 2025-03-21 21:30:30 +01:00
etc Correcting spelling mistakes in documentation and output strings 2018-02-07 22:42:05 +11:00
gdb Implement LPC Type objects 2022-09-25 22:20:32 +02:00
mud remove extra i in set_short 2024-05-10 08:11:03 +02:00
mudlib Added a few sefun implementations of LDMud 3.2 efuns 2025-03-21 21:30:30 +01:00
src Fix conditional jump depending on uninitialised value 2025-03-21 21:30:30 +01:00
test Fix crash in Python's register_type() function 2025-03-21 21:30:30 +01:00
.gitignore Implement standard struct definitions for use in efuns 2022-09-22 22:17:24 +02:00
CHANGELOG New CHANGELOG file. 2013-06-20 22:38:48 +02:00
CHANGELOG.OLD Correcting spelling mistakes in documentation and output strings 2018-02-07 22:42:05 +11:00
COPYRIGHT Update build files for release of LDMud 3.6.7 2023-10-01 19:11:14 +02:00
CREDITS Added new contributors in CREDITS. 2013-06-20 22:30:42 +02:00
HISTORY Update build files for release of LDMud 3.6.7 2023-10-01 19:11:14 +02:00
INSTALL Update build files for release of LDMud 3.6.4 2021-04-06 19:22:47 +02:00
README Changed the homepage URL. 2013-06-18 20:17:01 +02:00