mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 16:30:53 -05:00
when checking whether it's greater than a struct stat st_size in order to also catch the case when st_size is -1. Previously this check didn't trigger on sparc64 when st_size is -1 (as it's the case for a file on a bzipfs, TFTP server etc.), causing the content of the linker hints file to be copied to memory referenced by a null-pointer. PR: 91231 MFC after: 1 week |
||
|---|---|---|
| .. | ||
| bcache.c | ||
| boot.c | ||
| bootstrap.h | ||
| commands.c | ||
| console.c | ||
| dev_net.c | ||
| dev_net.h | ||
| devopen.c | ||
| help.common | ||
| interp.c | ||
| interp_backslash.c | ||
| interp_forth.c | ||
| interp_parse.c | ||
| isapnp.c | ||
| isapnp.h | ||
| load.c | ||
| load_elf.c | ||
| load_elf32.c | ||
| load_elf32_obj.c | ||
| load_elf64.c | ||
| load_elf64_obj.c | ||
| load_elf_obj.c | ||
| loader.8 | ||
| ls.c | ||
| Makefile.inc | ||
| merge_help.awk | ||
| misc.c | ||
| module.c | ||
| newvers.sh | ||
| panic.c | ||
| pnp.c | ||
| pnpdata | ||
| reloc_elf.c | ||
| reloc_elf32.c | ||
| reloc_elf64.c | ||
| ufsread.c | ||