summary refs log tree commit diff stats
path: root/results/classifier/105/instruction/1199
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-03 12:04:13 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-06-03 12:04:13 +0000
commit256709d2eb3fd80d768a99964be5caa61effa2a0 (patch)
tree05b2352fba70923126836a64b6a0de43902e976a /results/classifier/105/instruction/1199
parent2ab14fa96a6c5484b5e4ba8337551bb8dcc79cc5 (diff)
downloademulator-bug-study-256709d2eb3fd80d768a99964be5caa61effa2a0.tar.gz
emulator-bug-study-256709d2eb3fd80d768a99964be5caa61effa2a0.zip
add new classifier result
Diffstat (limited to 'results/classifier/105/instruction/1199')
-rw-r--r--results/classifier/105/instruction/119923
1 files changed, 23 insertions, 0 deletions
diff --git a/results/classifier/105/instruction/1199 b/results/classifier/105/instruction/1199
new file mode 100644
index 00000000..ccf94cff
--- /dev/null
+++ b/results/classifier/105/instruction/1199
@@ -0,0 +1,23 @@
+instruction: 0.858
+device: 0.846
+vnc: 0.601
+graphic: 0.506
+boot: 0.492
+KVM: 0.366
+network: 0.359
+semantic: 0.265
+socket: 0.249
+mistranslation: 0.189
+assembly: 0.115
+other: 0.080
+
+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:
+