summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/dosfstools/dosfstools_2.11.bb
diff options
context:
space:
mode:
authorAJ Bagwell <anthony.bagwell@hivehome.com>2019-11-11 10:32:22 +0000
committerRoss Burton <ross.burton@intel.com>2019-11-11 11:20:30 +0000
commit0f4eecc000f66d114ad258fa31aed66afa292166 (patch)
tree4087f09de4a173f38ea2537488ae67722012ad3c /recipes-devtools/dosfstools/dosfstools_2.11.bb
parent9ca96786fd851150b518388bcb166efa0b4dfff9 (diff)
downloadmeta-gplv2-0f4eecc000f66d114ad258fa31aed66afa292166.tar.gz
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.bb1
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
19 file://nofat32_autoselect.patch \ 19 file://nofat32_autoselect.patch \
20 file://fix_populated_dosfs_creation.patch \ 20 file://fix_populated_dosfs_creation.patch \
21 file://0001-Include-fcntl.h-for-getting-loff_t-definition.patch \ 21 file://0001-Include-fcntl.h-for-getting-loff_t-definition.patch \
22 file://fixing-out-of-bound-writes.patch \
22" 23"
23 24
24SRC_URI[md5sum] = "407d405ade410f7597d364ab5dc8c9f6" 25SRC_URI[md5sum] = "407d405ade410f7597d364ab5dc8c9f6"