Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/linux
File: binfmts.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
[0] Fix | Delete
#ifndef _LINUX_BINFMTS_H
[1] Fix | Delete
#define _LINUX_BINFMTS_H
[2] Fix | Delete
[3] Fix | Delete
#include <linux/capability.h>
[4] Fix | Delete
[5] Fix | Delete
struct pt_regs;
[6] Fix | Delete
[7] Fix | Delete
/*
[8] Fix | Delete
* These are the maximum length and maximum number of strings passed to the
[9] Fix | Delete
* execve() system call. MAX_ARG_STRLEN is essentially random but serves to
[10] Fix | Delete
* prevent the kernel from being unduly impacted by misaddressed pointers.
[11] Fix | Delete
* MAX_ARG_STRINGS is chosen to fit in a signed 32-bit integer.
[12] Fix | Delete
*/
[13] Fix | Delete
#define MAX_ARG_STRLEN (PAGE_SIZE * 32)
[14] Fix | Delete
#define MAX_ARG_STRINGS 0x7FFFFFFF
[15] Fix | Delete
[16] Fix | Delete
/* sizeof(linux_binprm->buf) */
[17] Fix | Delete
#define BINPRM_BUF_SIZE 256
[18] Fix | Delete
[19] Fix | Delete
#endif /* _LINUX_BINFMTS_H */
[20] Fix | Delete
[21] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function