[opensource-dev] Review Request: VWR-24957: Attachments may loose their associated inventory item UUID
Kitty Barnett
sldev at catznip.com
Tue Feb 22 04:49:22 PST 2011
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://codereview.secondlife.com/r/161/
-----------------------------------------------------------
Review request for Viewer.
Summary
-------
Current flow:
1) object->extractAttachmentItemID()
2) "same object reattached" condition evaluates true => removeObject calls object->setAttachmentItemID(LLUUID::null)
3) the remainder of addObject() executes but the object's mAttachmentItemID is now "LLUUID::null"
Reversing the order of (1) and (2) should prevent mAttachmentItemID from being - in this specific case accidentally - cleared
This addresses bug VWR-24957.
http://jira.secondlife.com/browse/VWR-24957
Diffs
-----
indra/newview/llviewerjointattachment.cpp UNKNOWN
Diff: http://codereview.secondlife.com/r/161/diff
Testing
-------
I can't trigger that block for my avie's attachments "on demand" but I actually made this change a while back (before SVC-6766) in response to reports from users and this was the only possibility I could find in the viewer where an attachment may suddenly "forget" its associated inventory item.
Thanks,
Kitty
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20110222/63e05df7/attachment-0001.htm
More information about the opensource-dev
mailing list