ITS#8558 fix mdb_load with escaped plaintext

This commit is contained in:
Howard Chu 2017-01-06 19:48:58 +00:00
parent 14cff072ec
commit 4f61f42810

View File

@ -248,7 +248,8 @@ badend:
c2 += 2;
}
} else {
c1++; c2++;
/* copies are redundant when no escapes were used */
*c1++ = *c2++;
}
}
} else {