diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:07 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:17 +0200 |
| commit | 9260319e7411ff8281700a532caa436f40120ec4 (patch) | |
| tree | 2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues/target_missing/host_missing/accel_missing/2648.toml | |
| parent | 225caa38269323af1bfc2daadff5ec8bd930747f (diff) | |
| download | qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.tar.gz qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.zip | |
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/2648.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/2648.toml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/2648.toml b/gitlab/issues/target_missing/host_missing/accel_missing/2648.toml deleted file mode 100644 index f7b89f838..000000000 --- a/gitlab/issues/target_missing/host_missing/accel_missing/2648.toml +++ /dev/null @@ -1,23 +0,0 @@ -id = 2648 -title = "Possible dereference of NULL in block/qapi.c" -state = "opened" -created_at = "2024-11-01T10:56:17.265Z" -closed_at = "n/a" -labels = [] -url = "https://gitlab.com/qemu-project/qemu/-/issues/2648" -host-os = "n/a" -host-arch = "n/a" -qemu-version = "8.0.5 and higher" -guest-os = "n/a" -guest-arch = "n/a" -description = """qdict_get can return NULL if the "data" key is not found in the obj dictionary. Then if NULL is passed to the qobject_is_empty_dump function, it will be dereferenced when calling the qobject_type function. - -https://github.com/qemu/qemu/blob/92ec7805190313c9e628f8fc4eb4f932c15247bd/block/qapi.c#L891-L892 - -I think that data check for NULL should be added. - -Found by Linux Verification Center (portal.linuxtesting.ru) with SVACE. - -Author A. Burke.""" -reproduce = "n/a" -additional = "n/a" |