summaryrefslogtreecommitdiff
path: root/t/t1013/objects/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff options
context:
space:
mode:
authorLibravatar René Scharfe <l.s.r@web.de>2014-06-01 11:00:40 +0200
committerLibravatar Junio C Hamano <gitster@pobox.com>2014-06-02 13:30:18 -0700
commitb1a013dd6a79826675138cf9bdfaf18fafa786ba (patch)
treeea956884bdd7c45a7412d6e28ce510ddae5425cb /t/t1013/objects/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391
parentGit 1.8.5.5 (diff)
downloadtgif-b1a013dd6a79826675138cf9bdfaf18fafa786ba.tar.xz
mailinfo: use strcmp() for string comparison
The array header is defined as: static const char *header[MAX_HDR_PARSED] = { "From","Subject","Date", }; When looking for the index of a specfic string in that array, simply use strcmp() instead of memcmp(). This avoids running over the end of the string (e.g. with memcmp("Subject", "From", 7)) and gets rid of magic string length constants. Signed-off-by: Rene Scharfe <l.s.r@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t1013/objects/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391')
0 files changed, 0 insertions, 0 deletions