[openrtm-commit:02426] r2943 - branches/DEV_IQ_2016/OpenRTM-aist/src/lib/rtm

openrtm @ openrtm.org openrtm @ openrtm.org
2017年 2月 11日 (土) 11:07:36 JST


Author: n-ando
Date: 2017-02-11 11:07:36 +0900 (Sat, 11 Feb 2017)
New Revision: 2943

Modified:
   branches/DEV_IQ_2016/OpenRTM-aist/src/lib/rtm/CorbaPort.cpp
Log:
[compat,->DEV_IQ_2016] LDRA rule "Procedure contains UR data flow anomalies." has been made a countermeasured. refs #3909

Modified: branches/DEV_IQ_2016/OpenRTM-aist/src/lib/rtm/CorbaPort.cpp
===================================================================
--- branches/DEV_IQ_2016/OpenRTM-aist/src/lib/rtm/CorbaPort.cpp	2017-02-11 02:07:00 UTC (rev 2942)
+++ branches/DEV_IQ_2016/OpenRTM-aist/src/lib/rtm/CorbaPort.cpp	2017-02-11 02:07:36 UTC (rev 2943)
@@ -382,7 +382,7 @@
         RTC_WARN(("Cannot extract Provider IOR string"));
         return false;
       }
-    iorstr = ior;
+    iorstr = std::string(ior);
     RTC_DEBUG(("interface matched with new descriptor: %s", newdesc.c_str()));
     return true;
   }



More information about the openrtm-commit mailing list