diff options
author | Jacek Antonelli | 2010-02-18 19:19:12 -0600 |
---|---|---|
committer | Jacek Antonelli | 2010-02-18 19:19:12 -0600 |
commit | 76937222933d5830a9e1de80a86072c31039bc12 (patch) | |
tree | 5f59369af66088b379bbcdcaccf0fcd8fd751607 /linden/indra/llcharacter/llkeyframemotion.cpp | |
parent | SNOW-488: Malformed animation crash. (diff) | |
download | meta-impy-76937222933d5830a9e1de80a86072c31039bc12.zip meta-impy-76937222933d5830a9e1de80a86072c31039bc12.tar.gz meta-impy-76937222933d5830a9e1de80a86072c31039bc12.tar.bz2 meta-impy-76937222933d5830a9e1de80a86072c31039bc12.tar.xz |
SNOW-492: LLDataPacker::unpackstring() is unsafe.
Patch by Robin Cornelius.
Diffstat (limited to 'linden/indra/llcharacter/llkeyframemotion.cpp')
-rw-r--r-- | linden/indra/llcharacter/llkeyframemotion.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llcharacter/llkeyframemotion.cpp b/linden/indra/llcharacter/llkeyframemotion.cpp index 46dee09..e6ef767 100644 --- a/linden/indra/llcharacter/llkeyframemotion.cpp +++ b/linden/indra/llcharacter/llkeyframemotion.cpp | |||
@@ -1355,8 +1355,8 @@ BOOL LLKeyframeMotion::deserialize(LLDataPacker& dp) | |||
1355 | } | 1355 | } |
1356 | else | 1356 | else |
1357 | { | 1357 | { |
1358 | llwarns << "joint not found: " << joint_name << llendl; | 1358 | llwarns << "joint not found: " << llendl; |
1359 | //return FALSE; | 1359 | return FALSE; |
1360 | } | 1360 | } |
1361 | 1361 | ||
1362 | joint_motion->mJointName = joint_name; | 1362 | joint_motion->mJointName = joint_name; |