Displaying 1 result from an estimated 1 matches for "f306e231d294".
2023 Mar 15
1
[libnbd PATCH v4 1/3] lib/utils: introduce xwritel() as a more robust and convenient write()
...ng erroneous usage.
>
> Namely, when I was comparing the common/ subdirectories of both
> projects, I noticed that nbdkit used the cleanup attribute, and libnbd
> didn't. First I thought it was a mistake / oversight, but then I found 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
>...