summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 14 insertions, 1 deletions
diff --git a/README b/README
index cc15197..ac5aa4e 100644
--- a/README
+++ b/README
@@ -123,4 +123,17 @@ IPv6:
- TODO: add support in DNS server for ip6 (binding to AF_INET6 sockets, ip6 memmem, ...)
- TODO: use irc_connect6 somehow in libircclient, libstrophe should already work with IPv6
- -- Anton Luka Šijanec <anton@sijanec.eu> Fri, 29 Apr 2022 17:00:00 +0200
+Checklist before releasing:
+ - test compilers: tcc, gcc, clang.
+ - scan-build make
+ - gcc -fanalyzer
+ - make valgrind
+
+Bugs:
+ - CFLAGS=-fanalyzer make -e reports two memory leaks in bridge_forward
+ - tcc build does not work from my amd64 gentoo (referenced dlls not found)
+ - dns ptr was not yet tested yet, so it probably doesn't work. don't use it.
+ - scan-build returns three non-bugs
+ - valgrind: still reachable leaks of allocations by libxml2 in libstrophe
+
+ -- Anton Luka Šijanec <anton@sijanec.eu> Tue, 28 Jun 2022 19:30:00 +0200