From 6c24956da741144907aeadb5256e5481d4aaa60f Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Tue, 27 Nov 2018 21:31:17 +0100 Subject: [PATCH] unsigned/signed comparison --- src/report.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/report.c b/src/report.c index ce27c520f..d4e059f05 100644 --- a/src/report.c +++ b/src/report.c @@ -1563,7 +1563,6 @@ void pump_paragraph(sbstring *sbp, stream *out, size_t maxlen, bool isfinal) ++pos; ++len; } - assert(len <= SIZE_MAX); sbs_substr(sbp, len, SIZE_MAX); break; }