• Oran Agra's avatar
    fix broken protocol regression from #10612 (#10639) · 79ffc352
    Oran Agra authored
    A change in #10612 introduced a regression.
    when replying with garbage bytes to the caller, we must make sure it
    doesn't include any newlines.
    
    in the past it called rejectCommandFormat which did that trick.
    but now it calls rejectCommandSds, which doesn't, so we need to make sure
    to sanitize the sds.
    79ffc352
server.c 268 KB