Fix GLview gear test crash 86/78386/6
authorxuelian.bai <xuelian.bai@samsung.com>
Tue, 5 Jul 2016 17:07:29 +0000 (01:07 +0800)
committerxuelian.bai <xuelian.bai@samsung.com>
Wed, 6 Jul 2016 13:57:25 +0000 (21:57 +0800)
commitc97f356e004fa9dee573aadfa126f8b60458dcd4
tree12ee7c1ce8e40169ad3488e37ecd19a5887ea883
parent242529ddbfffa8ba5074bdf9ed755640016ede18
Fix GLview gear test crash

Crash is caused by
1. Limited temp string length
2. Uninitialized egl context.
GLview gear test created a new context
but never makecurrent it, that cause
crash in iterate.

Change-Id: I603268ebf50a7019e9c6cca4f772f776d773f159
Signed-off-by: xuelian.bai <xuelian.bai@samsung.com>
src/modules/fastpath/coregl_fastpath_gl.c