Bug 118481
Summary: | don't extern strlcpy if __USE_MISC defined | ||
---|---|---|---|
Product: | Tools | Reporter: | Konstantin A. Lepikhov (lakostis) |
Component: | Other | Assignee: | Tools.Other (tools_other) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | evg, lav, m.novosyolov |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 4.12 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | Possible fix |
Description
Konstantin A. Lepikhov
2016-05-19 09:09:46 UTC
Another iteration for strlcpy inclusion - https://sourceware.org/ml/libc-alpha/2016-05/msg00369.html Commit 6c4798d3f08b81c2c52936b10e0fa872590c96ae "tools lib: Fix builds when glibc contains strlcpy()" reports to have fix fixed this bug. https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=6c4798d3f08b81c2c52936b10e0fa872590c96ae "Resolves: https://bugzilla.kernel.org/show_bug.cgi?id=118481" Why is this bug still openned? (In reply to Mikhail Novosyolov from comment #2) > Commit 6c4798d3f08b81c2c52936b10e0fa872590c96ae "tools lib: Fix builds when > glibc contains strlcpy()" reports to have fix fixed this bug. > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/ > ?id=6c4798d3f08b81c2c52936b10e0fa872590c96ae > > "Resolves: https://bugzilla.kernel.org/show_bug.cgi?id=118481" > > Why is this bug still openned? Because nobody asked to close, right? |