- Notifications
You must be signed in to change notification settings - Fork28
Commitd0c0c89
committed
Fix unsafe extraction of the OID part of a relation filename.
Commit8694cc9 did this randomly differently from other callers ofparse_filename_for_nontemp_relation(). Perhaps unsurprisingly,the randomly different way is wrong; it fails to ensure theextracted string is null-terminated. Per buildfarm member skink.Discussion:https://postgr.es/m/14453.1522001792@sss.pgh.pa.us1 parentbf4a867 commitd0c0c89
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1056 | 1056 |
| |
1057 | 1057 |
| |
1058 | 1058 |
| |
1059 |
| - | |
| 1059 | + | |
| 1060 | + | |
1060 | 1061 |
| |
1061 | 1062 |
| |
1062 | 1063 |
| |
|
0 commit comments
Comments
(0)