Mercurial > dropbear
comparison svr-authpubkey.c @ 1580:7f2be495dff6 coverity
merge coverity
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 04 Mar 2018 15:07:09 +0800 |
parents | 2f64cb3d3007 |
children | 252b406d0e9a |
comparison
equal
deleted
inserted
replaced
1545:0b991dec7ab9 | 1580:7f2be495dff6 |
---|---|
471 | 471 |
472 TRACE(("leave checkfileperm: success")) | 472 TRACE(("leave checkfileperm: success")) |
473 return DROPBEAR_SUCCESS; | 473 return DROPBEAR_SUCCESS; |
474 } | 474 } |
475 | 475 |
476 #if DROPBEAR_FUZZ | |
477 int fuzz_checkpubkey_line(buffer* line, int line_num, char* filename, | |
478 const char* algo, unsigned int algolen, | |
479 const unsigned char* keyblob, unsigned int keybloblen) { | |
480 return checkpubkey_line(line, line_num, filename, algo, algolen, keyblob, keybloblen); | |
481 } | |
476 #endif | 482 #endif |
483 | |
484 #endif |