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
At what point does dereferencing the null pointer become undefined behavior?
Sep 25, 2022
c++
object
null
undefined-behavior
dereference
If the value of an uninitialized variable shouldn't affect the value of an expression, is it still UB?
Nov 04, 2022
c
initialization
undefined-behavior
Load of misaligned address and UBsan finding
May 07, 2022
c
clang
undefined-behavior
memcpy
ubsan
Is the following C union access pattern undefined behavior?
Nov 12, 2022
c
language-lawyer
undefined-behavior
unions
type-punning
Can guaranteed UB be rejected at compile-time?
Sep 11, 2022
c++
c
language-lawyer
undefined-behavior
Undefined behavior: when attempting to access the result of function call
Sep 24, 2022
c
c99
undefined-behavior
function-calls
how to check that behavior is undefined in c?
Nov 08, 2022
c
undefined-behavior
sequence-points
Assignment and pointers, undefined behavior?
Apr 22, 2019
c
pointers
variable-assignment
undefined-behavior
Is it undefined behavior to pass-by-reference uninitialized variable?
May 29, 2018
c++
pass-by-reference
undefined-behavior
Access array beyond the limit in C and C++ [duplicate]
May 06, 2022
c++
c
arrays
undefined-behavior
How to prevent overflow when using usual math functions exp() log()?
Sep 23, 2022
c++
c
undefined-behavior
printf() with no arguments in C compiles fine. how?
Sep 24, 2022
c
printf
undefined-behavior
Is it illegal to use the h or hh length modifiers when the corresponding argument to printf was not a short / char?
Mar 09, 2022
c
printf
language-lawyer
undefined-behavior
short
Dereference null is not always UB?
Nov 08, 2022
c++
language-lawyer
undefined-behavior
Why would this access violation occur with the /Og and /GL flags, with pass-by-reference?
Jul 26, 2020
c++
visual-c++
stl
access-violation
undefined-behavior
Behavior of fputc() for a stream opened with read mode
Oct 17, 2022
c
language-lawyer
fopen
undefined-behavior
stdio
Casting a function reference producing an invalid pointer?
May 12, 2022
types
casting
rust
undefined-behavior
Does binding a reference actually evaluate the operand?
Oct 19, 2021
c++
reference
initialization
undefined-behavior
« Newer Entries
Older Entries »