]> granicus.if.org Git - json-c/commit
Use constants referring to the signed integer types when setting SSIZE_T_MAX.
authorEric Haszlakiewicz <erh+git@nimenees.com>
Wed, 1 Jul 2020 00:34:46 +0000 (00:34 +0000)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Wed, 1 Jul 2020 00:34:46 +0000 (00:34 +0000)
commit6465e74020fd5418043a4b23ffdc2011e34f0c7a
treeff74207a4ed4f5054a9ccd8fcfef8aeba6e8b71b
parent34334e5d3f89fe7c1e07e776761f5fa614e67fb7
Use constants referring to the signed integer types when setting SSIZE_T_MAX.
In practice, the sizes of the signed and unsigned integer types will
almost cetainly be the same, but this is more correct.
Pointed out in issue #638.
json_object.c