summaryrefslogtreecommitdiff
path: root/server/src/util.c
AgeCommit message (Collapse)Author
2023-06-13server: util: fix a memory leak in str_splitDanny Holman
Fix a memory access violation in str_split() that would cause the C&C server to crash unexpectedly. Signed-off-by: Danny Holman <dholman@gymli.org>
2023-05-17server: create utility functionsDanny Holman
Create a new file for utility functions, including those that strip whitespace from and break apart strings. Signed-off-by: Danny Holman <dholman@gymli.org>