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
`u8string_view` into a `char` array without violating strict-aliasing?
May 15, 2022
c++
undefined-behavior
c++20
strict-aliasing
What can I assume about the behaviour of atoi() on error?
Apr 24, 2022
c
language-lawyer
undefined-behavior
atoi
How can calling a function pointer saved from a previous execution fail?
Feb 07, 2020
c++
undefined-behavior
How can I read a signed integer from a buffer of uint8_t without invoking un- or implementation-defined behaviour?
Mar 12, 2022
c++
undefined-behavior
implementation-defined-behavior
C++ function attribute to indicate lifetime of return value is same as argument
May 05, 2022
c++
gcc
g++
undefined-behavior
Does std::ptr::write transfer the "uninitialized-ness" of the bytes it writes?
Jan 23, 2022
rust
initialization
undefined-behavior
unsafe
Is calling a "noexcept function" through a "function" lvalue undefined?
May 11, 2022
c++
language-lawyer
function-pointers
undefined-behavior
noexcept
Can one element of a tuple reference another?
Jun 12, 2017
c++
c++11
tuples
undefined-behavior
Is it okay for int** and const int** to alias?
Oct 27, 2022
c
constants
language-lawyer
undefined-behavior
strict-aliasing
How is gcc optimizing this loop?
Nov 02, 2022
c++
gcc
g++
compiler-optimization
undefined-behavior
Is modifying the internal bytes of a const object undefined behavior in case it contains another object constructed by placement new?
Mar 02, 2022
c++
standards
undefined-behavior
placement-new
How to synchronize multithreaded OpenGL buffer access?
Aug 29, 2022
multithreading
opengl
gpu
undefined-behavior
vbo
Is it well-defined behavior to modify one element of an array while another thread modifies another element of the same array?
Dec 07, 2021
c
synchronization
pthreads
undefined-behavior
Dealing with undefined behavior when using reinterpret_cast in a memory mapping
Oct 24, 2022
c++
undefined-behavior
reinterpret-cast
memory-mapping
TDD: Test member initialization deterministically, given undefined behavior in C++
Nov 28, 2018
c++
unit-testing
tdd
undefined-behavior
googletest
Undefined behavior, or: Does Swift have sequence points?
May 09, 2022
swift
undefined-behavior
sequence-points
Cast T[][] to T*
Mar 08, 2019
c
arrays
pointers
undefined-behavior
Is it safe and defined behavior to transmute between a T and an UnsafeCell<T>?
Sep 05, 2022
rust
undefined-behavior
unsafe
Where is the undefined behavior when using const_cast<>?
Nov 07, 2022
c++
undefined-behavior
const-cast
Is the 16-bit math in this program invoking undefined behavior?
Nov 05, 2022
c++
language-lawyer
undefined-behavior
msvc14
« Newer Entries
Older Entries »