Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in undefined-behavior

Undefined behaviour during compile time and run time [duplicate]

Is flattening a multi-dimensional array with a cast UB [duplicate]

putting iterator on a container inside it

Are there any 2-complement platform/compiler, where signed shift doesn't do the usual thing?

c++ undefined-behavior

How to get VS or Xcode warning with something like "x = x++"?

What is the difference between [T; N] and U if U is always set to [T; N]?

Safety of casting arbitrary types to usize

Is left-shifting a negative value undefined behavior in Rust?

rust undefined-behavior

2D Array indexing - undefined behavior?

Can undefined behavior which would follow a getc() alter program behavior if the getc() exits via SIGINT

Cannot copy strings from pointer array with strcpy in C? [duplicate]

Does reading or writing a whole 32-bit word, even though we only have a reference to a part of it, result in undefined behaviour?

Detect dangling references to temporary

Are all functions in C/C++ assumed to return?

Adding named item to named list - guaranteed to append to end of list?

In C and C++, is an expression using the comma operator like "a = b, ++a;" undefined?

c++ c undefined-behavior

Function not called in code gets called at runtime

Is calling a function with local side-effects twice in the same expression undefined behavior?

c undefined-behavior

Invalid pointer becoming valid again

c undefined-behavior