]> granicus.if.org Git - mutt/commit
There is a possible buffer overflow due an off-by-one error in
authorByrial Jensen <byrial@image.dk>
Mon, 29 Apr 2002 12:09:09 +0000 (12:09 +0000)
committerByrial Jensen <byrial@image.dk>
Mon, 29 Apr 2002 12:09:09 +0000 (12:09 +0000)
commit3dc6579cb1b4cc18aae070ec44b6ed26dc212bdb
tree7d2aa3ef5917bd617ae1ea088b162c482fd3b67c
parentb0cdf91bac9a489024ad07a6cfd4a1bd439e1c75
There is a possible buffer overflow due an off-by-one error in
imap/util.c, line 125. The error is in the maximum field width
indication in the sscanf() call. You must have room in the
receiving buffer for this number of characters /plus a
terminating NULL character/.
imap/util.c