Zero sockaddrs in fai_add_entry() so we can compare them with memcmp()
authorAlexandra Ellwood <lxs@mit.edu>
Mon, 19 Mar 2007 20:21:54 +0000 (20:21 +0000)
committerAlexandra Ellwood <lxs@mit.edu>
Mon, 19 Mar 2007 20:21:54 +0000 (20:21 +0000)
commitaa09c20faed6ef91261b4ae6a97d3bca985b67ec
tree9c66e1928c0e7fc59cc3ccf752bc2706c43b033d
parent896e355909c46a743321afe6b95afbe7a8c8e18f
Zero sockaddrs in fai_add_entry() so we can compare them with memcmp()

If we don't zero the struct sockaddrs in fai_add_entry() then any sin_zero
fields will be left as random memory and the memcmp() will return that the
addresses are different even if they aren't.

ticket: new
target_version: 1.6.1
tags: pullup

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19235 dc483132-0cff-0310-8789-dd5450dbe970
src/util/support/fake-addrinfo.c