summary refs log tree commit diff stats
path: root/results/classifier/accel-gemma3:12b/kvm/1736376
blob: 0e626a2d4ddec1e779f69b629e10f13eb8988bab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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);
}