mirror of
https://github.com/netbirdio/IronRDP.git
synced 2026-05-22 18:43:12 -07:00
fix(svc): rdpdr channel fuzzing harness and associated issues (#408)
This commit is contained in:
+7
-1
@@ -33,7 +33,13 @@ pub const CARGO: &str = env!("CARGO");
|
||||
|
||||
pub const WASM_PACKAGES: &[&str] = &["ironrdp-web"];
|
||||
|
||||
pub const FUZZ_TARGETS: &[&str] = &["pdu_decoding", "rle_decompression", "bitmap_stream", "cliprdr_format"];
|
||||
pub const FUZZ_TARGETS: &[&str] = &[
|
||||
"pdu_decoding",
|
||||
"rle_decompression",
|
||||
"bitmap_stream",
|
||||
"cliprdr_format",
|
||||
"channel_processing",
|
||||
];
|
||||
|
||||
fn main() -> anyhow::Result<()> {
|
||||
let args = match cli::parse_args() {
|
||||
|
||||
Reference in New Issue
Block a user