Base 64 decoder should have returned success instead of eof hit.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@591 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -1852,6 +1852,7 @@ RCODE FLMAPI F_Base64DecoderIStream::read(
|
||||
{
|
||||
rc = RC_SET( NE_FLM_BAD_BASE64_ENCODING);
|
||||
}
|
||||
rc = NE_FLM_OK;
|
||||
|
||||
goto Exit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user