commit | 51a6aef53c2421fe9ad157e7d4b0158f496abf26 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Thu Jun 24 21:49:02 2010 -0700 |
committer | Mathias Agopian <mathias@google.com> | Thu Jun 24 21:49:02 2010 -0700 |
tree | cb0995620a549cb62cb1b090e3dc01446546a032 | |
parent | 081bc5c47d8a980e6eafa70ddafcd89981586391 [diff] |
Fix a bug in sp<> and wp<> which could cause memory corruptions when assigning a smart pointer to another one, we need to make sure to read all the data we need from the right-hand-side reference (the assignee) before we decRef the assigned. This bug would cause linked-list of smart-pointers to fail miserably. Change-Id: Ibb554c15fddf909f7737c632b7c80322e80ea93f