git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17064 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-04-14 13:56:21 +00:00
parent 0b29b91f6f
commit 562667c187

View File

@@ -1,3 +1,10 @@
2006-04-14 Love H<>rnquist <20>strand <lha@it.su.se>
* resolve.c (dns_srv_order): change a if (ptr == NULL) continue
into a assert(ptr != NULL) since it could never happen, found by
the IBM code checker (beam). Thanks to Florian Krohm for
explaining it.
2006-04-02 Love H<>rnquist <20>strand <lha@it.su.se>
* roken_gethostby.c (roken_gethostby): make addr_list one larger