List for cgit developers and users
 help / color / mirror / Atom feed
From: john at keeping.me.uk (John Keeping)
Subject: [PATCH 0/4] Initial Coverity fixes
Date: Thu,  8 Oct 2015 23:23:55 +0100	[thread overview]
Message-ID: <1444343039-32055-1-git-send-email-john@keeping.me.uk> (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



             reply	other threads:[~2015-10-08 22:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-08 22:23 john [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1444343039-32055-1-git-send-email-john@keeping.me.uk \
    --to=cgit@lists.zx2c4.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).