Summary: | dhcp_lease_save() writes routes incorrectly | ||
---|---|---|---|
Product: | systemd | Reporter: | Dan Winship <danw> |
Component: | general | Assignee: | 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 |
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.
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.