> Does kread() generate an error if you pass it a NULL pointer? Yes. It's safely caught like all errors, but it only returns successfully when given a valid pointer.