Now to test the tests
Posted May 18, 2026 15:25 UTC (Mon) by neggles (subscriber, #153254)In reply to: Now to test the tests by mathstuf
Parent article: Stenberg: Mythos finds a curl vulnerability
An object is empty-initialized if it is explicitly initialized from initializer = {}. (since C23)Seem's it's "whatever null is", so doesn't have to be bitwise zeroIn some cases, an object is empty-initialized if it is not initialized explicitly, that is:
- pointers are initialized to null pointer values of their types
...























