Commit ac62105
authored
Fixed inconsistencies generated by _md_shrink. (#1229)
This is causing assertion failures in ASSERT_CONSISTENT if an entry used
to have a non null identity. Since the new entries will be concentrated
at the beginning of the array, we shall "erase" the old entries that are
at the end of the array and that won't be used anymore.
This is enough to fix the core dump issues found in the testsuite of
httpie in Fedora Rawhide (see
#1195 (comment))1 parent 8ea6942 commit ac62105
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
| 264 | + | |
264 | 265 | | |
265 | 266 | | |
266 | 267 | | |
| |||
0 commit comments