Skip to content

Comment on UndefinedBehaviorSanitizer's Unexpected Behaviorparent

Comments

So does the Itanium ABI (which is what most people would think of as the normal/standard/usual C++ ABI):

  $ c++filt
  _Z1fPFvPcE
  f(void (*)(char*))
But I'm struggling to understand how this would cause things to break.

I guess only if you directly expose C++ APIs in DLLs, which is a bad idea anyway.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.