]> git.notmuchmail.org Git - notmuch/commitdiff
smtp-dummy: clear sockaddr_in structure before use in bind()
authorTomi Ollila <tomi.ollila@iki.fi>
Sat, 12 Nov 2011 09:57:22 +0000 (11:57 +0200)
committerDavid Bremner <bremner@debian.org>
Sat, 12 Nov 2011 12:48:00 +0000 (07:48 -0500)
Any junk bytes in sockaddr_in structure before passing that
to bind() system call may cause problems.


No differences found