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

Kristof Provost <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
           Assignee|[email protected]    |[email protected]

--- Comment #1 from Kristof Provost <[email protected]> ---
This appears to be a deliberate feature:

In pwgets() (in sys/boot/geli/pwgets.c):
        case 'r'&037: {
            char *p;

            putchar('\n');
            for (p = buf; p < lp; ++p)
                putchar(*p);
            break;
        }

I've not found a justification for it in the commit message or the review
discussion.
Assigning to the original author for more input.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to