Previously, there was no check performed to see if a sub-struct had verify or init values. This meant that verify and init function calls were performed on all sub-structures even if they did not have initial or verification values defined.
This patch provides simple checks to prevent this behavior.
Previously, there was no check performed to see if a sub-struct had verify or init values. This meant that verify and init function calls were performed on all sub-structures even if they did not have initial or verification values defined.
This patch provides simple checks to prevent this behavior.