]> code.ossystems Code Review - openembedded-core.git/commit
perl: Fix setgroup call regression from 5.30
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 14 Jun 2019 07:44:15 +0000 (08:44 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 14 Jun 2019 21:48:24 +0000 (22:48 +0100)
commitc1c4907f0e548564e6744fef1cb93c74bd330c55
treecbe61c93b62941d8a8a13304e7fe5490017aa74f
parent1da43a558ffd5040a1b5aaebfc1c5118f5e59c01
perl: Fix setgroup call regression from 5.30

The upgrade from 5.28 to 5.30 caused acl's ptests to fail. The issue is
that the new function changes the endptr to the end of the scanned number
and this now needs to be reset to the end of the string for each iteration
of the loop.

[YOCTO #13391]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/perl-sanity/files/fix-setgroup.patch [new file with mode: 0644]
meta/recipes-devtools/perl-sanity/perl_5.30.0.bb