]> git.feebdaed.xyz Git - 0xmirror/curl.git/commit
memdebug: stop tracking send and recv
authorDaniel Stenberg <daniel@haxx.se>
Thu, 25 Dec 2025 22:21:34 +0000 (23:21 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 26 Dec 2025 09:27:27 +0000 (10:27 +0100)
commita585cc35e57fc06806443207e31a244c9df029bb
tree420db69756478f29bcca1a93cf0727762c7d6104
parentd4b62bff64c489785699ac83eb87a88399bebbc8
memdebug: stop tracking send and recv

- they rarely catch any problems
- we have other ways to test different send/recv problems
- the number of such calls vary much more per invoke than others, making
  memdebugging harder
- reducing the total number of fallible functions per test is good
- they were not used as intended anyway

Closes #20097
lib/curl_setup.h
lib/memdebug.c
lib/multi.c
lib/vquic/vquic.c
scripts/checksrc.pl
src/tool_cb_rea.c
src/tool_doswin.c
tests/memanalyzer.pm