OSDN Git Service

Fix parsing of extension string
authorMichael Lentine <mlentine@google.com>
Tue, 28 Jul 2015 23:30:10 +0000 (16:30 -0700)
committerMichael Lentine <mlentine@google.com>
Fri, 31 Jul 2015 16:26:58 +0000 (09:26 -0700)
commite2fc6f87bea38ff3e4e6bd20ffe838b09b9f4411
tree718cc59499b34e90f5d3ea13e47b3b02450317b3
parent99426810e4828719be84a0f8c186161578512e93
Fix parsing of extension string

Previously the parsing found the next space and then added the the difference
between the current position and space to the set of tokens. This improperly
generated empty strings if there were consecutive spaces or if spaces existed at
the beginning or end of strings. To fix this, the parse is modified to use
simple stringstream parsing.

Bug: 22709246

Change-Id: I9e32c07bbf984eadccdadf1dc34437fa0c46088b
opengl/libs/EGL/egl_object.cpp