5.1 merge

increase xtradb verson from 13.0 to 13.01
This commit is contained in:
Sergei Golubchik 2012-08-22 16:13:54 +02:00
commit 1fd8150a5b
224 changed files with 6925 additions and 3316 deletions

View file

@ -758,6 +758,10 @@ void CertDecoder::GetName(NameType nt)
while (source_.get_index() < length) {
GetSet();
if (source_.GetError().What() == SET_E) {
source_.SetError(NO_ERROR_E); // extensions may only have sequence
source_.prev();
}
GetSequence();
byte b = source_.next();