Re: [PATCH 1/3] BUG/MEDIUM: ssl: Fix type of tlskeys_reference

2021-01-04 Thread Willy Tarreau
Hi Tim, On Sun, Jan 03, 2021 at 01:29:54AM +0100, Tim Duesterhus wrote: > tlskeys_reference was a raw `struct list` instead of a `struct tls_keys_ref` > (which contains the `struct list`). This was uncritical in this specific case, > because the `struct list` is the first member of `struct tls_key

[PATCH 1/3] BUG/MEDIUM: ssl: Fix type of tlskeys_reference

2021-01-02 Thread Tim Duesterhus
tlskeys_reference was a raw `struct list` instead of a `struct tls_keys_ref` (which contains the `struct list`). This was uncritical in this specific case, because the `struct list` is the first member of `struct tls_keys_ref`. Thus address of the `struct tls_keys_ref` will be identical to the poin