问题标签 [msan]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c++ - 内存清理器报告全局对象构造中未初始化值的使用
use-of-uninitialized-value
执行以下编译的程序时收到警告clang++-9 -fsanitize=memory
:
这是我得到的警告:
这是误报还是正在发生深层次的事情?
谢谢。
c - SDL2 SDL_Init 函数触发内存清理器错误(依赖于未初始化的数据)
日志显示我可能自己编写的最后一个代码位于 main:33:5,这是main() 的第一行,它只包含SDL_Init(SDL_INIT_EVERYTHING);
SDL 是否有意这样做,如果是,有没有办法抑制这种情况?