Commit 1f8b1e7f186f44db575e18d0958c9fb3ea14a594

ebraminio 2020-09-21T11:39:38

[ENOMEM] Return gracefully if stages isn't initialized correctly (#2639) This happens if calls to 'm.lookups[table_index].push ()' has been silently failed due to lack of memory. This change just returns gracefully instead issuing the assert. Fixes https://crbug.com/oss-fuzz/24494