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

Change #238380

Category None
Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
Changed at Sat 05 Jul 2025 11:47:56
Repository https://api.github.com/repos/curl/curl
Project curl/curl
Branch bagder/unit-struct-sizes
Revision f3aa7c87040be2dcf7393cb97acbb01af2939088

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.

Changed files