diff options
author | Noah Misch <noah@leadboat.com> | 2013-06-12 19:50:52 -0400 |
---|---|---|
committer | Noah Misch <noah@leadboat.com> | 2013-06-12 19:50:52 -0400 |
commit | 3a5d0c55338e6beb4c01ed5fadb1462e90db7545 (patch) | |
tree | 0cb5ef8db1911f1f2051c5c66628c18fabec3e9e /src/backend/utils/adt/json.c | |
parent | 813895e4acfa646c6c0405a0a8c5d05637f42865 (diff) | |
download | postgresql-3a5d0c55338e6beb4c01ed5fadb1462e90db7545.tar.gz postgresql-3a5d0c55338e6beb4c01ed5fadb1462e90db7545.zip |
Avoid reading below the start of a stack variable in tokenize_file().
We would wrongly overwrite the prior stack byte if it happened to
contain '\n' or '\r'. New in 9.3, so no back-patch.
Diffstat (limited to 'src/backend/utils/adt/json.c')
0 files changed, 0 insertions, 0 deletions