https://bugzilla.mindrot.org/show_bug.cgi?id=2870
Damien Miller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #3155|0 |1 is obsolete| | Attachment #3155|ok?([email protected]) | Flags| | Attachment #3156| |ok?([email protected]) Flags| | --- Comment #3 from Damien Miller <[email protected]> --- Created attachment 3156 --> https://bugzilla.mindrot.org/attachment.cgi?id=3156&action=edit Cast to safe integral value POSIX says that uid_t can be any integral type, so cast to unsigned long long. IMO this is safe wrt -ve values, whereas a signed type with be undefined behaviour on a platform with unsigned uid_t and sufficiently large UIDs. -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
