]> git.proxmox.com Git - libgit2.git/commit
commit: fix extraction of single-line signatures
authorCarlos Martín Nieto <carlosmn@github.com>
Thu, 17 Mar 2016 09:45:22 +0000 (10:45 +0100)
committerCarlos Martín Nieto <carlosmn@github.com>
Thu, 17 Mar 2016 09:48:06 +0000 (10:48 +0100)
commitbf804d407e8d1fcff42e1113aa286270ae8925c0
treec646b98e4b080a8ef3c212072159ae8ac07b863f
parentde143efa88f6916af62cc5ed172e9cae4b194ae1
commit: fix extraction of single-line signatures

The function to extract signatures suffers from a similar bug to the
header field finding one by having an unecessary line feed check as a
break condition of its loop.

Fix that and add a test for this single-line signature situation.
src/commit.c
tests/commit/parse.c