summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJordan GALBY <jordan.galby@cea.fr>2023-10-26 12:11:42 +0200
committerBernhard Kaindl <bernhardkaindl7@gmail.com>2024-08-07 13:34:07 +0200
commit3ae3bfd997f4113b897ad997d33849ccee7ebc5f (patch)
treee9e602abce9cd9ed9291fe8e70bb999957090fb2 /README.md
parent5f3f968a1f523e77610370e81893488eccd7b60c (diff)
downloadspack-3ae3bfd997f4113b897ad997d33849ccee7ebc5f.tar.gz
spack-3ae3bfd997f4113b897ad997d33849ccee7ebc5f.tar.bz2
spack-3ae3bfd997f4113b897ad997d33849ccee7ebc5f.tar.xz
spack-3ae3bfd997f4113b897ad997d33849ccee7ebc5f.zip
audit-userspace: Add 3.1.2
Fixes build errors on almalinux 8 gcc 8.5.0: ```txt 1352 audit_wrap.c: In function '_wrap_audit_rule_data_buf_set': >> 1353 audit_wrap.c:5010:17: error: cast specifies array type 1354 arg1->buf = (char [])(char *)memcpy(malloc((size)*sizeof(char)), (const char *)(arg2), sizeof(char)*(size)); 1355 ^ >> 1356 audit_wrap.c:5010:15: error: invalid use of flexible array member 1357 arg1->buf = (char [])(char *)memcpy(malloc((size)*sizeof(char)), (const char *)(arg2), sizeof(char)*(size)); 1358 ^ >> 1359 audit_wrap.c:5012:15: error: invalid use of flexible array member 1360 arg1->buf = 0; 1361 ^ ```
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions