Commit 44885a39 authored by Wayne Davison's avatar Wayne Davison

Added link_dest_used unsigned short to struct hlink and made the

other values explicitly 32-bit so that the total size can't be
larger than the other struct we're in a union with.
parent dfe1ed5e
......@@ -498,8 +498,9 @@ struct idev {
#define HL_SKIP 1
struct hlink {
int next;
int hlindex;
int32 next;
int32 hlindex;
unsigned short link_dest_used;
};
#define F_DEV link_u.idev->dev
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment