diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2018-05-21 00:32:28 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2018-05-21 00:32:28 -0400 |
commit | 81256cd05f0745353c6572362155b57250a0d2a0 (patch) | |
tree | eb51a8d387afe6dce84687ee7dc4d1fe7ed017b0 /contrib/jsonb_plpython/jsonb_plpython.c | |
parent | a13b47a59ffce6f3c13c8b777738a3aab1db10d3 (diff) | |
download | postgresql-81256cd05f0745353c6572362155b57250a0d2a0.tar.gz postgresql-81256cd05f0745353c6572362155b57250a0d2a0.zip |
Fix unsafe usage of strerror(errno) within ereport().
This is the converse of the unsafe-usage-of-%m problem: the reason
ereport/elog provide that format code is mainly to dodge the hazard
of errno getting changed before control reaches functions within the
arguments of the macro. I only found one instance of this hazard,
but it's been there since 9.4 :-(.
Diffstat (limited to 'contrib/jsonb_plpython/jsonb_plpython.c')
0 files changed, 0 insertions, 0 deletions