If the inputs size is unlimited, the target may consume unlimited memory, because the argsmanager stores the argument names. Limiting the size should fix this issue.
Should fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=36906
If the inputs size is unlimited, the target may consume unlimited memory, because the argsmanager stores the argument names. Limiting the size should fix this issue.
Should fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=36906
cr ACK fa7718344d2879bb3f3c00a4185c5445390c017d
Two non-blocking explicitness nits for the LIMITED_WHILE
macro if a touch up is made for other reasons:
unsigned int _count
instead of equivalent but potentially confusing unsigned _count
_count != 0
instead of equivalent implicit int-to-bool conversion:)
Labels
Tests