Displaying 1 result from an estimated 1 matches for "f3828bfd42be".
2023 Mar 15
1
[libnbd PATCH v4 1/3] lib/utils: introduce xwritel() as a more robust and convenient write()
...a
> porting note from Rich, in libnbd commit f306e231d294 ("common/utils:
> Add extensible string, based on vector", 2022-03-12):
>
> RWMJ: This removes the CLEANUP_FREE_STRING macro since libnbd does not
> use __attribute__((cleanup)).
>
> and then again in f3828bfd42be ("common/utils: Add new string vector
> types", 2022-03-12):
>
> RWMJ: Removed the CLEANUP_* macros.
>
Most attributes are merely extensions that aid the compiler in aiding
you. __attribute__((sentinel)) is squarely in this camp - compilers
that understand it can warn o...