]> git.meshlink.io Git - meshlink/commitdiff
Don't abort on empty lines in receive_request().
authorGuus Sliepen <guus@meshlink.io>
Fri, 6 Mar 2020 22:24:49 +0000 (23:24 +0100)
committerGuus Sliepen <guus@meshlink.io>
Fri, 6 Mar 2020 22:24:49 +0000 (23:24 +0100)
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().


No differences found