]> git.cworth.org Git - notmuch/commit
notmuch-setup.c: Initialize getline(3) response_size to 0
authorMike Kelly <pioto@pioto.org>
Thu, 14 Oct 2010 18:18:19 +0000 (14:18 -0400)
committerCarl Worth <cworth@cworth.org>
Fri, 29 Oct 2010 20:13:02 +0000 (13:13 -0700)
commit14f1a79f44fde886c8c3f4c7cbcf17daf8fb34e2
treea6d51cb232c46e2cc1a48ab14ccbe632d926d7a9
parentf7a688ec5314e668a6976805ae88d4e62f7cbd89
notmuch-setup.c: Initialize getline(3) response_size to 0

This appears to be necessary on FreeBSD. If this isn't done, we get a
nasty segfault.

See: id:20101013094340.41580a2f@pioto.org
notmuch-setup.c