Page MenuHomeFreeBSD

D4692.diff
No OneTemporary

D4692.diff

Index: head/sys/kern/imgact_elf.c
===================================================================
--- head/sys/kern/imgact_elf.c
+++ head/sys/kern/imgact_elf.c
@@ -799,6 +799,11 @@
error = ENOEXEC;
goto ret;
}
+ if (interp != NULL) {
+ uprintf("Multiple PT_INTERP headers\n");
+ error = ENOEXEC;
+ goto ret;
+ }
interp_name_len = phdr[i].p_filesz;
if (phdr[i].p_offset > PAGE_SIZE ||
interp_name_len > PAGE_SIZE - phdr[i].p_offset) {

File Metadata

Mime Type
text/plain
Expires
Thu, Jan 22, 2:03 PM (12 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27850697
Default Alt Text
D4692.diff (481 B)

Event Timeline