Hi, I think skipping validation of fixed arrays of integer and float is probably correct; there isn't really a way for individual elements to be invalid for integers. Booleans, strings, etc. can of course be invalid. And the patch has to be careful to still validate the length and alignment of the block of integers as you mention. Havoc