This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
magicka/src
Dan Cross db53878cb1 Replace realloc() et al in unmangle_ansi with stralloc.
I think this is correct. The code, both before and
after, doesn't appear to NUL-terminate its output.

Signed-off-by: Dan Cross <patchdev@fat-dragon.org>
2018-10-16 11:01:14 +10:00
..
hashmap Trivial whitespace cleanups 2018-10-11 21:36:35 +10:00
inih clang-format 2018-10-09 15:48:42 +10:00
os clang-format 2018-10-09 15:48:42 +10:00
stralloc Trivial clang-format changes 2018-10-12 10:12:45 +10:00
strlcpy Trivial clang-format changes 2018-10-12 10:12:45 +10:00
bbs_list.c Cleanups and pointer vectors. 2018-10-10 10:25:42 +10:00
bbs.c Import strlcpy/strlcat from OpenBSD, start using them. 2018-10-11 13:58:49 +10:00
bbs.h bbs.h: Add prototype for broadcast. 2018-10-16 10:59:57 +10:00
blog.c Clean up blog code (particularly the www side). 2018-10-12 10:13:04 +10:00
bluewave.c Get rid of strncpy() calls. 2018-10-16 10:59:53 +10:00
bluewave.h clang-format 2018-10-09 15:48:42 +10:00
chat_system.c Import strlcpy/strlcat from OpenBSD, start using them. 2018-10-11 13:58:49 +10:00
doors.c Import strlcpy/strlcat from OpenBSD, start using them. 2018-10-11 13:58:49 +10:00
email.c Couple of minor fixes 2018-10-14 10:46:52 +10:00
files.c Squash use of strncat(). Replaced by strlcat(). 2018-10-16 11:00:12 +10:00
GNUmakefile.common More dragonfly fixes 2018-10-12 18:11:05 +10:00
GNUmakefile.dragonfly More dragonfly fixes 2018-10-12 18:11:05 +10:00
GNUmakefile.freebsd Makefile tweaks for sunos and macos 2018-10-12 15:58:29 +10:00
GNUmakefile.linux Makefile tweaks for sunos and macos 2018-10-12 15:58:29 +10:00
GNUmakefile.netbsd another netbsd fix 2018-10-12 19:44:50 +10:00
GNUmakefile.openbsd Makefile tweaks for sunos and macos 2018-10-12 15:58:29 +10:00
GNUmakefile.osx Makefile tweaks for sunos and macos 2018-10-12 15:58:29 +10:00
GNUmakefile.sunos Makefile tweaks for sunos and macos 2018-10-12 15:58:29 +10:00
lua_glue.c More adoption of stralloc for string handling. 2018-10-13 10:22:44 +10:00
mail_menu.c Replace realloc() et al in unmangle_ansi with stralloc. 2018-10-16 11:01:14 +10:00
main_menu.c clang-format 2018-10-09 15:48:42 +10:00
main.c Simplify dynamic memory management. 2018-10-10 10:25:29 +10:00
menus.c Clean up menus.c. 2018-10-16 11:00:08 +10:00
nodelist.c More use of ptr_vector; avoid unnecessary copies. 2018-10-11 11:44:19 +10:00
settings.c Replace calls to sprintf() with strlcpy() in settings.c. 2018-10-16 11:00:16 +10:00
strings.c More cleanups. 2018-10-10 10:25:47 +10:00
users.c Cleanup users.c. 2018-10-16 11:01:11 +10:00
util.c util.c: munmap takes a pointer, not a file descriptor. 2018-10-16 11:00:01 +10:00
www_blog.c Clean up blog code (particularly the www side). 2018-10-12 10:13:04 +10:00
www_email.c Couple of minor fixes 2018-10-14 10:46:52 +10:00
www_files.c More string cleanups. 2018-10-15 10:20:20 +10:00
www_last10.c Couple of minor fixes 2018-10-14 10:46:52 +10:00
www_msgs.c Trivial formatting cleanups 2018-10-14 10:35:29 +10:00
www.c Fix www messages sending 2018-10-15 10:46:49 +10:00