https://bugzilla.mindrot.org/show_bug.cgi?id=2870
Darren Tucker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #3156|ok?([email protected]) |ok+ Flags| | --- Comment #4 from Darren Tucker <[email protected]> --- Comment on attachment 3156 --> https://bugzilla.mindrot.org/attachment.cgi?id=3156 Cast to safe integral value >+ snprintf(uidstr, sizeof(uidstr), "%llu", >+ (unsigned long long)pw->pw_uid); check for truncation (or use xasprintf)? shouldn't happen with 64bits, but maybe someone will make them GUIDs or something one day. otherwise ok. -- 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
