Fixed the wrong base addr being used (#267) accepted/tizen/unified/20200812.143852 submit/tizen/20200812.015836
author조웅석/Common Platform Lab(SR)/Principal Engineer/삼성전자 <ws77.cho@samsung.com>
Wed, 12 Aug 2020 01:51:59 +0000 (10:51 +0900)
committer이형주/Common Platform Lab(SR)/Staff Engineer/삼성전자 <leee.lee@samsung.com>
Wed, 12 Aug 2020 01:51:59 +0000 (10:51 +0900)
commita0107bade2f0ec6797c61f646213bbe8081c1787
tree56c1e3cad670c6e4aaffb1faac52b6dd59266aaf
parentd64e1c5574384191b7b93729dcb5c0df031ae223
Fixed the wrong base addr being used (#267)

A pointer of a temporally created string object is put into a vector in
the "if" statement. So, wrong value is set for /BaseAddress option.
NativeLauncher/tool/ni_common.cc