ITS#8558 fix mdb_load with escaped plaintext

This commit is contained in:
Howard Chu 2017-01-06 19:48:58 +00:00
parent 2e3eaf2ce2
commit 59ac317d2a

View file

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