ecore_evas: remove unreachable code 50/88650/4
authorSungtaek Hong <sth253.hong@samsung.com>
Tue, 20 Sep 2016 06:27:47 +0000 (15:27 +0900)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Tue, 20 Sep 2016 12:05:45 +0000 (05:05 -0700)
@tizen_fix

Change-Id: I85ab36a533b4cf80227a3a333ab1e45db103261e
Signed-off-by: Sungtaek Hong <sth253.hong@samsung.com>
src/modules/ecore_evas/engines/extn/ecore_evas_extn_buf.c

index 692a024..31f3e14 100644 (file)
@@ -70,7 +70,10 @@ _extnbuf_new(const char *base, int id, Eina_Bool sys, int num,
    if (b->addr == MAP_FAILED) goto err;
    return b;
 err:
+   /* TIZEN ONLY (20160920): security issue. To access any application, it needs smack rule.
    if (tmp) eina_tmpstr_del(tmp);
+    */
+   /*   END   */
    _extnbuf_free(b);
    return NULL;
 }