Comment on UndefinedBehaviorSanitizer's Unexpected BehaviorparentComments−rom1v1yname(&data); // Illegal: passing a char* into a function that takes char*I assume this is just a typo in the article. He probably meant `name(data)`.
Comments
I assume this is just a typo in the article. He probably meant `name(data)`.