Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #238526

Category None
Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
Changed at Sun 06 Jul 2025 20:28:21
Repository https://api.github.com/repos/curl/curl
Project curl/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