List for cgit developers and users
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix some issues found by Coverity
@ 2016-01-16 11:03 john
  2016-01-16 11:03 ` [PATCH 1/3] ui-log: handle parse_commit() errors john
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: john @ 2016-01-16 11:03 UTC (permalink / raw)


These fix the three issues found by Coverity that are definitely
incorrect.  There are seven more issues which mostly look like false
positives but I'm not sure if we should simply mark them as such or try
to improve the situation with modelling.

John Keeping (3):
  ui-log: handle parse_commit() errors
  cache: use size_t for string lengths
  cache: don't check for match with no key

 cache.c  | 9 +++++----
 ui-log.c | 4 +++-
 2 files changed, 8 insertions(+), 5 deletions(-)

-- 
2.7.0.226.gfe986fe



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2016-02-08 17:26 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-16 11:03 [PATCH 0/3] Fix some issues found by Coverity john
2016-01-16 11:03 ` [PATCH 1/3] ui-log: handle parse_commit() errors john
2016-01-16 11:03 ` [PATCH 2/3] cache: use size_t for string lengths john
2016-01-16 11:03 ` [PATCH 3/3] cache: don't check for match with no key john
2016-01-17 16:04 ` [PATCH 0/3] Fix some issues found by Coverity Jason
2016-01-17 16:19   ` Jason
2016-01-17 20:25     ` john
2016-02-03  4:46       ` mathstuf
2016-02-08 13:35         ` Jason
2016-02-08 14:16           ` john
2016-02-08 14:33             ` Jason
2016-02-08 16:31               ` john
2016-02-08 17:26                 ` Jason

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).