|
|
http://perforce.freebsd.org/chv.cgi?CH=73495
Change 73495 by jmallett@jmallett_windward on 2005/03/19 01:22:25
We're not using a loader yet.
Affected files ...
.. //depot/projects/mips/sys/kern/link_elf.c#13 edit
Differences ...
==== //depot/projects/mips/sys/kern/link_elf.c#13 (text+ko) ====
@@ -367,6 +367,8 @@
switch (dp->d_tag) {
case DT_HASH:
{
+ if (ef->address == NULL)
+ return (EINVAL);
/* From src/libexec/rtld-elf/rtld.c */
const Elf_Hashelt *hashtab = (const Elf_Hashelt *)
(ef->address + dp->d_un.d_ptr);
_______________________________________________
p4-projects@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/p4-projects
To unsubscribe, send any mail to "p4-projects-unsubscribe@xxxxxxxxxxx"
|
|