SecurityLab-UCD / IRFuzzer

Apache License 2.0
12 stars 0 forks source link

matchertree failed to decode some patterns. #43

Closed DataCorrupted closed 1 year ago

DataCorrupted commented 1 year ago

On X86 and AMDGCN, ThePattern.Complexity = (int64_t)PatternObject["complexity"]; still fails.

@oakrc I am rolling back to setting complexity to 0 for now.

tinkerrc commented 1 year ago

Does that happen with the latest pattern lookup commit? It shouldn't happen with x86 at least.

DataCorrupted commented 1 year ago

Ah thanks. My build script is set to lazy init in the last patch and thus didn't receive your commit yesterday.