[openssh-commits] [openssh] branch master updated (de613f27 -> a5dfc5ba)

git+noreply at mindrot.org git+noreply at mindrot.org
Sat Jan 30 16:33:26 AEDT 2021


This is an automated email from the git hooks/post-receive script.

djm pushed a change to branch master
in repository openssh.

      from  de613f27  ssh-agent fuzzer
       new  0ef24ad6  expect fuzz cases to have length prefix
       new  a5dfc5ba  allow a fuzz case to contain more than one request

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Detailed log of new commits:

commit a5dfc5bae8c16e2a7caf564758d812c7672480b5
Author: Damien Miller <djm at mindrot.org>
Date:   Sat Jan 30 16:32:29 2021 +1100

    allow a fuzz case to contain more than one request
    
    loop until input buffer empty, no message consumed or 256 messages
    processed

commit 0ef24ad60204022f7e33b6e9d171172c50514132
Author: Damien Miller <djm at mindrot.org>
Date:   Sat Jan 30 16:28:23 2021 +1100

    expect fuzz cases to have length prefix
    
    might make life a little easier for the fuzzer, e.g. it can now
    produce valid (multi-request) messages by smashing two cases together.

Summary of changes:
 regress/misc/fuzz-harness/agent_fuzz_helper.c | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list