Files
buildroot/package
Fabrice Fontaine b4f2cd9a2c package/linux-pam: fix musl build
Fix the following musl build failure raised since bump to version 1.6.0
in commit 7794fa4c4e:

pam_namespace.c: In function 'process_line':
pam_namespace.c:649:41: error: 'SIZE_MAX' undeclared (first use in this function)
  649 |         if (count > UINT_MAX || count > SIZE_MAX / sizeof(uid_t)) {
      |                                         ^~~~~~~~
pam_namespace.c:41:1: note: 'SIZE_MAX' is defined in header '<stdint.h>'; did you forget to '#include <stdint.h>'?
   40 | #include "argv_parse.h"
  +++ |+#include <stdint.h>
   41 |

Fixes:
 - http://autobuild.buildroot.org/results/f07360f33010a2cf19aace266faae14a834bd9a4

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2024-02-07 00:01:20 +01:00
..
2024-02-06 21:50:36 +01:00
2024-01-13 22:14:06 +01:00
2024-01-14 23:08:31 +01:00
2024-01-23 22:11:47 +01:00
2024-02-05 15:49:40 +01:00
2024-01-26 17:06:26 +01:00
2024-02-05 22:24:21 +01:00
2024-02-06 09:16:41 +01:00
2024-01-06 10:52:03 +01:00
2024-01-23 22:11:55 +01:00
2023-12-29 22:14:15 +01:00
2024-01-04 22:27:57 +01:00
2024-01-13 22:06:15 +01:00
2024-01-04 22:27:57 +01:00
2024-02-05 12:13:17 +01:00
2024-01-02 21:05:58 +01:00
2024-02-06 14:48:36 +01:00
2024-02-06 23:29:14 +01:00
2024-01-25 22:18:52 +01:00
2024-01-05 13:50:02 +01:00
2024-01-05 13:49:57 +01:00
2024-01-30 22:56:49 +01:00
2023-12-29 21:56:06 +01:00
2024-02-06 09:12:31 +01:00
2024-01-14 12:11:38 +01:00
2024-02-01 11:59:22 +01:00
2024-02-03 11:07:45 +01:00
2024-02-03 11:06:08 +01:00
2024-01-01 21:33:10 +01:00
2024-01-01 21:33:52 +01:00
2023-12-29 22:14:08 +01:00
2024-01-01 22:05:34 +01:00
2023-12-29 22:14:16 +01:00
2024-02-04 22:13:06 +01:00
2024-01-02 21:09:23 +01:00
2024-01-02 21:10:28 +01:00
2024-01-25 22:21:40 +01:00
2024-01-05 13:51:06 +01:00
2024-01-04 22:35:38 +01:00
2024-02-06 09:56:21 +01:00
2023-12-20 23:08:25 +01:00
2024-01-04 22:23:22 +01:00
2023-12-30 18:51:20 +01:00
2024-01-25 22:19:12 +01:00
2023-12-25 21:44:11 +01:00
2024-02-04 22:13:19 +01:00
2024-01-30 09:26:27 +01:00
2024-01-21 00:10:15 +01:00