Commit c3c23f3
authored
[BUG] Panic on sysdb when calling CheckCollection (#4899)
## Description of changes
PR #4722 introduced a new field to the CheckCollectionsResponse, but
does not populate the slice/array necessary to return the result, ending
up in a null-ptr deref. This PR populates the array at top of the loop.
## Test plan
CI + review
## Documentation Changes
N/A1 parent 5d0c4ad commit c3c23f3
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
| 266 | + | |
266 | 267 | | |
267 | 268 | | |
268 | 269 | | |
| |||
0 commit comments