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>
Wed, 6 Apr 2011 22:46:34 +0000 (00:46 +0200)
commite24830fa0447f60dad02b4dfd805dc1e7a223633
tree3eb8168ebef2ec33d493d24d6a35aa09556df57e
parentdf2f7af0c45ce4f096e2e2c9020c5bed84911483
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