[systemd-devel] [PATCH] Fixed incorrect type for MTU

dmoneil2 david.m.oneill at intel.com
Thu May 21 03:54:30 PDT 2015


The parser uses size_t for MTU however the structure is defined with unsigned int 
as the target type resulting in a value corruption for the next field of the structure.

dmoneil2 (1):
  Fixed issue with corruption of speed value when setting on x64
    systems.

 src/udev/net/link-config.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.8.2



More information about the systemd-devel mailing list