List for cgit developers and users
 help / color / mirror / Atom feed
* [PATCH 0/4] Initial Coverity fixes
@ 2015-10-08 22:23 john
  2015-10-08 22:23 ` [PATCH 1/4] cgit.c: remove useless null check john
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: john @ 2015-10-08 22:23 UTC (permalink / raw)


All of the issues addressed here are harmless, but it will let us see
what happens when we fix problems identified by Coverity.

I also marked a couple of problems as false positives in the interface,
but someone should double-check those.

John Keeping (4):
  cgit.c: remove useless null check
  scan-tree: remove useless strdup()
  ui-blob: remove useless null check
  ui-refs: remove useless null check

 cgit.c      |    2 +-
 scan-tree.c |    2 +-
 ui-blob.c   |    2 +-
 ui-refs.c   |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

-- 
1.7.9.5



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

end of thread, other threads:[~2015-10-09  8:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-08 22:23 [PATCH 0/4] Initial Coverity fixes john
2015-10-08 22:23 ` [PATCH 1/4] cgit.c: remove useless null check john
2015-10-08 22:23 ` [PATCH 2/4] scan-tree: remove useless strdup() john
2015-10-08 22:23 ` [PATCH 3/4] ui-blob: remove useless null check john
2015-10-08 22:23 ` [PATCH 4/4] ui-refs: " john
2015-10-09  8:54 ` [PATCH 0/4] Initial Coverity fixes 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).