https://bugs.llvm.org/show_bug.cgi?id=44290
David Blaikie <dblai...@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |dblai...@gmail.com
Resolution|--- |INVALID
--- Comment #1 from David Blaikie <dblai...@gmail.com> ---
Dereferencing an uninitialized pointer is undefined behavior - the program has
no guarantees on how it should or will behave.
(if you want a more precise diagnosis, compiling/running with
-fsanitize=address should do the trick, I think?)
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs