Add STRICT to some C functions created by the regression tests.

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

Commit: 4e1ccc7e449aed32e63e53bc36e023f9259f2e09
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-01-09T18:03:10Z
Releases: 9.5.1
Add STRICT to some C functions created by the regression tests.

These functions readily crash when passed a NULL input value.  The tests
themselves do not pass NULL values to them; but when the regression
database is used as a basis for fuzz testing, they cause a lot of noise.
Also, if someone were to leave a regression database lying about in a
production installation, these would create a minor security hazard.

Andreas Seltenreich

Files