mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Engine was also using raw strcat/strcpy
This commit is contained in:
parent
e6e97e660c
commit
dce7f5f6b3
4 changed files with 6 additions and 6 deletions
|
|
@ -523,7 +523,7 @@ next:
|
|||
tblPkgID[j] = apicID & PackageIDMask;
|
||||
sprintf(tmp," AffinityMask = %d; Initial APIC = %d; Physical ID = %d, Core ID = %d, SMT ID = %d\n",
|
||||
dwAffinityMask, apicID, tblPkgID[j], tblCoreID[j], tblSMTID[j]);
|
||||
strcat(g_s3Levels, tmp);
|
||||
dStrcat(g_s3Levels, tmp, 2048);
|
||||
|
||||
numLPEnabled ++; // Number of available logical processors in the system.
|
||||
|
||||
|
|
@ -654,4 +654,4 @@ next:
|
|||
} // namespace CPUInfo
|
||||
#endif
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue