https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251409
--- Comment #1 from Conrad Meyer <[email protected]> --- I think this is due to the __progname logic in usr.sbin/crunch/crunchgen/crunched_main.c, which takes the name from AT_EXECPATH, which is derived from vn_fullpath() in do_execve in sys/kern/kern_exec.c. vn_fullpath cannot tell hardlink names for the same inode apart. The logic in crunched_main.c is wrong for hardlinked binaries, I think. -- 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]"
