Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in undefined-behavior

setting pointer to variable declared in local scope in C

What is "[core] language undefined behavior" as opposed to "undefined behavior"?

SSIS Multicast Issue: Weird behavior

Is `reinterpret_cast` on `this` inside union-like class an undefined behavior?

What is the definition of bitwise operators in C++?

Is it ok to treat multidimensional std::array as continuous block of data?

Unexpected printf output [duplicate]

Is shifting 0 to the left considered undefined behavior in C?

Can ForwardIterator and OutputIterator in C++ standard algorithms be the same?

c++ stl undefined-behavior

std::map erase - pass iterator to wrong map

OpenGL ES: Well defined way to discard primitive in vertex shader

Expression evaluation in C

Does reassignment of pointers acquired by reinterpret_cast from raw memory cause UB?

Tracking All Instances While Preserving Const Correctness

Expression in C++ [duplicate]

Passing an instance of object as function argument -- Does this code invoke undefined behavior?

Why is using an identifier not in scope UB and not an error

Additional output from program built with the UB sanitizer of Clang