Fixes https://github.com/mono/mono/issues/21372 by changing index in dump_blob from int to guint32 This change is released under the MIT license.
@@ -150,7 +150,7 @@ dent (const char *label, MonoPEDirEntry de)
static void
dump_blob (const char *desc, const char* p, guint32 size)
{
- int i;
+ guint32 i;
printf ("%s", desc);
if (!p) {