Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upHighlights
- Arctic Code Vault Contributor
Pinned
2,166 contributions in the last year
Activity overview
Contribution activity
July 2020
Created a pull request in curl/curl that received 5 comments
configure: avoid pkg-config when detecting wolfssl for cross-compilation
Reported-by: Ehren Bendler Bug: #5605
+7
−2
•
5
comments
- strdup: remove the odd strlen check
- ngtcp2: adjust to recent sockaddr updates
- page-header: add protocol details to the curl.1 man page
- file2memory: use a define instead of -1 unsigned value
- multi: remove two checks always true
- ngtcp2: update to modified qlog callback prototype
- transfer: fix memory-leak with CURLOPT_CURLU in a duped handle
- http2: only do the *done() cleanups for HTTP
- asyn.h: remove the Curl_resolver_getsock define
- tests: show mismatch failures directly in terminal output
- curl_version_info.3: CURL_VERSION_KERBEROS4 is deprecated
- ftpserver: don't verify SMTP MAIL FROM names
- curl: add --output-dir
- CURL_PUSH_ERROROUT: allow the push callback to fail the parent stream
- smtp: make MAIL FROM not alter the string if no utf-8 is used
- Cleanup
- doh: remove redundant cast
- CI/macos: unconditionally enable warnings-as-errors with autotools
- travis: update quiche builds for new boringssl layout
- configure: allow disabling warnings
- docs: Update a few leftover mentions of DarwinSSL
- CURLKHSTAT_FINE_REPLACE_TO_FILE
- workflows: align CodeQL with existing actions
- Adding zstd decoding support
- CURLOPT_CAINFO_BLOB feature + OpenSSL backend implementation
- cirrus-ci: upgrade 11-STABLE to 11.4
- configure.ac: Sort features's name
- Fix gnutls build with CURL_DISABLE_PROXY
- tool_cb_hdr: Continue when etag is not btw double quotes
- vtls: deduplicate client certificates in ssl_config_data
- Close the http2 connection when no more requests may be sent.
- tool_getparam: make --krb option work again
- Fix nghttp2_strerror -> nghttp2_http2_strerror in debug messages
- url: silence MSVC warning
Created an issue in curl/curl that received 4 comments
fuzzer crash in http2_done
This started with the merge of #5643.
We get the crash with nghttp2 1.41.0:
==16==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x603000…
4
comments