Change #269857
| Category | curl |
| Changed by | Daniel Stenberg <daniel@haxx.se> |
| Changed at | Mon 08 Jun 2026 09:37:06 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | 9b69cfb937850e04fa83294fc79b439c4225d4be |
Comments
var: use a dedicated pointer for the alloc As the 'c' pointer might actually get modified before it is time to free the memory. Verify in test 2310 Reported-by: Eunsoo Kim Fixes #21898 Closes #21900
Changed files
- src/var.c
- tests/data/Makefile.am
- tests/data/test2310