Projects
home:bitstreamout:Essentials
r8168
r8168-gcc14.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File r8168-gcc14.patch of Package r8168 (Revision 36)
Currently displaying revision
36
,
Show latest
--- src/r8168_n.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) --- src/r8168_n.c +++ src/r8168_n.c 2024-03-13 12:25:52.886342182 +0000 @@ -6312,7 +6312,7 @@ rtl8168_get_drvinfo(struct net_device *d info->eedump_len = tp->eeprom_len; BUILD_BUG_ON(sizeof(info->fw_version) < sizeof(rtl_fw->version)); if (rtl_fw) - strlcpy(info->fw_version, rtl_fw->version, + strscpy(info->fw_version, rtl_fw->version, sizeof(info->fw_version)); } @@ -28103,7 +28103,8 @@ rtl8168_link_timer(struct timer_list *t) } */ -int rtl8168_enable_msix(struct rtl8168_private *tp) +static int +rtl8168_enable_msix(struct rtl8168_private *tp) { int i, nvecs = 0; struct msix_entry msix_ent[R8168_MAX_MSIX_VEC];
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.