diff options
author | Andres Freund <andres@anarazel.de> | 2025-02-10 12:09:23 -0500 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2025-02-10 12:13:02 -0500 |
commit | 7beb2af5e635304334820895e49662fbf08a3702 (patch) | |
tree | bcb9fdd6665b4835668b15d6669654586134a9b6 /src/backend/executor/execMain.c | |
parent | 9dc952d9a077d4c5407b2da751d2e985d83e4924 (diff) |
Fix type in test_escape test
On machines where char is unsigned this could lead to option parsing looping
endlessly. It's also too narrow a type on other hardware.
Found via Tom Lane's monitoring of the buildfarm.
Reported-by: Tom Lane <tgl@sss.pgh.pa.us>
Security: CVE-2025-1094
Backpatch-through: 13
Diffstat (limited to 'src/backend/executor/execMain.c')
0 files changed, 0 insertions, 0 deletions