::
Re: [DNG] Nasty Linux systemd secur…
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
Esta mensagem é parte da seguinte discussão:
a lista completa das discussões ordenadas por data
aitor em
2021-08-12 11:12
Steve Litt em
2021-08-12 14:46
Autor:
aitor
Data:
2021-08-12 11:41
UTC
Para:
dng
Assunto:
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)))