Change #238528
Category | curl |
Changed by | Daniel Stenberg <daniel | @haxx.se>
Changed at | Sun 06 Jul 2025 20:28:21 |
Repository | https://github.com/curl/curl.git |
Project | curl |
Branch | master |
Revision | 81693c77bec126fc820d34eab55012d828466c4e |
Comments
unit3214: verify struct sizes This test makes sure that a number of internal and public structs are within their maximum allowed size limits. The public structs can only grow in controlled ways, while the internal ones may be allowed to grow if deemed right. The idea here is to control, to know and make sure all important struct growth is intentional. Closes #17823
Changed files
- tests/data/Makefile.am
- tests/data/test3214
- tests/unit/Makefile.inc
- tests/unit/unit3214.c