https://github.com/code-423n4/2024-12-bakerfi/blob/0daf8a0547b6245faed5b6cd3f5daf44d2ea7c9a/contracts/core/hooks/UseIERC4626.sol#L132-L133
While other functions check if the vault parameter is address(0), UseIERC4626.withdrawVault does not check if vault is address(0).
The UseIERC4626.withdrawVault function should revert the transaction if vault is address(0).
