Skip to content

Commit dba49fa

Browse files
authored
Merge pull request #59 from stevetao74/master
fix: sym_lookup_proc crashed on Linux Kernel 6.2.0-23
2 parents 7570419 + 3cca832 commit dba49fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

component/parse_sym.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <stdbool.h>
55
#include <stdlib.h>
66

7-
#define MAX_SYM_LENGTH 128
7+
#define MAX_SYM_LENGTH 256
88
#define MAX_SYM_ADDR_LENGTH (MAX_SYM_LENGTH + 8)
99

1010
enum {

0 commit comments

Comments
 (0)