Files
pip/libs/main/types
andrey 7ce0be4bab fix(PIBitArray): guard pop_back() against empty array
pop_back() called resize(size_ - 1) without checking for empty.
On empty array, uint underflow produced UINT_MAX, causing
bytesInBits(UINT_MAX) overflow and subsequent OOB access.
pop_front() already had this guard; pop_back() was missing it.
2026-08-06 10:18:51 +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
2024-11-14 18:15:27 +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