Files
pip/libs/main/types
andrey 8853d16826 fix(PIByteArray): prevent OOB in fromBase64 with non-multiple-of-4 input
The buffer was sized as floor(sz/4)*3 but the loop ran ceil(sz/4)
times, writing 3 bytes per iteration. For sz%4!=0, this wrote past
the buffer end. Also guarded sz<4 to avoid processing trivially
short or malformed input.
2026-08-06 10:19:13 +03:00
..
2022-12-14 14:13:52 +03:00
2022-12-14 14:13:52 +03:00
2022-12-14 14:13:52 +03:00
2026-05-08 16:17:56 +03:00
2024-12-29 11:48:24 +03:00
2026-03-12 14:46:57 +03:00
2026-03-12 14:46:57 +03:00
2023-01-09 15:27:53 +03:00
2024-11-20 20:01:47 +03:00
2026-03-17 20:14:22 +03:00
2026-03-17 20:14:22 +03:00
2026-03-12 14:46:57 +03:00
2022-12-14 14:13:52 +03:00
2026-03-12 14:46:57 +03:00
2026-03-12 14:46:57 +03:00
2026-04-02 17:35:25 +03:00
2026-03-12 14:46:57 +03:00
2026-03-12 14:46:57 +03:00
2024-11-20 20:01:47 +03:00
2026-03-12 14:46:57 +03:00