- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit05abb0f
committed
Fix type in test_escape test
On machines where char is unsigned this could lead to option parsing loopingendlessly. 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-1094Backpatch-through: 131 parentdd3c1eb commit05abb0f
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
740 | 740 |
| |
741 | 741 |
| |
742 | 742 |
| |
743 |
| - | |
| 743 | + | |
744 | 744 |
| |
745 | 745 |
| |
746 | 746 |
| |
|
0 commit comments
Comments
(0)