From 67b0dbe65fe2ae822edf451a845ac29ce14c1de1 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 23 Nov 2021 16:01:03 -0500 Subject: [PATCH] Note about C API enhancement for string length --- TODO | 6 ++++++ 1 file changed, 6 insertions(+), 0 deletions(-) diff --git a/TODO b/TODO index 47c6644..4bc8cf9 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,9 @@ +Next +==== + +* Add a method to the C API that returns the length of tmp_str so that + we can handle strings with embedded null characters. + Documentation ============= -- libgit2 0.21.4