You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
fix accessing the array dexBuffer, jsonBuffer out of bounds
This commit is contained in:
@@ -244,9 +244,6 @@ static void companion(int fd) {
|
||||
fclose(json);
|
||||
}
|
||||
|
||||
dexBuffer[dexSize] = 0;
|
||||
jsonBuffer[jsonSize] = 0;
|
||||
|
||||
write(fd, &dexSize, sizeof(long));
|
||||
write(fd, dexBuffer, dexSize);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user