Change #269856
| Category | None |
| Changed by | Daniel Stenberg <daniel@haxx.se> |
| Changed at | Mon 08 Jun 2026 09:37:06 |
| Repository | https://api.github.com/repos/curl/curl |
| Project | curl/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