Add tests to enlargeStringInfo() to avoid possible buffer-overrun or

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 5e027b19cd79c944a3fb1b9024745d563c9e57cb
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-05-11T20:07:38Z
Releases: 7.4.3
Add tests to enlargeStringInfo() to avoid possible buffer-overrun or
infinite-loop problems if a bogus data length is passed.

Files

PathChange+/−
src/backend/lib/stringinfo.c modified +23 −1