[llvm-commits] [PATCH] Fix a potential segfault in IntrusiveRefCntPtr.h

Mikhail Glushenkov foldr at codedgers.com
Thu Apr 10 11:41:01 PDT 2008


This fixes a potential segfault in IntrusiveRefCntPtr. This class had no
non-template assignment operator, so the default implementation was
silently generated and used.

Also fixes conversion to unspecified-bool-type and replace() method.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: intrusive_ptr.patch
Type: text/x-patch
Size: 1034 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20080410/a422d7d4/attachment.bin>


More information about the llvm-commits mailing list