Files
hammer/recipes/nlattr-fix.patch
T
sergio 8d37d4576f base-system-2: promover 7 tier-2 a canónicas + repo firmado
shadow (useradd/passwd), kbd (loadkeys/setfont), procps-ng (ps/top/free), pciutils (lspci),
lsof, strace, mandoc (man) → recipes/ canónicas + índice firmado. usbutils (falta libusb) y
gnupg (falta libassuan/libksba/npth) quedan staged/bloqueados; foot diferido (Wayland).
Segunda tanda del userland foundational: usuarios + teclado + proceso + hardware + docs + debug.
2026-07-10 23:51:48 -04:00

22 lines
499 B
Diff

--- strace-4.18/tests/nlattr.c.old 2017-07-05 07:08:09.000000000 +0000
+++ strace-4.18/tests/nlattr.c 2017-08-17 00:25:26.734218699 +0000
@@ -61,7 +61,7 @@
};
struct msg *msg;
struct nlattr *nla;
- unsigned int msg_len;
+ uint32_t msg_len;
long rc;
/* fetch fail: len < sizeof(struct nlattr) */
@@ -259,7 +259,7 @@
};
struct msg *msg;
struct nlattr *nla;
- unsigned int msg_len;
+ uint32_t msg_len;
long rc;
msg_len = NLMSG_SPACE(sizeof(msg->udm)) + sizeof(*nla);