Nikita Popov
5d99a97583
[MachO] Improve bounds check ( #141083 )
...
The current check may fail if the addition overflows. I've observed
failures of macho-invalid.test on 32-bit due to this.
Instead, compare against the remaining bytes until the end of the
object.
(cherry picked from commit 3f29acb51739a3e6bfb8cc623eb37cb734c98a63)
2025-05-26 10:44:39 +00:00
..
2025-05-09 13:37:40 -07:00
2025-01-20 11:01:15 +01:00
2024-12-10 11:11:50 -05:00
2025-01-21 00:32:56 +09:00
2024-11-27 14:53:34 -08:00
2024-11-25 13:55:02 -08:00
2025-05-23 21:04:44 -07:00
2024-12-16 21:23:33 +00:00
2025-01-21 09:46:24 -08:00
2025-01-13 17:07:39 -08:00
2024-11-13 15:35:03 -08:00
2024-12-12 07:54:48 -08:00
2025-02-15 18:22:13 -08:00
2025-01-23 13:28:59 +00:00
2025-01-28 07:26:13 -06:00
2025-01-24 10:53:11 +00:00
2025-05-09 13:17:57 -07:00
2024-09-20 12:19:59 -05:00
2024-12-02 15:17:51 +02:00
2025-01-21 00:32:56 +09:00
2025-01-10 19:33:20 -08:00
2025-03-29 17:37:09 +00:00
2025-01-22 19:10:28 +08:00
2025-03-14 21:45:15 +00:00
2025-05-26 10:44:39 +00:00
2025-01-23 12:22:16 -08:00
2025-01-22 23:19:47 -08:00
2025-04-11 11:30:09 -07:00
2025-01-17 07:56:12 +01:00
2025-01-28 18:28:08 -08:00
2025-02-25 08:32:18 -08:00
2025-01-27 13:44:44 -08:00
2025-05-23 21:11:35 -07:00
2025-05-13 15:02:44 -07:00
2024-12-23 17:23:43 -05:00
2024-11-19 08:01:05 -08:00
2025-03-25 16:35:04 -07:00
2025-05-09 13:31:07 -07:00
2024-12-10 17:57:04 -08:00
2025-02-06 17:05:33 -08:00