Lower sprintf buffer max to ~SSIZE_T_MAX from SIZE_T_CEILING, since we need to compar...
commit98066d62bc154393d36a04e3d26c87e9eff2c06f
authorNick Mathewson <nickm@torproject.org>
Thu, 11 Dec 2008 21:11:22 +0000 (11 21:11 +0000)
committerNick Mathewson <nickm@torproject.org>
Thu, 11 Dec 2008 21:11:22 +0000 (11 21:11 +0000)
tree41ffa24d1f0ac2ea5b66e8154aed9c7222639b9a
parentb20694758e9014578ab4c1c7762b0a79bbf2b625
Lower sprintf buffer max to ~SSIZE_T_MAX from SIZE_T_CEILING, since we need to compare it to a signed int.

svn:r17600
src/common/compat.c