Zixu Wang
1fa073ab89
[MachO] Stop parsing past end of rebase/bind table ( #93897 )
...
`MachORebaseEntry::moveNext()` and `MachOBindEntry::moveNext()` assume
that the rebase/bind table ends with `{REBASE|BIND}_OPCODE_DONE` or an
actual rebase/bind. However a valid rebase/bind table might also end
with other effectively no-op opcodes, which caused the parser to move
past the end and go into the next table, resulting in corrupted entries
or infinite loops.
2024-05-30 23:08:01 -07:00
..
2024-05-30 23:08:01 -07:00
2013-07-12 13:32:28 +00:00
2023-05-18 10:54:14 -04:00
2023-05-18 10:54:14 -04:00
2013-06-03 00:27:03 +00:00
2015-08-28 07:40:30 +00:00
2016-03-21 21:09:38 +00:00
2013-07-10 21:47:16 +00:00
2013-07-10 21:47:16 +00:00
2016-10-17 10:58:02 +00:00
2015-06-04 22:26:44 +00:00
2019-03-21 21:01:31 +00:00
2013-06-06 17:20:50 +00:00
2016-11-02 21:08:39 +00:00
2016-08-31 17:57:46 +00:00
2016-08-31 17:57:46 +00:00
2016-08-31 17:57:46 +00:00
2016-09-26 21:11:03 +00:00
2015-06-04 19:45:22 +00:00
2017-01-19 17:36:31 +00:00
2016-08-12 20:10:25 +00:00
2016-08-12 20:10:25 +00:00
2016-08-12 20:10:25 +00:00
2016-08-12 20:10:25 +00:00
2016-08-12 20:10:25 +00:00
2016-08-12 20:10:25 +00:00
2016-09-26 21:11:03 +00:00
2016-08-26 19:34:07 +00:00
2016-10-19 23:44:34 +00:00
2015-01-15 22:52:38 +00:00
2013-07-10 21:47:16 +00:00
2016-12-13 20:20:17 +00:00
2013-07-10 21:47:16 +00:00
2015-12-18 16:07:17 +00:00
2013-01-06 03:57:11 +00:00
2024-03-07 16:37:41 -08:00
2019-04-13 03:55:13 +00:00
2015-07-08 22:27:54 +00:00
2015-07-13 23:14:26 +00:00
2014-12-16 01:43:41 +00:00