Bug 349526: BeOS crashes at startup due to mState buffer overrun, p=tqh <thesuckiestemail@yahoo.se>, r+sr=vlad
git-svn-id: svn://10.0.0.236/trunk@219037 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -59,7 +59,7 @@ protected:
|
||||
|
||||
PRLock* mLock;
|
||||
#if !defined(XP_WIN) && !defined(XP_MACOSX)
|
||||
char mState[32];
|
||||
char mState[128];
|
||||
char *mSavedState;
|
||||
PRUint8 mRBytes;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user