mirror of
https://github.com/NixOS/nix.git
synced 2025-11-28 05:00:58 +01:00
Fixed a bug in initialization of 'base64DecodeChars' variable. Currently decoder do not fail on invalid Base64 strings. Added test-case to verify the fix. Also have made 'base64DecodeChars' to be computed at compile time. And added a test case to encode/decode string with non-printable charactes. |
||
|---|---|---|
| .. | ||
| closure.cc | ||
| compression.cc | ||
| config.cc | ||
| hash.cc | ||
| json.cc | ||
| local.mk | ||
| logging.cc | ||
| lru-cache.cc | ||
| pool.cc | ||
| tests.cc | ||
| url.cc | ||
| xml-writer.cc | ||