Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(clib-package): Remove redundant nullability checks
Since the check is done right after calling `parse_repo_{owner,version}()`, there is no need to do that down into the function. Besides that, if `author` was ever null, a call to `strdup(author)` would invoke undefined behaviour.
- Loading branch information