]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[CLEANUP] add a few checks for functions return values
authorWilly Tarreau <w@1wt.eu>
Sun, 15 Oct 2006 12:59:03 +0000 (14:59 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 15 Oct 2006 12:59:03 +0000 (14:59 +0200)
commitc642348ce419d9916a064d02350869e7f3e06d4d
tree9fd40e00f575b2f6181ad0e3ed45fee27fa0dd07
parent2a429503e03b53b4f68a300637137f67faa2b7b8
[CLEANUP] add a few checks for functions return values

Markus Elfring suggested adding a few checks which were missing
after a bunch of getsockopt() and 2 strdup(). While those are
unlikely to fail where they are used, it makes the code cleaner.
src/checks.c
src/standard.c
src/stream_sock.c