Add fixes based on test fuzzing.
diff --git a/sections/cper-section-generic.c b/sections/cper-section-generic.c
index 07f11ba..c82730b 100644
--- a/sections/cper-section-generic.c
+++ b/sections/cper-section-generic.c
@@ -86,7 +86,7 @@
//Validation bits.
section_cper->ValidFields = ir_to_bitfield(json_object_object_get(section, "validationBits"),
- 11, GENERIC_VALIDATION_BITFIELD_NAMES);
+ 13, GENERIC_VALIDATION_BITFIELD_NAMES);
//Various name/value pair fields.
section_cper->Type = (UINT8)readable_pair_to_integer(json_object_object_get(section, "processorType"));