aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistutil.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2007-08-21 02:40:12 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2007-08-21 02:40:12 +0000
commitc40f60db3f8cc482b91be9a641ef69ff58666070 (patch)
tree032c829d92f81e596f70b75314a655c3ac285847 /src/backend/access/gist/gistutil.c
parent37b57f118663d33583454ea7b01fc6db42deb219 (diff)
downloadpostgresql-c40f60db3f8cc482b91be9a641ef69ff58666070.tar.gz
postgresql-c40f60db3f8cc482b91be9a641ef69ff58666070.zip
Fix potential access-off-the-end-of-memory in varbit_out(): it fetched the
byte after the last full byte of the bit array, regardless of whether that byte was part of the valid data or not. Found by buildfarm testing. Thanks to Stefan Kaltenbrunner for nailing down the cause.
Diffstat (limited to 'src/backend/access/gist/gistutil.c')
0 files changed, 0 insertions, 0 deletions