https://issues.apache.org/bugzilla/show_bug.cgi?id=56878
--- Comment #2 from Chuck Caldarale <chuck.caldar...@unisys.com> --- (In reply to Konstantin Kolinko from comment #1) > What header defines size_t ? Is it platform-dependent? > > Passing "-1" as a size might be a valid use case (in theory). No, size_t is defined to be unsigned by the C and C++ standards. The range of values supported is platform-dependent, but they are always zero or positive. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org