fastcgipp-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fastcgipp-users] bug in percentEscapedToRealBytes


From: Axel von Bertoldi
Subject: [Fastcgipp-users] bug in percentEscapedToRealBytes
Date: Fri, 22 Jan 2010 15:54:37 -0700

Hi Eddie,

Encountered a bug in percentEscapedToRealBytes. If the size parameter is 0 (or < 1) the lib crashes. Simple fix is to add a if (size < 1) return 0; at the top of the function.

axel.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]