зеркало из https://github.com/mozilla/pjs.git
Use PL_strncpyz in DR_FrameTypeInfo. (Bug 639220) r=dbaron
This commit is contained in:
Родитель
d74b2e259e
Коммит
475a8b3e57
|
@ -7601,8 +7601,8 @@ DR_FrameTypeInfo::DR_FrameTypeInfo(nsIAtom* aFrameType,
|
|||
const char* aFrameName)
|
||||
{
|
||||
mType = aFrameType;
|
||||
strcpy(mNameAbbrev, aFrameNameAbbrev);
|
||||
strcpy(mName, aFrameName);
|
||||
PL_strncpyz(mNameAbbrev, aFrameNameAbbrev, sizeof(mNameAbbrev));
|
||||
PL_strncpyz(mName, aFrameName, sizeof(mName));
|
||||
}
|
||||
|
||||
struct DR_FrameTreeNode
|
||||
|
|
Загрузка…
Ссылка в новой задаче