From b2ba0048cdfaf041975e08d45849f497d6127c50 Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Wed, 6 Nov 2019 13:45:53 +0100 Subject: [PATCH] Finished valgrind/Coverity -fsanitize=address phase Signed-off-by: Joachim Nilsson --- docs/TODO.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/TODO.org b/docs/TODO.org index 4846629..e716b61 100644 --- a/docs/TODO.org +++ b/docs/TODO.org @@ -3,8 +3,12 @@ ** sysklogd v2.0 +*** TODO Add support for @host:port, i.e. custom remote port to send to *** DONE Add example application, test building and running it from Travis-CI -*** TODO Check for memory/descriptor leaks, valgrind/Coverity +*** DONE Check for memory/descriptor leaks, valgrind/Coverity + +Most interesting so far is the -fsanitize=address option to GCC/clang :) + *** DONE Drop strlcpy() from libsyslog, make built-in? (marked as weak alias) *** DONE Document, and add examle of, how to use libsyslog *** DONE Separate libsylog.{a,so} and syslog/syslog.h with NetBSD API