From: Guus Sliepen Date: Fri, 6 Mar 2020 22:24:49 +0000 (+0100) Subject: Don't abort on empty lines in receive_request(). X-Git-Url: http://git.meshlink.io/?a=commitdiff_plain;h=3bba8e95482de6f03d04dba4808e9add2071296b;hp=3bba8e95482de6f03d04dba4808e9add2071296b;p=meshlink Don't abort on empty lines in receive_request(). Remove the assertion that lines are not empty, since this could lead to a DoS attack. Empty lines are already handled correctly by the rest of the logic in receive_request(). ---