diff options
author | 2019-11-11 10:32:22 +0000 | |
---|---|---|
committer | 2019-11-11 11:20:30 +0000 | |
commit | 0f4eecc000f66d114ad258fa31aed66afa292166 (patch) | |
tree | 4087f09de4a173f38ea2537488ae67722012ad3c /recipes-devtools/dosfstools/dosfstools_2.11.bb | |
parent | 9ca96786fd851150b518388bcb166efa0b4dfff9 (diff) | |
download | meta-gplv2-zeus.tar.gz meta-gplv2-zeus.tar.bz2 meta-gplv2-zeus.zip |
dosfstools: fix out of bound writeszeus-22.0.4zeus-22.0.3zeus-22.0.2zeus-22.0.1yocto-3.0.4yocto-3.0.3yocto-3.0.2yocto-3.0.1zeus
Fix write issues where sprintf writes across both name and ext fields
and drops the final null ternimator outside the struct
Signed-off-by: AJ Bagwell <anthony.bagwell@hivehome.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'recipes-devtools/dosfstools/dosfstools_2.11.bb')
-rw-r--r-- | recipes-devtools/dosfstools/dosfstools_2.11.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/dosfstools/dosfstools_2.11.bb b/recipes-devtools/dosfstools/dosfstools_2.11.bb index dd543b1..37c2181 100644 --- a/recipes-devtools/dosfstools/dosfstools_2.11.bb +++ b/recipes-devtools/dosfstools/dosfstools_2.11.bb @@ -19,6 +19,7 @@ SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/${BPN}/${BP}.src.tar.gz/407d4 file://nofat32_autoselect.patch \ file://fix_populated_dosfs_creation.patch \ file://0001-Include-fcntl.h-for-getting-loff_t-definition.patch \ + file://fixing-out-of-bound-writes.patch \ " SRC_URI[md5sum] = "407d405ade410f7597d364ab5dc8c9f6" |