Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
fix computing sizeof_headers
Adding 1 to the size of this->data_directories_ and this->sections_ seems to be unnecessary. In this commit, the two '+1' are removed.
- Loading branch information