https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204897
Jamie Gritton <ja...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #163656|0 |1 is obsolete| | Status|New |Open CC| |ja...@freebsd.org Assignee|freebsd-bugs@FreeBSD.org |ja...@freebsd.org --- Comment #1 from Jamie Gritton <ja...@freebsd.org> --- Created attachment 164084 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=164084&action=edit check for non-numeric or canonical jid I'm trying to remember a few years back, but I think the reason I checked for namelc[0] == '0' is to weed out leading zeroes (since the "!= jid" test will already catch a name of "0"). That was clearly not done right. This patch will allow any name that's not fully numeric, such as your "0day" example, also the jid in normal form (no leading zero, space, '+'), but no other fully numeric names. I'll submit it shortly unless anyone sees some problem. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"