Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with Fuzz-lean since last update #902

Open
blizzy0 opened this issue Jul 1, 2024 · 2 comments
Open

Problem with Fuzz-lean since last update #902

blizzy0 opened this issue Jul 1, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@blizzy0
Copy link

blizzy0 commented Jul 1, 2024

Description

Hello everyone I have encountered an issue with fuzz-lean since I update restler,
after I launch the fuzzing all requests are sent very quickly and restler ends the task before even getting any response,
after using the version from marche 2023 everything works fine.

Steps to reproduce

fuzzlean with restler on a linux target connected to a dhcp server

Expected results

working the same as the previous version

Actual results

Fuzzing ends before getting any response

Environment details

python 3.11.6 restler 9.2.4

@marina-p
Copy link
Contributor

marina-p commented Jul 1, 2024

Hello @blizzy0,

Thank you for reporting this. Could you please provide more details about the upgrade - which was the version you ran before, and which version did you update to? Did you just update to the latest commit, '694cc9e63dc61b372ddab5c6648223e4329ee6fa'? And, before, were you running v9.2.4 (commit '504a6cd5833a99952c8ef4e63865552d180ee706')?

In the network.testing.*.txt, could you please share the snippet around the first few 'Sending: ...' and 'Received: ...' output? Feel free to omit the text of specific requests, this is just to get an idea of the timestamps and additional info printed, if any.

If you aren't recompiling, then perhaps this is related to a recent change in the handling to chunked encoding - could you please try the version at this commit and see if this resolves your issue: 'c41ef5641abd161b485f348c7cfe27527308cf30'?

Thanks,

Marina

@marina-p marina-p self-assigned this Jul 1, 2024
@marina-p marina-p added the bug Something isn't working label Jul 1, 2024
@blizzy0
Copy link
Author

blizzy0 commented Jul 9, 2024

Hello Marina,
I was using Restler from commit a2a41d7
and I had the issue when u updated to commit 694cc9e.
Indeed the commit c41ef56 works fine for me.
Thank you so much for your answer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants