git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix NULL checks for some packet_read_line call sites
@ 2018-02-08 18:47 Jon Simons
  2018-02-08 18:47 ` [PATCH 1/2] correct error messages for NULL packet_read_line() Jon Simons
  2018-02-08 18:47 ` [PATCH 2/2] always check for NULL return from packet_read_line() Jon Simons
  0 siblings, 2 replies; 4+ messages in thread
From: Jon Simons @ 2018-02-08 18:47 UTC (permalink / raw)
  To: git; +Cc: Jon Simons

Included here are a couple of fixes and cleanups for
handling NULL return values from 'packet_read_line'.

Jeff King (1):
  correct error messages for NULL packet_read_line()

Jon Simons (1):
  always check for NULL return from packet_read_line()

 builtin/archive.c | 2 +-
 fetch-pack.c      | 4 ++--
 remote-curl.c     | 2 ++
 send-pack.c       | 2 ++
 4 files changed, 7 insertions(+), 3 deletions(-)

-- 
2.1.4


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

end of thread, other threads:[~2018-02-08 18:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-08 18:47 [PATCH 0/2] Fix NULL checks for some packet_read_line call sites Jon Simons
2018-02-08 18:47 ` [PATCH 1/2] correct error messages for NULL packet_read_line() Jon Simons
2018-02-08 18:47 ` [PATCH 2/2] always check for NULL return from packet_read_line() Jon Simons
2018-02-08 18:58   ` Jeff King

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).