aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2019-02-08 15:23:07 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2019-02-08 15:23:07 +0100
commit3c8487c6b57c70e6b352a5cce63e735f38b460cf (patch)
tree8c60bc06f36880d7697e1b28c4c6db0bcdc79fc3
parent59abc08de3d6e3f225c840f0b460bee084cce62d (diff)
af-binder: Fix concurrent memory issues
This changes takes care to increment the the count of reference before using it. Bug-AGL: SPEC-2163 Change-Id: I598b15bcd7c5cfde632f60bc63a4181e3e82307e Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r--meta-app-framework/recipes-core/af-binder/af-binder_git.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-app-framework/recipes-core/af-binder/af-binder_git.inc b/meta-app-framework/recipes-core/af-binder/af-binder_git.inc
index 2dcb1ee64..05510eda7 100644
--- a/meta-app-framework/recipes-core/af-binder/af-binder_git.inc
+++ b/meta-app-framework/recipes-core/af-binder/af-binder_git.inc
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/app-framework-binder;protocol=https;branch=${AGL_BRANCH}"
-SRCREV = "8b58a16a65f618fa0ca4f7707badc55649bc7f12"
+SRCREV = "0e5cddffc8222d504ef1fcc9a75581688fc48928"
PV = "${AGL_BRANCH}+git${SRCPV}"
S = "${WORKDIR}/git"