Deleted Added
full compact
3048c3048
< arc_buf_t *buf;
---
> arc_buf_t *buf = NULL;
3130c3130
< uint64_t addr;
---
> uint64_t addr = 0;
3247a3248,3251
> ASSERT(addr >= VDEV_LABEL_START_SIZE &&
> addr + size < vd->vdev_psize -
> VDEV_LABEL_END_SIZE);
>
3443d3446
< buf_size = hdr->b_size;
3444a3448
> buf_size = hdr->b_size;
4547c4551
< list_t *list;
---
> list_t *list = NULL;