From: José Bollo Date: Fri, 8 Feb 2019 14:23:07 +0000 (+0100) Subject: af-binder: Fix concurrent memory issues X-Git-Tag: 7.0.0~1 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F07%2F20007%2F1;p=AGL%2Fmeta-agl.git 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 --- 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"