diff options
author | Zach van Rijn <me@zv.io> | 2025-02-23 03:29:54 -0600 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2025-02-23 04:10:45 -0600 |
commit | d2cba7e833acbf93d7b62752036ed561a88f77bf (patch) | |
tree | f81f7d1e09d1bcaab21f8a1a73d099c665605d81 /setup-abuild | |
parent | 041e284a4690ce0dbf53c895fc80618e43f5287b (diff) | |
download | bootstrap-d2cba7e833acbf93d7b62752036ed561a88f77bf.tar.gz bootstrap-d2cba7e833acbf93d7b62752036ed561a88f77bf.tar.bz2 bootstrap-d2cba7e833acbf93d7b62752036ed561a88f77bf.tar.xz bootstrap-d2cba7e833acbf93d7b62752036ed561a88f77bf.zip |
binsub.c: attempt to handle read-only files.
Some files may be r--r--r-- (0444), which
would have failed in the previous version.
Also fixed a subtle bug where the 'fopen'
was being called with "rb+" instead of "rb"
which caused a premature failure.
bootstrap: ensure string offsets remain consistent.
This has been thoroughly analyzed and tested
in the discussion in #26, but a mechanistic
understanding of the root cause has not yet
been realized. That would still be worth doing.
Fixes: #26.
Diffstat (limited to 'setup-abuild')
0 files changed, 0 insertions, 0 deletions