@@ -3456,6 +3456,9 @@ int PemToDer(const unsigned char* buff, long longSz, int type,
headerEnd+=XSTRLEN(header);
if((headerEnd+1)>=bufferEnd)
returnSSL_BAD_FILE;
/* eat end of line */
if(headerEnd[0]=='\n')
headerEnd++;
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.