if StrBuf_ServGetln() is called in a loop, its return value has to be checked for...
authorWilfried Goesgens <dothebart@citadel.org>
Wed, 6 Apr 2011 22:46:34 +0000 (00:46 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 17:50:17 +0000 (17:50 +0000)
commitfa4703876cbb0330af860bb686d044ddb59dbadb
tree041bf2a40febcea39df5ad97ccc01e2835072b10
parent08694b02c52fb52ad307eea9368b07a88c964114
if StrBuf_ServGetln() is called in a loop, its return value has to be checked for error, else we might get into infinite loops.
17 files changed:
webcit/auth.c
webcit/blogview_renderer.c
webcit/groupdav_propfind.c
webcit/inetconf.c
webcit/mainmenu.c
webcit/messages.c
webcit/preferences.c
webcit/pushemail.c
webcit/roomlist.c
webcit/roomops.c
webcit/serv_func.c
webcit/siteconfig.c
webcit/tcp_sockets.c
webcit/useredit.c
webcit/webcit.c
webcit/who.c
webcit/wiki.c