qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] util/uri: Cleanups and a bug fix
@ 2015-01-27 16:13 Markus Armbruster
  2015-01-27 16:13 ` [Qemu-devel] [PATCH 1/3] util/uri: uri_new() can't fail, drop dead error handling Markus Armbruster
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Markus Armbruster @ 2015-01-27 16:13 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial

Note: checkpatch is unhappy with the first patch, because I refrained
from cleaning up the ugly return(NULL).  They're all over the place.

Markus Armbruster (3):
  util/uri: uri_new() can't fail, drop dead error handling
  util/uri: realloc2n() can't fail, drop dead error handling
  util/uri: URI member path can be null, compare more carfully

 util/uri.c | 61 +++++++++++++------------------------------------------------
 1 file changed, 13 insertions(+), 48 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2015-02-07 20:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-27 16:13 [Qemu-devel] [PATCH 0/3] util/uri: Cleanups and a bug fix Markus Armbruster
2015-01-27 16:13 ` [Qemu-devel] [PATCH 1/3] util/uri: uri_new() can't fail, drop dead error handling Markus Armbruster
2015-01-27 16:13 ` [Qemu-devel] [PATCH 2/3] util/uri: realloc2n() " Markus Armbruster
2015-01-27 16:13 ` [Qemu-devel] [PATCH 3/3] util/uri: URI member path can be null, compare more carfully Markus Armbruster
2015-01-27 16:43 ` [Qemu-devel] [PATCH 0/3] util/uri: Cleanups and a bug fix Paolo Bonzini
2015-01-28 11:21   ` Markus Armbruster
2015-01-28 13:30     ` Paolo Bonzini
2015-02-04  9:48 ` Markus Armbruster
2015-02-07 20:43 ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev

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