mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
This fixes several security vulnerabilities and unexpires the port because it moves to Python 3. PR: 241347 Submitted by: lukas.slebodnik@intrak.sk (initial patch) MFH: 2020Q4 Security: CVE-2018-16838 Security: CVE-2019-3811
12 lines
322 B
C
12 lines
322 B
C
diff --git src/tests/cmocka/test_authtok.c src/tests/cmocka/test_authtok.c
|
|
index 9422f96bc..8492e186a 100644
|
|
--- src/tests/cmocka/test_authtok.c
|
|
+++ src/tests/cmocka/test_authtok.c
|
|
@@ -28,6 +28,7 @@
|
|
#include "tests/cmocka/common_mock.h"
|
|
|
|
#include "util/authtok.h"
|
|
+#include "util/sss_endian.h"
|
|
|
|
|
|
struct test_state {
|