forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0fb9e4a
committed
Fix uninitialized variable in dshash.c.
A bugfix for commit8c0d7ba. The codewould have crashed if hashtable->size_log2 ever had the same value ashashtable->control->size_log2 by coincidence.Per Valgrind.Author: Thomas MunroReported-By: Tomas VondraDiscussion:https://postgr.es/m/e72fb33c-4f31-f276-e972-263d9b59554d%402ndquadrant.com1 parenta1924a4 commit0fb9e4a
1 file changed
+9
-0
lines changedLines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
249 | 249 |
| |
250 | 250 |
| |
251 | 251 |
| |
| 252 | + | |
252 | 253 |
| |
253 | 254 |
| |
254 | 255 |
| |
| |||
280 | 281 |
| |
281 | 282 |
| |
282 | 283 |
| |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
283 | 292 |
| |
284 | 293 |
| |
285 | 294 |
| |
|
0 commit comments
Comments
(0)