Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lxc/storage/zfs: ignore false-positive use-after-free warning
free(dataset) is perfecly valid after failed realloc(dataset, len) call. Signed-off-by: Alexander Mikhalitsyn <[email protected]>
- Loading branch information