K 10 svn:author V 6 emaste K 8 svn:date V 27 2006-03-11T14:19:22.000000Z K 7 svn:log V 383 MFC link_elf.c:1.86 to RELENG_5: Check to see if the hash table is present in link_elf_lookup_symbol() before dereferencing it. Certain corrupt kernel modules might not have a valid hash table, and would cause a kernel panic when they were loaded. Instead of panic'ing, the kernel now prints out a warning that it is missing the symbol hash table. Approved by: re (mux) END