fix the potential memory corruption 82/163582/2
authorBoram Park <boram1288.park@samsung.com>
Tue, 12 Dec 2017 07:17:32 +0000 (16:17 +0900)
committerBoram Park <boram1288.park@samsung.com>
Tue, 12 Dec 2017 23:20:17 +0000 (08:20 +0900)
commit11785c5e414c05167dbca2561626b23bafb10ee1
tree45aaf6540f6627891209d29db71c97fb8d1087a5
parent8c431996389b0f544cf01a7b8fa487d5480219e7
fix the potential memory corruption

Changing the initted address of a variable in the middle of a function running
is very dangerous. If it happens suddenly, it could make unexpected result and
must be hard to debug.

Change-Id: I55a489d490876ec2992b7949da8e2596f91644b6
src/tbm_bufmgr_vc4.c