Hi Alex, Thank you for reviewing the patch and for the excellent feedback.
I've updated the patch to incorporate your suggestions. The new version uses the generic_fuzz_config.argfunc mechanism to dynamically generate the VNC socket arguments, which aligns it with the existing pattern. --- Changes in v3: - Removed VNC-specific logic from fuzz.c - Created generic_fuzzer_vnc_args to encapsulate all the logic for the VNC fuzzer's arguments. - Used g_mkstemp to create unique socket paths. Navid Emamdoost (1): tests/qtest/fuzz: Add generic fuzzer for VNC tests/qtest/fuzz/generic_fuzz_configs.h | 50 +++++++++++++++++++++++++ 1 file changed, 50 insertions(+) -- 2.51.2.1041.gc1ab5b90ca-goog
