]> prime8.dev >> repos - ttyd.git/commit
src/http.c: fix checking pss's len member (#385)
authorBartosz Biłas <b.bilas@grinn-global.com>
Fri, 19 Jun 2020 02:14:42 +0000 (04:14 +0200)
committerGitHub <noreply@github.com>
Fri, 19 Jun 2020 02:14:42 +0000 (10:14 +0800)
commit31c0dff0295f35ca0eb513a7dd1c9168668999c6
treea2f79d13a9202ad059e1da8e05ba5de244e32bd0
parent890b97cf7b9ad830f9665e04ccf34fdcac5734ef
src/http.c: fix checking pss's len member (#385)

len member is a size_t type so it can't be less than 0 by definition.

Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
src/http.c