[Bug 193355] OPIE may not generate passwds from the dictionary correctly

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Sep 6 01:35:45 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193355

Andrey A. Chernov <ache at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Triage                |Issue Resolved
                 CC|                            |ache at FreeBSD.org
         Resolution|---                         |Not A Bug

--- Comment #1 from Andrey A. Chernov <ache at FreeBSD.org> ---
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) {

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list