::
Re: [DNG] Nasty Linux systemd secur…
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
This message is part of the following thread:
the complete thread tree sorted by date
aitor at
2021-08-12 11:12
Steve Litt at
2021-08-12 14:46
Author:
aitor
Date:
2021-08-12 11:41
UTC
To:
dng
Subject:
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)))