Page MenuHomeFreeBSD

Fix incorrect padding in b64enc and use fetch API
Needs ReviewPublic

Authored by aryeeteygerald_rogers.com on Jan 21 2019, 6:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 4 2024, 10:06 AM
Unknown Object (File)
Feb 10 2024, 9:35 PM
Unknown Object (File)
Feb 2 2024, 10:48 PM
Unknown Object (File)
Dec 20 2023, 4:19 AM
Unknown Object (File)
Dec 10 2023, 11:02 PM
Unknown Object (File)
Jun 27 2023, 6:54 AM
Unknown Object (File)
May 8 2023, 4:26 AM
Unknown Object (File)
Mar 5 2023, 3:46 AM
Subscribers
None

Details

Reviewers
emaste
cperciva
Summary

Use fetch API for parsing HTTP_PROXY environment variable
which ensures authentication information is correctly parsed.

Also fix padding bug in b64enc (Base 64 encoding) caused by
off-by-one error.

PR: 129431,153211,234962

Test Plan

b64enc fix was tested against https://en.wikipedia.org/wiki/Base64#Output_padding examples.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 22069
Build 21297: arc lint + arc unit