Use-after-free vulnerabilities Allocate objects Doc Doc *doc new Doc(); Body *body new Body(); *doc *child Propagate pointers doc->child body; Body Free an object delete body; *body *child if (doc->child) doc->child->getAlign(): 15Use-after-free vulnerabilities 15