Summary: | OPIE may not generate passwds from the dictionary correctly | ||
---|---|---|---|
Product: | Base System | Reporter: | Dan Turner <dan.turner> |
Component: | bin | Assignee: | freebsd-bugs (Nobody) <bugs> |
Status: | Closed Not A Bug | ||
Severity: | Affects Many People | CC: | ache |
Priority: | --- | ||
Version: | 10.0-RELEASE | ||
Hardware: | Any | ||
OS: | Any |
Description
Dan Turner
2014-09-05 23:18:00 UTC
start/end of Wp depends of word length: if (l < 4) { low = 0; high = 570; } else { low = 571; high = 2047; } if ((v = wsrch(word, low, high)) < 0) { Thanks for your time :-) I did ask in irc if I was missing anything so obvious! |