Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in undefined-behavior

Why is the phrase: "undefined behavior means the compiler can do anything it wants" true?

Does while(i--) s+= a[i]; contain undefined behavior in C and C++?

c++ c undefined-behavior

Is multiple variable comparision inline undefined behavior?

c++ c undefined-behavior

C Programming #define? [duplicate]

c macros undefined-behavior

Segmentation fault in strcpy

c++ c undefined-behavior

++i + ++i + ++i in Java vs C

unexpected result when adding to pointer

c undefined-behavior

Call to function (unknown) through pointer to incorrect function type

Obtaining a past-the-end pointer using the address of an array

Seg fault on GCC4.6 when trying to move a large bitset, is this a compiler bug?

Is using reference to pointer that was casted with reinterpret_cast undefined behavior?

Is it safe to call the functions from <cctype> with char arguments?

Does C standard mandate that platforms must not define behaviors beyond those given in standard

Changing the interface without recompiling the implementing class

unique_ptr: linked list entry deletion

Is initializing a pointer declarator with an invalid pointer undefined behavior?

Google Sparsehash uses realloc() on type which is not trivially copyable