aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/arrayfuncs.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2020-08-09 12:39:08 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2020-08-09 12:39:08 -0400
commit26037705159489aff046d93227ab469d71616baf (patch)
treed5af14fdf9fe384b3d20048f7215947d86365cd7 /src/backend/utils/adt/arrayfuncs.c
parentae2d34478c20f185927cc9d4713a0d44d5ab554f (diff)
downloadpostgresql-26037705159489aff046d93227ab469d71616baf.tar.gz
postgresql-26037705159489aff046d93227ab469d71616baf.zip
Check for fseeko() failure in pg_dump's _tarAddFile().
Coverity pointed out, not unreasonably, that we checked fseeko's result at every other call site but these. Failure to seek in the temp file (note this is NOT pg_dump's output file) seems quite unlikely, and even if it did happen the file length cross-check further down would probably detect the problem. Still, that's a poor excuse for not checking the result of a system call.
Diffstat (limited to 'src/backend/utils/adt/arrayfuncs.c')
0 files changed, 0 insertions, 0 deletions