mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
ffs_sbget() may return a superblock buffer even if it fails, so the caller must be prepared to free it in this case. Moreover, when tasting alternate superblock locations in a loop, ffs_sbget()'s readfunc callback must free the previously allocated buffer. Reported and tested by: pho Reviewed by: kib (previous version) Differential Revision: https://reviews.freebsd.org/D14390 |
||
|---|---|---|
| .. | ||
| block.c | ||
| bread.3 | ||
| cgread.3 | ||
| cgroup.c | ||
| inode.c | ||
| libufs.3 | ||
| libufs.h | ||
| Makefile | ||
| Makefile.depend | ||
| sblock.c | ||
| sbread.3 | ||
| type.c | ||
| ufs_disk_close.3 | ||