Upgrade: Ensure unintelligible DB schemas don't result in content loss.
Merge of [32417] to the 3.7 branch. See #32165. Props ocean90. Built from https://develop.svn.wordpress.org/branches/3.7@32423 git-svn-id: http://core.svn.wordpress.org/branches/3.7@32393 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a8bf70c382
commit
a021bbe537
|
@ -1303,7 +1303,7 @@ function upgrade_379() {
|
|||
);
|
||||
}
|
||||
|
||||
if ( 'byte' !== $content_length['type'] ) {
|
||||
if ( 'byte' !== $content_length['type'] || 0 === $content_length['length'] ) {
|
||||
// Sites with malformed DB schemas are on their own.
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue