▲ | AlotOfReading 7 months ago | |||||||
The way C and C++ are standardized, you can't rely on the correct functioning of anything in the presence of undefined behavior, including memory unsafety. For what it's worth, I also opened a random file in the OpenZiti C SDK and immediately found safety issues like this: https://github.com/openziti/ziti-tunnel-sdk-c/blob/9993f61e6... That's why this topic is such a big deal. Even people who really should know better like the OpenZiti authors aren't able to reliably write safe code. | ||||||||
▲ | drivebyhooting 7 months ago | parent [-] | |||||||
Why is that a safety issue? | ||||||||
|