summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/output/device/1736376
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/device/1736376')
-rw-r--r--results/classifier/deepseek-2-tmp/output/device/173637611
1 files changed, 0 insertions, 11 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/device/1736376 b/results/classifier/deepseek-2-tmp/output/device/1736376
deleted file mode 100644
index 0e626a2d4..000000000
--- a/results/classifier/deepseek-2-tmp/output/device/1736376
+++ /dev/null
@@ -1,11 +0,0 @@
-
-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