mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
merge
This commit is contained in:
commit
f860b2aad4
47 changed files with 662 additions and 245 deletions
|
|
@ -954,7 +954,10 @@ x509* PemToDer(FILE* file, CertType type, EncryptedInfo* info)
|
|||
}
|
||||
}
|
||||
// get blank line
|
||||
if (fgets(line, sizeof(line), file))
|
||||
if (fgets(line,sizeof(line), file) == 0)
|
||||
{
|
||||
/* Impossible case */
|
||||
}
|
||||
begin = ftell(file);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue