if StrBuf_ServGetln() is called in a loop, its return value has to be checked for...
authorWilfried Goesgens <dothebart@citadel.org>
Thu, 7 Apr 2011 21:41:53 +0000 (23:41 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Thu, 7 Apr 2011 21:41:53 +0000 (23:41 +0200)
commite6a76e17884a941739d7109d927e03a25e390c63
treeff768aaf17572d818b740271478ce56f98a90310
parentf5502938f1e4cac04e295dc05fe21293632ac1f0
if StrBuf_ServGetln() is called in a loop, its return value has to be checked for error, else we might get into infinite loops.
15 files changed:
webcit/auth.c
webcit/groupdav_propfind.c
webcit/inetconf.c
webcit/mainmenu.c
webcit/messages.c
webcit/preferences.c
webcit/pushemail.c
webcit/roomlist.c
webcit/serv_func.c
webcit/siteconfig.c
webcit/tcp_sockets.c
webcit/useredit.c
webcit/webcit.c
webcit/who.c
webcit/wiki.c