Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F167858820
D57474.id179401.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
552 B
Referenced Files
None
Subscribers
None
D57474.id179401.diff
View Options
Index: sys/netlink/netlink_io.c
===================================================================
--- sys/netlink/netlink_io.c
+++ sys/netlink/netlink_io.c
@@ -345,9 +345,11 @@
};
for (; nb->offset + sizeof(struct nlmsghdr) <= nb->datalen;) {
+ u_int msglen;
+
hdr = (struct nlmsghdr *)&nb->data[nb->offset];
/* Save length prior to calling handler */
- int msglen = NLMSG_ALIGN(hdr->nlmsg_len);
+ msglen = NLMSG_ALIGN(hdr->nlmsg_len);
NL_LOG(LOG_DEBUG3, "parsing offset %d/%d",
nb->offset, nb->datalen);
npt_clear(&npt);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Aug 26, 1:30 AM (16 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37261086
Default Alt Text
D57474.id179401.diff (552 B)
Attached To
Mode
D57474: netlink: Use unsigned type in nl_process_nbuf
Attached
Detach File
Event Timeline
Log In to Comment