summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/numeric.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2015-10-04 14:16:59 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2015-10-04 14:17:20 -0400
commitfd3e3cf500de7f8f625744fbd8a413b27f500abe (patch)
tree8af1804d2a519cb5e8fddaeed0bb747bca71c3b3 /src/backend/utils/adt/numeric.c
parentfd519c1701ad509dfbe7b8698ddf5b9d11432da8 (diff)
Fix possible "invalid memory alloc request size" failure in nodeHash.c.
Limit the size of the hashtable pointer array to not more than MaxAllocSize. We've seen reports of failures due to this in HEAD/9.5, and it seems possible in older branches as well. The change in NTUP_PER_BUCKET in 9.5 may have made the problem more likely, but surely it didn't introduce it. Tomas Vondra, slightly modified by me
Diffstat (limited to 'src/backend/utils/adt/numeric.c')
0 files changed, 0 insertions, 0 deletions