Skip to content

build: Disable -Wstringop-truncation

Simon McVittie requested to merge wip/stringop-truncation into master

Some parts of libcapsule are sufficiently low-level to want to avoid calling malloc(), instead using PATH_MAX-sized buffers and an assumption that paths are, in practice, smaller than that.

/cc @denittis @vivek

Merge request reports