:: Re: [DNG] Nasty Linux systemd secur…
Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: aitor
Ημερομηνία:  
Προς: dng
Αντικείμενο: Re: [DNG] Nasty Linux systemd security bug revealed
On 12/8/21 13:12, aitor wrote:
>     struct sbuf s  __cleanbuf__(free_buf);

I rectify:

struct sbuf s  __cleanbuf__;

being:

#define __cleanbuf__ __attribute__((cleanup(free_buf)))