The validate command does not do some cheap and easy tests for validation.
- The 'xprev' pointer in each extent in the extent list should point to the previous extent, or be null for the first extent
- The 'lastExtent' pointer in NamespaceDetails should point to the last extent
- If an exception is thrown while counting extents, the failing extent is not identified
- If an exception is thrown while counting extents, no count is reported
- If an exception is thrown while counting extents, the first extent is not validated and the check for 'xprev' in the first extent being null is skipped
- If an invalid signature is found in an extent, the value found is not reported and the extent is not identified
- The "self-pointer" 'myLoc' in an extent is not validated
- The extent size should be compared with Extent::minSize(), not zero