summaryrefslogtreecommitdiffstats
path: root/results/classifier/zero-shot/108/other/1199
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
commitdee4dcba78baf712cab403d47d9db319ab7f95d6 (patch)
tree418478faf06786701a56268672f73d6b0b4eb239 /results/classifier/zero-shot/108/other/1199
parent4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff)
downloademulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz
emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip
restructure results
Diffstat (limited to 'results/classifier/zero-shot/108/other/1199')
-rw-r--r--results/classifier/zero-shot/108/other/119925
1 files changed, 25 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/108/other/1199 b/results/classifier/zero-shot/108/other/1199
new file mode 100644
index 00000000..cc351fd3
--- /dev/null
+++ b/results/classifier/zero-shot/108/other/1199
@@ -0,0 +1,25 @@
+device: 0.846
+vnc: 0.601
+graphic: 0.506
+boot: 0.492
+PID: 0.448
+debug: 0.370
+KVM: 0.366
+network: 0.359
+permissions: 0.352
+performance: 0.322
+semantic: 0.265
+socket: 0.249
+files: 0.089
+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:
+