Skip to content

fix: bugs found during fuzzing of xrow_decode_raft

Егор Ивков requested to merge eivkov/xrow-decode-raft-fix into 2.11.2-picodata

Summary

Fixes several bugs found during fuzzing of xrow_decode_raft. Previously fuzzing could not find those due to an incorrect test setup.

  • test/fuzz: update xrow_decode_raft corpus after test fix for better coverage
  • fix: missing check for inconsistent vclock values in mp_decode_vclock_ignore0
  • fix: missing check for mp type in xrow_decode_raft

xrow.c fuzzing coverage +4%


Edited by Егор Ивков

Merge request reports