Skip to content

Commit

Permalink
fix(exploit): idk why action return exit 1 but for pass
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty-theori committed Aug 21, 2024
1 parent 5e8899b commit 5d01052
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@

#include <arpa/inet.h>

#include <libmnl/libmnl.h>

#include "modules/pipe.h"
#include "modules/xattr.h"
#include "modules/helper.h"
Expand All @@ -51,7 +49,7 @@

#define MTYPE_PRIMARY 0x41

#define CC_OVERFLOW_FACTOR 2
#define CC_OVERFLOW_FACTOR 1
#define OBJS_PER_SLAB 16
#define CPU_PARTIAL (24 * 6)
#define OBJS_FRONT 48
Expand Down

0 comments on commit 5d01052

Please sign in to comment.