mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 06:30:29 -04:00
Resolves CVE-2019-12838 Add NOT_FOR_ARCHS since upstream has deprecated 32-bit architectures
12 lines
347 B
C
12 lines
347 B
C
--- src/common/slurm_xlator.h.orig 2019-05-28 17:23:14 UTC
|
|
+++ src/common/slurm_xlator.h
|
|
@@ -300,7 +300,9 @@
|
|
* The header file used only for #define values. */
|
|
|
|
/* strlcpy.[ch] functions */
|
|
+#if (!HAVE_STRLCPY) // Match this to src/common/strlcpy.c
|
|
#define strlcpy slurm_strlcpy
|
|
+#endif
|
|
|
|
/* switch.[ch] functions
|
|
* None exported today.
|