Commit 7e6d47cc authored by unknown's avatar unknown

Fix merge error

parent 0bcaf5cf
...@@ -743,8 +743,8 @@ void CertDecoder::GetName(NameType nt) ...@@ -743,8 +743,8 @@ void CertDecoder::GetName(NameType nt)
memcpy(&ptr[idx], "/emailAddress=", 14); memcpy(&ptr[idx], "/emailAddress=", 14);
idx += 14; idx += 14;
memcpy(&ptr[idx], source_.get_current(), length); memcpy(&ptr[idx], source_.get_current(), length2);
idx += length; idx += length2;
} }
source_.advance(length2); source_.advance(length2);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment