Lagrange [release]

Embed: Ensure data blocks are null-terminated

a06c90827f71a8e8ec1c911c0a951e88824f4135
diff --git a/res/Embed.cmake b/res/Embed.cmake
index 3b65b36c..d9f84ed5 100644
--- a/res/Embed.cmake
+++ b/res/Embed.cmake
@@ -158,6 +158,7 @@ iBool load_Embed(const char *path) {
                 return iFalse;
             }
             init_Block(data, chunk->size);
+            fill_Block(data, 0);
             seek_File(f, chunk->pos);
             readData_File(f, chunk->size, data_Block(data));
         }