commit | b6af8ed13a73a705b79e79ecd7320f3e90e98315 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Wed Oct 14 15:34:19 2015 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Oct 18 22:13:27 2015 -0700 |
tree | e841bbd0295024949d6d5edbb8164fffb325639f | |
parent | 3a8fcdaf844910578d91ff225bcb1587ddb4d062 [diff] |
mailinfo: fix an off-by-one error in the boundary stack We pre-increment the pointer that we will use to store something at, so the pointer is already beyond the end of the array if it points at content[MAX_BOUNDARIES]. Signed-off-by: Junio C Hamano <gitster@pobox.com>