Skip to content

fuzzing: Read complete source buffer on write

hansmi requested to merge hansmi/usbredir:writeall1 into master

By reading the whole buffer an instrumented build can detect potential buffer overflows on writing to a network connection.

Merge request reports