Path to this page:
Subject: CVS commit: pkgsrc/www/nghttp3
From: Adam Ciarcinski
Date: 2025-02-21 17:24:23
Message id: 20250221162423.F0637FBE0@cvs.NetBSD.org
Log Message:
nghttp3: updated to 1.8.0
1.8.0
C99 designated initializers
Use FuzzedDataProvider in fuzz_http3serverreq
Explicitly deny new server-initiated bidirectional stream
Assert settings
Generate periodic fuzzing coverage reports
clang-format
nghttp3_gaptr: Check iterator
Revert "nghttp3_gaptr: Check iterator"
fuzz: Make stream_id non-negative integer
nghttp3_gaptr: Assert !nghttp3_ksl_it_end
Assert stream_id range in public API
Fuzz settings in fuzz_http3serverreq
Fix fuzzer build
fuzz: Exercise callback failure handling
Rewrite fuzz_qpackdecoder with FuzzedDataProvider
fuzz: Exercise sending response headers
fuzz: Exercise memory allocation failures
Fix null dereference
fuzz_qpackdecoder: Fuzz memory allocator
qpack: Lazy ring buffer allocation
Fix typo in nghttp3.h
fuzz_http3serverreq: Fuzz max_client_streams_bidi
fuzz_http3serverreq: Fuzz stream priority
clang-format
Bump munit
fuzz_http3serverreq: Read multiple times before sending data
fuzz_http3serverreq: Don't generate server unidirectional stream ID
Assert incoming stream ID type
fuzz: More like a C++ source
fuzz: Pass FuzzedDataProvider by reference
fuzz: Fuzz connection shutdown
fuzz_http3serverreq: Fuzz stream shutdown
Remove redundant condition in nghttp3_conn_submit_request()
fuzz_http3serverreq: Fuzz client
Fix double free on out of memory
fuzz_http3serverreq: Send requests
Avoid STOP_SENDING for unknown stream type in case fin is set.
fuzz: Submit response if nghttp3_conn is server
Files: