Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 06 Sep 2014 01:35:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 193355] OPIE may not generate passwds from the dictionary correctly
Message-ID:  <bug-193355-8-TbvBv1XrAK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-193355-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-193355-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193355

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

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

--- Comment #1 from Andrey A. Chernov <ache@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193355-8-TbvBv1XrAK>