https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283799
--- Comment #1 from eborisch+free...@gmail.com --- Just to explicitly show before/after here: - if (hdr->uid != UID_MAX) - ND_PRINT(" [uid %u]", (unsigned)hdr->uid); + if (GET_BE_U_4(hdr->uid) != UID_MAX) + ND_PRINT(" [uid %u]", (unsigned)GET_BE_U_4(hdr->uid)); -- You are receiving this mail because: You are the assignee for the bug.