Newbetuts
.
New posts in undefined-behavior
problem in creating binary search tree in c language
c
malloc
binary-search-tree
undefined-behavior
sizeof
Is there a safe version of C++ without undefined behaviour?
c++
undefined-behavior
Does sscanf("123456789123456789123456789", "%d", &n) have defined behavior?
c
scanf
undefined-behavior
Is Undefined Behavior To Using Invalid Iterator?
c++
undefined-behavior
In C++11, does `i += ++i + 1` exhibit undefined behavior?
c++
c++11
language-lawyer
undefined-behavior
printf() with no arguments in C compiles fine. how?
c
printf
undefined-behavior
Does C have an equivalent of std::less from C++?
c
pointers
undefined-behavior
memory-model
memory-segmentation
Is this a compiler optimisation bug, or an undefined behaviour?
c++
visual-studio-2010
visual-studio
compiler-optimization
undefined-behavior
Is the right-hand side of an assignment always evaluated before the assignment?
python
python-2.7
undefined-behavior
operator-precedence
When a float variable goes out of the float limits, what happens?
c++
c
floating-point
undefined-behavior
numeric-limits
Getting a dangling pointer by returning a pointer from a local C-style array
c++
pointers
memory
undefined-behavior
Operation on ... may be undefined?
c
undefined-behavior
Why does Rust disallow mutable aliasing?
rust
undefined-behavior
lifetime
Does integer overflow cause undefined behavior because of memory corruption?
c++
c
x86
undefined-behavior
integer-overflow
Setting extra bits in a bool makes it true and false at the same time
c++
boolean
undefined-behavior
evaluation
abi
Is undefined behavior only an issue if you are deploying on several platforms?
c++
undefined-behavior
Do std::min(0.0, 1.0) and std::max(0.0, 1.0) yield undefined behavior?
c++
floating-point
language-lawyer
undefined-behavior
c++-standard-library
Code with undefined behavior in C#
c#
c++
undefined-behavior
Is std::memcpy between different trivially copyable types undefined behavior?
c++
language-lawyer
c++17
undefined-behavior
strict-aliasing
When is it valid to access a pointer to a "dead" object?
c
pointers
language-lawyer
undefined-behavior
Prev
Next