Jelajahi Sumber

deploy-ng: NULL terminate readlink() result in deploy-stub

Mitchell Stokes 7 tahun lalu
induk
melakukan
495ce50d84
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      pandatool/src/deploy-stub/deploy-stub.c

+ 1 - 0
pandatool/src/deploy-stub/deploy-stub.c

@@ -545,6 +545,7 @@ static void *map_blob(off_t offset, size_t size) {
     perror("readlink(/proc/self/exe)");
     return NULL;
   }
+  buffer[pathlen] = '\0';
   runtime = fopen(buffer, "rb");
 #endif