ownership warnings for clang (can diagnose double free if you free after iob_addbuf_free)

This commit is contained in:
leitner
2025-03-20 13:11:18 +00:00
parent e420a90d32
commit cccf894ecd

View File

@@ -3,6 +3,7 @@
sprinkle compiler attributes over code base
some arm fixes (char is unsigned on arm)
str_diff* included byte.h instead of str.h (Mathias Gumz)
ownership warnings for clang (can diagnose double free if you free after iob_addbuf_free)
0.34:
be more C99 compliant (Florian Weimer)