On memcpy (part 1: the source code approach) Pascal Cuoq on 27 January 2011
memcpy() is one of the few functions standardized as part of C itself instead of an additional API. But that's not what makes it interesting from a static analysis point of view. I think what makes it interesting is that it is used often, and often for tasks that can...
Read More