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)
commit46b3b59bc9d044e4a28d603394638418f6567d83
tree3eb8168ebef2ec33d493d24d6a35aa09556df57e
parentc00b36c4bc046c7a596f2dbc3034727d33b026d8
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