Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in undefined-behavior
initial or terminal malloc buffer possible?
Sep 09, 2026
c
for-loop
pointers
malloc
undefined-behavior
Why does static_cast conversion speed up an un-optimized build of my integer division function?
Sep 09, 2026
c++
assembly
type-conversion
x86-64
undefined-behavior
Does calling an empty function in C invoke UB?
Sep 10, 2026
c
undefined-behavior
Out of bounds pointer arithmetic not detected?
Sep 07, 2026
c++
undefined-behavior
Will gcc skip this check for signed integer overflow?
Sep 06, 2026
c++
gcc
undefined-behavior
integer-overflow
Modifying object representation in presence of padding bits
Sep 04, 2026
c++
language-lawyer
c++20
undefined-behavior
bit-cast
How can I move std::tuple elements out of a class object?
Sep 01, 2026
c++
c++14
undefined-behavior
move-semantics
stdtuple
Is signed integer overflow undefined behaviour or implementation defined?
Sep 01, 2026
c
undefined-behavior
implementation-defined-behavior
Is INT_MIN * -1 a no-op on x86?
Sep 01, 2026
x86
undefined-behavior
signed
integer-overflow
Is using enum class for flags undefined behavior?
Aug 27, 2026
c++
c++20
undefined-behavior
enum-class
Is it undefined behavior in C to cast function pointers operating on derived structs up to functions operating on the base type?
Aug 21, 2026
c
struct
casting
function-pointers
undefined-behavior
Does casting to an unrelated reference type violate the strict aliasing rule?
Aug 17, 2026
c++
language-lawyer
undefined-behavior
reinterpret-cast
strict-aliasing
Unexpected memcpy on uncopyable & unmovable type when using co_await
Aug 15, 2026
c++
undefined-behavior
copy-elision
c++-coroutine
Older Entries »