[gnutls-devel] GnuTLS | trust: make filesystem path construction flexible (!1493)
Read-only notification of GnuTLS library development activities
gnutls-devel at lists.gnutls.org
Wed Jan 11 07:28:44 CET 2023
Daiki Ueno commented on a discussion on lib/pathbuf.c: https://gitlab.com/gnutls/gnutls/-/merge_requests/1493#note_1235095281
> + * You should have received a copy of the GNU Lesser General Public License
> + * along with this program. If not, see <https://www.gnu.org/licenses/>
> + *
> + */
> +
> +#include "config.h"
> +
> +#include "pathbuf.h"
> +#include "gnutls_int.h"
> +#include <limits.h>
> +#include "intprops.h"
> +
> +static int
> +pathbuf_reserve(struct gnutls_pathbuf_st *buffer, size_t to_add)
> +{
> + size_t cap;
I'm disabling cppcheck for now until https://trac.cppcheck.net/ticket/10192 is fixed.
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1493#note_1235095281
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20230111/5631579b/attachment.html>
More information about the Gnutls-devel
mailing list