]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 2899: Restore lost rfc1738_unescape() data type
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 26 May 2010 04:43:22 +0000 (16:43 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 26 May 2010 04:43:22 +0000 (16:43 +1200)
commit6ec317e30da221c00ea451dd4679d240bf14c172
treef6c556df4c1523a51c3e2f738bb85fed781b7e27
parentbbca35e8d90275350b8d4b3a29614705247c3707
Bug 2899: Restore lost rfc1738_unescape() data type

Data type was converted to char from int during recent upgrades.
On unix systems char is unsigned making the safety checks fail on build.
This reverts the type back to a usable signed int, no logic changes.
lib/rfc1738.c