Sudhakar Verma
Sudhakar Verma
> What's this discord @sudhackar ? It's an invite only discord server where tridge, WayneD, etc. are around. Since I don't own the server - I'll leave it upto their...
the run is from https://github.com/mruprich/rsync example: https://github.com/mruprich/rsync/actions/runs/12828280387/job/35771980400 If you are unsure what broke and don't need a copy of the repo - just delete your fork and you should be...
Oh sorry if that sounded rude. The Github Action is defined here - https://github.com/RsyncProject/rsync/blob/master/.github/workflows/macos-build.yml https://github.com/RsyncProject/rsync/actions/workflows/macos-build.yml says this workflow was disabled manually The last run was 3 months ago and last...
I'm not able to repro this. With this dockerfile ```dockerfile FROM ubuntu:24.04 # Install essential build tools and dependencies RUN apt-get update && apt-get install -y \ git \ make...
Thanks eworm-de and Neustradamus
Hey @Neustradamus I closed it since release happened as mentioned in an earlier comment
Sorry about that. I took a little responsibility some time back to triage issues. EDIT: I also made my membership public
You can do something like ```cpp int LLVMFuzzerInitialize(int *argc, char ***argv) { iniparser_set_error_callback(error_callback); return 0; } ``` this way the callback is set once on fuzzer init.
What is your rsync version? Where do you install/build from?
You need to add more details and format the code using triple backticks