diff options
author | André Draszik <andre.draszik@jci.com> | 2019-01-16 12:51:11 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-02 11:05:59 +0000 |
commit | ccae89188966c9162782c6eb3ede9572c3683c5c (patch) | |
tree | 5c5f7b5e97012f9b8de71a44306ab0cec200d6ec /bitbake/lib/bb/parse/parse_py/ConfHandler.py | |
parent | 8b0640c4aea2f012bd2204f324f1993959303a7e (diff) | |
download | poky-ccae89188966c9162782c6eb3ede9572c3683c5c.tar.gz |
util-linux: remove erroneous patch (qsort_r)
The patch in question is patching the code to use
qsort() instead of qsort_r(), without adopting the
compare function. This is a major issue, because
the compare function as written is evaluating /
accessing a third argument, which is not passed
with this OE patch, causing access to random
memory.
Given this patch was added so as to support (old)
linux (host) distros which might not provide
qsort_r(), according to the git history, and given
these days util-linux detects availability of
qsort_r() during configure phase, and given musl
builds (which doesn't provide qsort_r() either)
work without problem, the right solution is to
simply drop this invalid patch.
Do so.
(From OE-Core rev: a85f93b4265a20b269085d12326e32915c561e62)
Signed-off-by: André Draszik <andre.draszik@jci.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/parse/parse_py/ConfHandler.py')
0 files changed, 0 insertions, 0 deletions