https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234949

--- Comment #6 from Ed Maste <[email protected]> ---
in elf_getscn:

   151          STAILQ_FOREACH(s, &e->e_u.e_elf.e_scn, s_next)
   152                  if (s->s_ndx == index)
   153                          return (s);

Well, there's your problem... (or at least a big part of the problem)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to