HomeFreeBSD

bintrans: disable argument permutation for qp and base64

Description

bintrans: disable argument permutation for qp and base64

Err on the side of caution and revert to the BSD-style getopt(3)
behavior for argument processing, as it's harder to go back and it's
not clear that this was strictly intentional.

This is the difference between allowing base64 /COPYRIGHT -w 80 and
forcing base64 -w 80 /COPYRIGHT.

Reviewed by: emaste, pstef
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D48483

Details

Provenance
kevansAuthored on Sun, Apr 20, 6:08 PM
Reviewer
emaste
Differential Revision
D48483: bintrans: disable argument permutation for qp and base64
Parents
rG1b3748977f28: tee: try opening as a UNIX socket if open(2) fails
Branches
Unknown
Tags
Unknown