summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2022-06-28 20:08:14 +0200
committerAnton Luka Šijanec <anton@sijanec.eu>2022-06-28 20:08:14 +0200
commit3a74272a201cdfa3fd3992200d43f8f5ef34974a (patch)
tree72347531416db2251e43fca48c8d8672509ac658 /README
parentsome changes I made on another laptop (diff)
downloadircxmpp-master.tar
ircxmpp-master.tar.gz
ircxmpp-master.tar.bz2
ircxmpp-master.tar.lz
ircxmpp-master.tar.xz
ircxmpp-master.tar.zst
ircxmpp-master.zip
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