Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove "Conditional jump or move depends on uninitialised value(s)"
If the file cannot be read, the character buffer won't be changed. As a consequence, we could just let it be filled (unconditionally) with zeros. We don't need to test whether `read()` has succeeded.
- Loading branch information