diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2017-11-03 16:16:10 +1300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-05 22:32:37 +0000 |
commit | 73c6f85457361cd82d44838946aa81ba9bd1662a (patch) | |
tree | 213f066af698dd760cb6164577490bcdd3d66008 /README.LSB | |
parent | 8018a2349b7ad5ab27731c93a49603adf5f72fc2 (diff) | |
download | openembedded-core-73c6f85457361cd82d44838946aa81ba9bd1662a.tar.gz openembedded-core-73c6f85457361cd82d44838946aa81ba9bd1662a.tar.bz2 openembedded-core-73c6f85457361cd82d44838946aa81ba9bd1662a.zip |
lib/oe/sstatesig: fix wildcard matching wrong task signature files
With a '*' as a wildcard for the signature here we can also match a
portion of the task name with the result that we may match a sigdata
file for the wrong task. Luckily the signature is always the same
length - 32 characters - so we can simply use 32 '?' characters instead.
(A regex would have been another alternative, but the wildcard should be
effective and I felt like a regex would complicate the code more than
this solution).
Fixes [YOCTO #11763].
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'README.LSB')
0 files changed, 0 insertions, 0 deletions