Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a1b55313 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mm: zcache: fix use after free in zcache_store_page"

parents 4607ac7b d513e54a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -703,6 +703,7 @@ zero:
		zcache_store_failed++;
		if (!zero)
			zbud_free(zpool->pool, zaddr);
		return;
	}

	/* update stats */