summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1736376
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/launchpad-without-comments/1736376')
-rw-r--r--results/scraper/launchpad-without-comments/173637610
1 files changed, 10 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1736376 b/results/scraper/launchpad-without-comments/1736376
new file mode 100644
index 000000000..7765a0666
--- /dev/null
+++ b/results/scraper/launchpad-without-comments/1736376
@@ -0,0 +1,10 @@
+CVE-2017-7471 repeated?
+
+In the hw/9pfs/9p-proxy.c file I can see the following which is changed because of CVE-2017-7471 in the hw/9pfs/9p-local.c. I might be wrong but I guess that should be changed as well. 
+
+if(dir_path){
+v9fs_path_sprintf(target,"%s/%s",dir_path->data,name);
+}
+else{
+v9fs_path_sprintf(target,"%s",name);
+}
\ No newline at end of file