Accepting request 1069782 from home:AZhou:branches:filesystems

- Add gptfdisk-fix-null-pointer-dereference.patch: Fix NULL pointer
  dereference in pervious patch, poptGetArg can return NULL so we
  should not pass it to strdup directly (bsc#1208877).

OBS-URL: https://build.opensuse.org/request/show/1069782
OBS-URL: https://build.opensuse.org/package/show/filesystems/gptfdisk?expand=0&rev=24
This commit is contained in:
2023-03-07 08:23:30 +00:00
committed by Git OBS Bridge
parent 61a9943f7e
commit fa00c5e951
3 changed files with 47 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Mar 7 02:57:27 UTC 2023 - Alynx Zhou <alynx.zhou@suse.com>
- Add gptfdisk-fix-null-pointer-dereference.patch: Fix NULL pointer
dereference in pervious patch, poptGetArg can return NULL so we
should not pass it to strdup directly (bsc#1208877).
-------------------------------------------------------------------
Fri Sep 30 11:17:17 UTC 2022 - Fabian Vogt <fvogt@suse.com>