From the Comp-Cert release notes - sanity in C programming. Someone call ISO and complain.
"Constant propagation: optimize "known integer or undefined" results. For example, &x == &x, which is either 1 or undefined, is now replaced by 1"
From the Comp-Cert release notes - sanity in C programming. Someone call ISO and complain.
"Constant propagation: optimize "known integer or undefined" results. For example, &x == &x, which is either 1 or undefined, is now replaced by 1"
😥:
“Everything In C Is Undefined Behavior”, Thomas Habets (https://blog.habets.se/2026/05/Everything-in-C-is-undefined-behavior.html).
Via HN: https://news.ycombinator.com/item?id=48203698
On Lobsters: https://lobste.rs/s/dtcfd6/everything_c_is_undefined_behavior
#Programming #C #CPP #CPlusPlus #UB #UndefinedBehavior #Standards
C's "undefined behavior" was designed for flexibility, but it's become a critical vulnerability. From `volatile` access to signed integer overflow, compilers exploit UB to optimize away entire code blocks, causing silent, catastrophic failures. Dive deep into the problem and explore safer alternatives like Rust and Zig for robust software.
#technology #clanguage #undefinedbehavior
🤖 This post was AI-generated.
Everything in C is undefined behavior
https://blog.habets.se/2026/05/Everything-in-C-is-undefined-behavior.html
i used a photo of those Delirium Tremens elephants as an identifier for undefined behavior in my C++ classes.
Today is the perfect day to listen to some #undefinedbehavior #psytrance #music
ht @buherator
https://soundcloud.com/burninnoise/undefined-behavior-vs-altruism-perception-box
Undefined Behavior & Altruism – Perception Box Label: Frozen Silence Records Release Date: [07 Nov 2025] Frozen Silence Records proudly debuts its first-ever release with a groundbreaking collabora
The production bug that made me care about undefined behavior
https://gaultier.github.io/blog/the_production_bug_that_made_me_care_about_undefined_behavior.html
#HackerNews #productionbug #undefinedbehavior #programmingcare #techstories #softwaredevelopment