forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4a8fef0
committed
Fix last remaining uninitialized memory warnings
gcc (version 13) fails to properly analyze the code due to the loopstop condition including `l != NULL`. Let's just help it out.Author: Tristan Partin <tristan@neon.tech>Discussion:https://www.postgresql.org/message-id/flat/CT6HJ3U8068R.3A8SJMV02D9BC@gonk1 parenta72d613 commit4a8fef0
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2239 | 2239 |
| |
2240 | 2240 |
| |
2241 | 2241 |
| |
2242 |
| - | |
| 2242 | + | |
2243 | 2243 |
| |
2244 | 2244 |
| |
2245 | 2245 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
| 36 | + | |
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
|
0 commit comments
Comments
(0)