diff options
Diffstat (limited to 'results/classifier/deepseek-r1:14b/output/hypervisor/1199')
| -rw-r--r-- | results/classifier/deepseek-r1:14b/output/hypervisor/1199 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/results/classifier/deepseek-r1:14b/output/hypervisor/1199 b/results/classifier/deepseek-r1:14b/output/hypervisor/1199 new file mode 100644 index 000000000..7d0f72046 --- /dev/null +++ b/results/classifier/deepseek-r1:14b/output/hypervisor/1199 @@ -0,0 +1,11 @@ + +Prevent virtual machine memory leakage +Description of problem: +The data written in the virtual machine does not clear the memory after the virtual machine is shut down. When the virtual machine with large memory is started, it may access the data of the previous virtual machine +Steps to reproduce: +1. create a virtual machine with large size memory( 80% of the host's Physical memory) +2. Request all free memory and write the characteristic string in vm +3. restart the vm +4. Request all free memory and query the last character string written +Additional information: + |