Fix SDL configuration file path Valgrind errors 63/6563/1
authorTimo Tietavainen <timo.tietavainen@nokia.com>
Thu, 5 Aug 2021 08:43:45 +0000 (11:43 +0300)
committerTimo Tietavainen <timo.tietavainen@nokia.com>
Thu, 5 Aug 2021 08:43:45 +0000 (11:43 +0300)
commit6e77ef4f748bdfa40505fc11c0a190e7a40fdb46
tree02c5ccde323eab973c23050f5070d281af0f8265
parent2a5eacb98767390d52a14c272318912160d3fec6
Fix SDL configuration file path Valgrind errors

Fix Valgrind 'conditional jump or move depends on uninitialized value'
errors what are related to boost::filesystem::directory_iterator by
replacing the boost based implementation with standard C 'opendir()'
and 'readdir()' implementation.

Issue-ID: RIC-226

Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
Change-Id: I011dabaab6dcf602ff16e21e778dcbd12c1a9819
src/configurationpaths.cpp