X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=deps%2Flibchdr%2Fdeps%2Fzstd-1.5.6%2Ftests%2Ffuzz%2Fdictionary_round_trip.c;fp=deps%2Flibchdr%2Fdeps%2Fzstd-1.5.5%2Ftests%2Ffuzz%2Fdictionary_round_trip.c;h=0470fbf53adb9f2cce81b66480ac405a9283960d;hb=f535537faaef474f7d31e50949eea1f15a58ee09;hp=06fdf24e9fb0d371747a57a93753dba1204d2712;hpb=db02598e737b8d50cd347fe2ef13cb85ade051dd;p=pcsx_rearmed.git diff --git a/deps/libchdr/deps/zstd-1.5.5/tests/fuzz/dictionary_round_trip.c b/deps/libchdr/deps/zstd-1.5.6/tests/fuzz/dictionary_round_trip.c similarity index 94% rename from deps/libchdr/deps/zstd-1.5.5/tests/fuzz/dictionary_round_trip.c rename to deps/libchdr/deps/zstd-1.5.6/tests/fuzz/dictionary_round_trip.c index 06fdf24e..0470fbf5 100644 --- a/deps/libchdr/deps/zstd-1.5.5/tests/fuzz/dictionary_round_trip.c +++ b/deps/libchdr/deps/zstd-1.5.6/tests/fuzz/dictionary_round_trip.c @@ -23,13 +23,13 @@ #include "fuzz_data_producer.h" #include "fuzz_third_party_seq_prod.h" -static ZSTD_CCtx *cctx = NULL; -static ZSTD_DCtx *dctx = NULL; +static ZSTD_CCtx* cctx = NULL; +static ZSTD_DCtx* dctx = NULL; -static size_t roundTripTest(void *result, size_t resultCapacity, - void *compressed, size_t compressedCapacity, - const void *src, size_t srcSize, - FUZZ_dataProducer_t *producer) +static size_t roundTripTest(void* result, size_t resultCapacity, + void* compressed, size_t compressedCapacity, + const void* src, size_t srcSize, + FUZZ_dataProducer_t* producer) { ZSTD_dictContentType_e dictContentType = ZSTD_dct_auto; FUZZ_dict_t dict = FUZZ_train(src, srcSize, producer);