memcpy (and friends) with NULL pointers
Imperial Violet
JUNE 25, 2016
The C standard (ISO/IEC 9899:2011) has a sane-seeming definition of memcpy (section 7.24.2.1): The memcpy function copies n characters from the object pointed to by s2 into the object pointed to by s1. Emphasis is mine.). can be applied to any standard library function. I'm sure that 7.1.4 If you read 7.24.2.1 Section 7.1.4
Let's personalize your content