No functional change. If the sbni driver supported 64-bit big-endian
system, this would be an ABI changes, but it is i386-only. The old version
also leaked a word of stack on 64-bit systems.
This eliminates the only assignment to ifr_data.
Differential D14874
Copy flags over ifr_union directly rather than via casts through ifr_data. brooks on Mar 27 2018, 7:04 PM. Authored by Tags None Referenced Files
Subscribers
Details No functional change. If the sbni driver supported 64-bit big-endian This eliminates the only assignment to ifr_data.
Diff Detail
Event TimelineComment Actions An alternative approach might be to add an char ifru_bytes[sizeof(struct sockaddr)] to ifreq's union and target that.
|