diff options
author | Daniel Gustafsson <dgustafsson@postgresql.org> | 2024-01-17 11:24:11 +0100 |
---|---|---|
committer | Daniel Gustafsson <dgustafsson@postgresql.org> | 2024-01-17 11:24:11 +0100 |
commit | 551c0b7bda3e147494bb9858035427d918b885a2 (patch) | |
tree | 4f14cc5dc73843786b306c40fd4ee8c0bbdaeb98 /src/include/postgres_fe.h | |
parent | 25e5663b8cd3a63008b9bea790d9a41e569103fe (diff) |
Close socket in case of errors in setting non-blocking
If configuring the newly created socket non-blocking fails we
error out and return INVALID_SOCKET, but the socket that had
been created wasn't closed. Fix by issuing closesocket in the
errorpath.
Backpatch to all supported branches.
Author: Ranier Vilela <ranier.vf@gmail.com>
Discussion: https://postgr.es/m/CAEudQApmU5CrKefH85VbNYE2y8H=-qqEJbg6RAPU65+vCe+89A@mail.gmail.com
Backpatch-through: v12
Diffstat (limited to 'src/include/postgres_fe.h')
0 files changed, 0 insertions, 0 deletions