Searched hist:fcb47c42eccf2129127688cb99994ad9f1f8c0a0 (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libbe/ |
H A D | be.c | diff fcb47c42eccf2129127688cb99994ad9f1f8c0a0 Wed Apr 10 16:00:03 CEST 2019 Kyle Evans <kevans@FreeBSD.org> libbe(3): use libzfs name validation for datasets/snapshot names
Our home-rolled solution didn't quite capture all of the details, and we didn't actually validate snapshot names at all. zfs_name_valid captures the important details, but it doesn't necessarily expose the errors that we're wanting to see in the be_validate_* functions. Validating lengths independently, then the names, should make this a non-issue.
|