diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-01-09 13:02:54 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-01-09 13:03:10 -0500 |
commit | 4e1ccc7e449aed32e63e53bc36e023f9259f2e09 (patch) | |
tree | a4aa7dfb33e11833142a3a1021feb77f19fd51c5 /src/backend/replication/logical/logicalfuncs.c | |
parent | a66c1fcdd7e4291561c5cdebc1d02784050260e2 (diff) | |
download | postgresql-4e1ccc7e449aed32e63e53bc36e023f9259f2e09.tar.gz postgresql-4e1ccc7e449aed32e63e53bc36e023f9259f2e09.zip |
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
Diffstat (limited to 'src/backend/replication/logical/logicalfuncs.c')
0 files changed, 0 insertions, 0 deletions