Bug 86438

Summary: dhcp_lease_save() writes routes incorrectly
Product: systemd Reporter: Dan Winship <danw>
Component: generalAssignee: Tom Gundersen <teg>
Status: RESOLVED FIXED QA Contact: systemd-bugs
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments: fix

Description Dan Winship 2014-11-18 14:09:11 UTC
Created attachment 109673 [details]
fix

libsystemd-network: fix writing of routes in dhcp lease file

inet_ntoa() uses a static buffer, so you can't call it twice in the
same fprintf() call.
Comment 1 Tom Gundersen 2014-12-09 08:29:12 UTC
Applied. Thanks!

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.