robotology / yarp

YARP - Yet Another Robot Platform
http://www.yarp.it
Other
527 stars 195 forks source link

fixed dangling pointer using std::string #3112

Closed randaz81 closed 2 months ago

randaz81 commented 5 months ago

Fix for: https://github.com/robotology/yarp/issues/3105 I'm aware that std::string is not a plain char*. ..but do we need to stick to this oooooold '99 style in libyarpmanager? I think not.
BTW, strings are used elsewhere in the same lib.

update-docs[bot] commented 5 months ago

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would update the release notes by adding a file in doc/release/<target_branch>, based on your changes.

sonarcloud[bot] commented 2 months ago

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)
29.0% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud