@ -4839,7 +4839,8 @@ int PemToDer(const unsigned char* buff, long longSz, int type,
returnWOLFSSL_BAD_FILE;
/* eat blank line */
while(*newline=='\r'||*newline=='\n')
while(newline<bufferEnd&&
(*newline=='\r'||*newline=='\n'))
newline++;
headerEnd=newline;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.