안 병학 / GMMP

Fork of GMMP by SKTelecom_ThingPlug

Files at this revision

API Documentation at this revision

Comitter:
lesmin
Date:
Wed Aug 12 08:58:26 2015 +0000
Parent:
2:873c169fba78
Child:
5:bb6c1ee1d5f0
Commit message:
GMMP InitMemory patched

Changed in this revision

GMMP.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/GMMP.cpp	Sat Jul 25 02:06:45 2015 +0000
+++ b/GMMP.cpp	Wed Aug 12 08:58:26 2015 +0000
@@ -483,7 +483,7 @@
 
 void InitMemory()
 {
-	memset(g_szDomainCode, 0 , sizeof(g_szAuthID));
+	memset(g_szDomainCode, 0 , sizeof(g_szDomainCode)); //patch
 	memset(g_szAuthID, 0 , sizeof(g_szAuthID));
 	memset(g_szAuthKey, 0 , sizeof(g_szAuthKey));
 	memset(g_szGWID, 0 , sizeof(g_szGWID));