Skip to content

Commit 86e3043

Browse files
committed
disable AVX2 for memcpy/memcmp/bzero temporarily to avoid userspace segfault
1 parent 95d8481 commit 86e3043

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
*/
2020
#include <linux/module.h>
2121
#include <linux/string.h>
22+
#undef AVX2
2223

2324
MODULE_AUTHOR("Tempesta Technologies, INC");
2425
MODULE_VERSION("0.1.1");

0 commit comments

Comments
 (0)