зеркало из 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)
|
const char* aFrameName)
|
||||||
{
|
{
|
||||||
mType = aFrameType;
|
mType = aFrameType;
|
||||||
strcpy(mNameAbbrev, aFrameNameAbbrev);
|
PL_strncpyz(mNameAbbrev, aFrameNameAbbrev, sizeof(mNameAbbrev));
|
||||||
strcpy(mName, aFrameName);
|
PL_strncpyz(mName, aFrameName, sizeof(mName));
|
||||||
}
|
}
|
||||||
|
|
||||||
struct DR_FrameTreeNode
|
struct DR_FrameTreeNode
|
||||||
|
|
Загрузка…
Ссылка в новой задаче