On Thu, Feb 6, 2014 at 6:52 PM, Timur Iskhodzhanov <[email protected]>wrote:
> >>> TODO: Also, need to un-poison the memory in the constructors > > > > This is useless, the memory after DTOR may be legally used w/o > constructing a new > > C++ object. > > Which clause of the standard do you refer to? > None. Just using common sense. Since a->~A() is a valid expression in C++, I assume that the memory location can be used after a DTOR has been called on it. -- You received this message because you are subscribed to the Google Groups "address-sanitizer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
