axmol/cocos/platform/ios
igorzel 40a6789765 Fixed integer overflow in Device::getTextureDataForText (in CCDevice-ios.mm)
There was the problem when “height” and “width” were typecast to short
integer. So for values more than sizeof(short) we had integer overflow.

Steps to reproduce:
Create simple application with EditBox. Start it. Add 1000 (just
example) characters at a time to the EditBox. Method
Device::getTextureDataForText will be called and there will be integer
overflow for “height” and “width”. As a result application will crash
later.
2015-09-22 13:25:43 +03:00
..
CCApplication-ios.h Replace tab with spaces 2015-08-14 21:17:51 +08:00
CCApplication-ios.mm Refine setAnimationInterval from double to float. 2015-07-06 14:57:42 +08:00
CCCommon-ios.mm Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
CCDevice-ios.mm Fixed integer overflow in Device::getTextureDataForText (in CCDevice-ios.mm) 2015-09-22 13:25:43 +03:00
CCDirectorCaller-ios.h Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
CCDirectorCaller-ios.mm Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
CCEAGLView-ios.h Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
CCEAGLView-ios.mm add iOS EditBox multiline support 2015-09-15 13:52:39 +08:00
CCES2Renderer-ios.h Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
CCES2Renderer-ios.m Replace tab with spaces 2015-08-14 21:17:51 +08:00
CCESRenderer-ios.h Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
CCGL-ios.h Replace tab with spaces 2015-08-14 21:17:51 +08:00
CCGLViewImpl-ios.h compiles on Xcode 7 2015-07-06 16:30:29 -07:00
CCGLViewImpl-ios.mm Fixed: #12645 iOS: depth/stencil buffers attributes are ignored 2015-07-02 12:07:24 +03:00
CCImage-ios.mm Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
CCPlatformDefine-ios.h Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
CCStdC-ios.h Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
OpenGL_Internal-ios.h Moved base/CCPlatform* -> platform/CCPlatform* 2014-09-09 17:17:07 -07:00
cocos2d-prefix.pch precompiled headers improvements for iOS & Mac 2014-09-23 23:19:25 +04:00