From 943b23134422a19c7b1023c177fe53e631379201 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Sat, 10 Jan 2015 11:46:56 -0500 Subject: [PATCH] future todo. --- ListRez.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ListRez.c b/ListRez.c index 20ef638..af95e55 100644 --- a/ListRez.c +++ b/ListRez.c @@ -199,6 +199,8 @@ int onefile(const char *file) uint8_t *refPtr; + // todo -- should verify typListPtr, refPtr, namePtr are within the map. + memcpy(&typeList, typeListPtr, sizeof(typeList)); tc = TypeCode(typeList.ResourceType);