chiark / gitweb /
strv: drop strv_join_quoted() (#8057)
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 1 Feb 2018 09:11:02 +0000 (18:11 +0900)
committerSven Eden <yamakuzure@gmx.net>
Wed, 30 May 2018 05:58:45 +0000 (07:58 +0200)
commit2fa1d44f25405a9fd74e7b4d6eecaeabc5c055ed
tree639802ed0cc800448cceb3de411675703af3121f
parentec90fad36c944187c98b45fb91ba54974f8cf0bf
strv: drop strv_join_quoted() (#8057)

The function `strv_join_quoted()` is now not used, and has a bug
in the buffer size calculation when the strings needs to escaped,
as reported in #8056.
So, let's remove the function.

Closes #8056.
src/basic/strv.c
src/basic/strv.h