What I did was made this modification on line 211 of sanitize.php:
if ( !isset($input[$key][$subkey]) ) $input[$key] = array( $subkey => ” );
(I removed the [ ] around $subkey in array() )
But I would expect a fix real soon from Cryout, this is quite severe.