af-binder: Fix concurrent memory issues 07/20007/1
authorJosé Bollo <jose.bollo@iot.bzh>
Fri, 8 Feb 2019 14:23:07 +0000 (15:23 +0100)
committerJosé Bollo <jose.bollo@iot.bzh>
Fri, 8 Feb 2019 14:23:07 +0000 (15:23 +0100)
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>
meta-app-framework/recipes-core/af-binder/af-binder_git.inc

index 2dcb1ee..05510ed 100644 (file)
@@ -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"