On 6/14/24 09:14, Borislav Petkov wrote:
> On Fri, Jun 14, 2024 at 09:03:22AM -0700, Dave Hansen wrote:
...
>> You need to zero out all of 'args' somehow.
> 
> You mean like this:
> 
>       struct tdx_module_args args = {};
> 
> ?

Yes, or do all the assignments with the initializer.  We seem to do it
both ways, so whatever works.

Reply via email to