Comment #8 on issue 26101 by [email protected]: Add service side indice and pointer validation http://code.google.com/p/chromium/issues/detail?id=26101
I did the easy half of this CL which is the GLES2Decoder now validates Vertex Attrib Pointers are valid or disabled and that if valid the will not access anything that is out of range. All that needs to be added to is a method to get the range that will be accessed for glDrawElements. This method will need to scan the indices, hopefully caching the result, and return the highest index for the given count. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs
