summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIngo Huerner <ingo_huerner@mentor.com>2017-02-10 09:41:13 +0100
committerIngo Huerner <ingo_huerner@mentor.com>2017-02-10 09:41:13 +0100
commit0817d5a68726e3afc63a6696062027c467af419f (patch)
tree7d2d4ae68c12571d60082ddded3d3bc8c20b51c1 /configure.ac
parentb433f9686017ac0e9009957034100759b7f0aa6d (diff)
downloadpersistence-client-library-0817d5a68726e3afc63a6696062027c467af419f.tar.gz
Fixed a array out of bounds access (results in mutex deadlock).
Improved mutex handling. Removed valgrind warning GENIVI JIRA issue PCL-3. Delete remaining semaphores and shared memory in case of app crash.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 14d058b..7747d0f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -207,6 +207,7 @@ AC_CONFIG_FILES([Makefile
persistence_client_library.pc
config/pclCustomLibConfigFile.cfg
config/pclCustomLibConfigFileEmpty.cfg
+ config/pclCustomLibConfigFileWrongDefault.cfg
src/Makefile
tools/Makefile
test/Makefile])