diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2022-06-28 20:08:14 +0200 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2022-06-28 20:08:14 +0200 |
commit | 3a74272a201cdfa3fd3992200d43f8f5ef34974a (patch) | |
tree | 72347531416db2251e43fca48c8d8672509ac658 /README | |
parent | some changes I made on another laptop (diff) | |
download | ircxmpp-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-- | README | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -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 |