Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | elf-load: Avoid loading PIE binaries at address 0 | Samuel Thibault | 2020-10-07 | 1 | -2/+9 |
| | | | | | | | It seems that ld.so sometimes gets into troubles and hangs at bootstrap. * kern/elf-load.c (exec_load): When x.e_type == ET_DYN || x.e_type == ET_REL, add 128MiB as loadbase. | ||||
* | kern: fix the error handling in exec_load | Justus Winter | 2013-11-11 | 1 | -0/+2 |
| | | | | | | Found using the Clang Static Analyzer. * kern/elf-load.c (exec_load): Properly propagate errors. | ||||
* | Initial source | Thomas Bushnell | 1997-02-25 | 1 | -0/+88 |