CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
undefined-behavior
09-10
Mobile
How can unions be used to bypass strict aliasing violations?
09-05
database
C weird printf behavior
09-05
Software design
Character array without a null terminator in C
09-05
Blockchain
Remove undefined behavior from overflow of signed integers in constant expressions?
09-05
OS
C: Undefined behavior when multiplying uint16_t?
09-03
front end
Using memcpy to switch active member of union in C
09-01
Back-end
Where is a string stored without OS?
09-01
Net
Active member of an union after assignment
08-30
Blockchain
Having Problems with while - CodeForces 1A
08-20
Back-end
Copying differently sized data from a union to a byte array
08-17
other
strncat-like function breaks during test
08-16
OS
jQuery .first() method returns a collection intead of the first element
08-13
database
Is this undefined behavior in C?
08-09
Back-end
Is casting a pointer to an incompatible type then casting it back before dereferencing defined behav
08-04
database
Is left shifting unsigned int more than its bit field width, but less than its type size undefined?
07-23
Enterprise
String Unexpected Behavior in C
07-20
Mobile
Are there undefined behaviors that escape fsanitize in clang/gcc?
07-19
Mobile
Replace a word in string
07-15
Enterprise
Do I have correct understanding of Undefined Behavior for shift operators in C?
07-13
other
Segmentation Fault While Manipulating String
07-09
Net
Format Specifier: %u vs %d in C
06-25
Back-end
Call member function in C while bases are not constructed yet
06-22
front end
Possible strict aliasing violation?
06-16
Back-end
Understanding Pointer
06-12
Mobile
4 Dimensional Array - C
06-11
database
C - weird thread behavior when pass vector to method
06-10
Enterprise
Is not catching an exception undefined behavior?
06-09
Net
Segmentation fault on binary tree
06-09
database
Which undefined behavior allows this optimization?
06-06
Blockchain
Duplication float values when using structs in a function
06-05
Software engineering
Why is the output junk value
06-04
Software engineering
Returning Local Char Pointer To Array Not Cause Segmantation Fault
06-04
Back-end
Undefined behavior allowed in constexpr -- compiler bug?
06-02
database
Is integer overflow that evil?
05-21
OS
Is there a reason to use zero-initialization instead of simply not defining a variable when it is go
05-20
Back-end
What is the Difference between accessing a Pointer whose value is Null and accessing what it points
05-17
Software engineering
Initializing struct pointer gives segmentation fault
05-09
front end
Why is appending an int to a std::string undefined behavior with no compiler warning in C ?
05-07
Mobile
How to check if a string passed as argument is a modifiable string
05-07
front end
How can I repair this error that occurs occasionally when my code is running?
122
1
2
3
4
Next
Last
Links:
CodePudding