Mercurial > dropbear
comparison common-session.c @ 1752:36e77a51d5e4
Fix #ifdef DROPBEAR_FUZZ (caught by linter)
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 21 Oct 2020 20:49:22 +0800 |
parents | 3b9b427925a0 |
children | 1d86a58fb52d |
comparison
equal
deleted
inserted
replaced
1751:3b9b427925a0 | 1752:36e77a51d5e4 |
---|---|
464 /* EOF */ | 464 /* EOF */ |
465 TRACE(("leave ident_readln: EOF")) | 465 TRACE(("leave ident_readln: EOF")) |
466 return -1; | 466 return -1; |
467 } | 467 } |
468 | 468 |
469 #ifdef DROPBEAR_FUZZ | 469 #if DROPBEAR_FUZZ |
470 fuzz_dump(&in, 1); | 470 fuzz_dump(&in, 1); |
471 #endif | 471 #endif |
472 | 472 |
473 if (in == '\n') { | 473 if (in == '\n') { |
474 /* end of ident string */ | 474 /* end of ident string */ |