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
Is it undefined behavior to pass a pointer to an unconstructed streambuf object to the ostream constructor?
May 29, 2026
c++
language-lawyer
undefined-behavior
iostream
Is it UB to twice drop the same value of a type for which needs_drop() returns false?
May 30, 2026
rust
undefined-behavior
"*s = 0" being optimized out. Possible GCC 13 bug? Or some undefined behaviour?
May 27, 2026
c
gcc
undefined-behavior
Is INT_MIN subtracted from any integer considered undefined behavior?
May 27, 2026
c++
undefined-behavior
integer-overflow
initialize array, placement new, read variables, defined behavior?
May 27, 2026
c++
language-lawyer
undefined-behavior
placement-new
Any number divided by 0 in C ,does it come under segmentation fault?
May 24, 2026
c
segmentation-fault
undefined-behavior
divide-by-zero
String assignment inside if else block?
May 23, 2026
c
undefined-behavior
C++ negative indexing from a pointer at the middle of array defined behavior?
May 22, 2026
c++
arrays
string
indexing
undefined-behavior
std::start_lifetime_as and UB in C++23 multithreaded application
May 21, 2026
c++
language-lawyer
undefined-behavior
object-lifetime
c++23
Is it guaranteed that constructor is called exactly when the variable is defined?
May 20, 2026
c++
c++11
constructor
standards
undefined-behavior
Safe equivalent of std::bit_cast in C++11
May 19, 2026
c++
c++11
casting
undefined-behavior
bit-cast
Active member of an union after assignment
May 20, 2026
c++
undefined-behavior
unions
assignment-operator
Why does this program terminate on my system but not on playground?
May 18, 2026
concurrency
go
undefined-behavior
Multiple increment operator in Visual C++ [duplicate]
May 18, 2026
c++
undefined-behavior
c++-faq
sequence-points
Is left shifting a long long considered Undefined Behavior in C?
May 18, 2026
c
language-lawyer
undefined-behavior
Undefined behavior in C [duplicate]
May 13, 2026
c
undefined-behavior
sequence-points
Why is this undefined behaviour?
May 13, 2026
c++
clang
undefined-behavior
When is a panic on a Rust FFI boundary Undefined Behavior?
May 12, 2026
rust
language-lawyer
undefined-behavior
ffi
Can a macro be defined to provide function-like sequencing?
May 05, 2026
c
macros
language-lawyer
undefined-behavior
sequence-points
Explanation of output of C code
May 05, 2026
c
undefined-behavior
Older Entries »