Files
Odin/tests/core/encoding
Zoltán Kéri d802a4e9fa encoding/base32: Fix padding validation for malformed input
Fix a bug where padding characters in the middle of input were
not detected when there was no trailing padding.

The "verify no padding in middle" check was inside `if
padding_count > 0`, so inputs like "MZ===YTBMZXW6YTB" would
incorrectly pass validation.

Test case added for this edge case.
2025-12-27 04:30:37 +01:00
..
2025-06-04 22:00:02 +02:00
2024-06-02 14:47:08 -04:00
2024-06-29 18:51:28 +01:00
2024-06-02 14:47:08 -04:00
2025-04-19 20:25:44 +02:00