https://issues.apache.org/bugzilla/show_bug.cgi?id=46508
Ruediger Pluem <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #5 from Ruediger Pluem <[email protected]> 2009-01-11 08:00:15 PST --- (In reply to comment #4) > On reviewing your version of my patch more carefully - is apr_size_t > guaranteed > to be signed? > > I don't think it is. So there's a potential signedness issue that may bite > some platforms. This is a valid point since apr_size_t should be unsigned. Nevertheless I don't think that we have an issue here since IMHO -1 will be casted automatically to the maximum value an apr_size_t can hold. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
