Re: [PATCH v2 1/1] remote: properly initialize objects in ACL helpers

2024-04-02 Thread Denis V. Lunev
On 4/2/24 09:31, Peter Krempa wrote: On Tue, Mar 19, 2024 at 15:07:04 +0100, Denis V. Lunev wrote: Commit 2ecdf259299813c2c674377e22a0acbce5ccbbb2 was intended to implement two things: reduce stack usage inside ACL helpers and minimally initialize virDomainDef object to avoid passing garbage

Re: [PATCH v2 1/1] remote: properly initialize objects in ACL helpers

2024-04-02 Thread Peter Krempa
On Tue, Mar 19, 2024 at 15:07:04 +0100, Denis V. Lunev wrote: > Commit 2ecdf259299813c2c674377e22a0acbce5ccbbb2 was intended to > implement two things: reduce stack usage inside ACL helpers and > minimally initialize virDomainDef object to avoid passing garbage > inside validation framework.

Re: [PATCH v2 1/1] remote: properly initialize objects in ACL helpers

2024-04-01 Thread Denis V. Lunev
On 3/19/24 15:07, Denis V. Lunev wrote: Commit 2ecdf259299813c2c674377e22a0acbce5ccbbb2 was intended to implement two things: reduce stack usage inside ACL helpers and minimally initialize virDomainDef object to avoid passing garbage inside validation framework. Though original commit has not

Re: [PATCH v2 1/1] remote: properly initialize objects in ACL helpers

2024-03-27 Thread Denis V. Lunev
On 3/19/24 15:07, Denis V. Lunev wrote: Commit 2ecdf259299813c2c674377e22a0acbce5ccbbb2 was intended to implement two things: reduce stack usage inside ACL helpers and minimally initialize virDomainDef object to avoid passing garbage inside validation framework. Though original commit has not

[PATCH v2 1/1] remote: properly initialize objects in ACL helpers

2024-03-19 Thread Denis V. Lunev
Commit 2ecdf259299813c2c674377e22a0acbce5ccbbb2 was intended to implement two things: reduce stack usage inside ACL helpers and minimally initialize virDomainDef object to avoid passing garbage inside validation framework. Though original commit has not touched other ACL helpers. This patch adds