Dear Maintainer,
echo 'int main(){
ped_malloc(10);
return 0;
}' >a.c
gcc a.c -lparted -fsanitize=address
./a.out running by no-root,
Will see heap-buffer-overflow from ped_disk_gpt_init.
I have fixed it, will submit after this report.
Dear Maintainer,
echo 'int main(){
ped_malloc(10);
return 0;
}' >a.c
gcc a.c -lparted -fsanitize=address
./a.out running by no-root,
Will see heap-buffer-overflow from ped_disk_gpt_init.
I have fixed it, will submit after this report.