freebsd-dev/lib/libbe
John Grafton 8e933d9c59 libbe: Avoid double printing cloning errors.
be_clone calls be_clone_cb and both call set_error on the return
error path.  set_error prints the error resulting in a double print.
be_clone_cb should just return the error code and allow be_clone
to print it.

PR: 265248
Reported by: Graham Perrin
Reviewed by: imp, kevans
Pull Request: https://github.com/freebsd/freebsd-src/pull/685
2023-03-14 21:15:17 -06:00
..
tests
be_access.c
be_error.c
be_impl.h
be_info.c
be.c libbe: Avoid double printing cloning errors. 2023-03-14 21:15:17 -06:00
be.h
libbe.3
Makefile
Makefile.depend