Re: [PATCH 0/2] Fix wrong copy of encryption 'usage' string

2020-03-19 Thread Michal Prívozník
On 19. 3. 2020 17:48, Peter Krempa wrote: > Copying the pointer caused double-free when clearing the domain object. > > Peter Krempa (2): > virSecretLookupDefCopy: Remove return value > virStorageEncryptionSecretCopy: Properly copy internals > > src/util/virsecret.c| 3 +-- >

Re: [PATCH 0/2] Fix wrong copy of encryption 'usage' string

2020-03-19 Thread Ján Tomko
On a Thursday in 2020, Peter Krempa wrote: Copying the pointer caused double-free when clearing the domain object. Peter Krempa (2): virSecretLookupDefCopy: Remove return value virStorageEncryptionSecretCopy: Properly copy internals src/util/virsecret.c| 3 +--

[PATCH 0/2] Fix wrong copy of encryption 'usage' string

2020-03-19 Thread Peter Krempa
Copying the pointer caused double-free when clearing the domain object. Peter Krempa (2): virSecretLookupDefCopy: Remove return value virStorageEncryptionSecretCopy: Properly copy internals src/util/virsecret.c| 3 +-- src/util/virsecret.h| 4 ++--