[git] GnuPG - branch, master, updated. gnupg-2.1.10-106-g4b4639b

by NIIBE Yutaka cvs at cvs.gnupg.org
Tue Jan 12 03:46:53 CET 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".

The branch, master has been updated
       via  4b4639b0b04dc82c550fa711dd7193e13fc4a428 (commit)
      from  3f52c7da3940ec06572270d511000dc7fe9c27d2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4b4639b0b04dc82c550fa711dd7193e13fc4a428
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Tue Jan 12 11:45:31 2016 +0900

    common: Fix iobuf API of filter function for alignment.
    
    * common/iobuf.h: Fix comment.
    
    --
    
    Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>

diff --git a/common/iobuf.h b/common/iobuf.h
index 69764d6..8ba02b3 100644
--- a/common/iobuf.h
+++ b/common/iobuf.h
@@ -406,8 +406,7 @@ int iobuf_cancel (iobuf_t iobuf);
      IOBUFCTRL_DESC: Called with this value to get a human-readable
        description of the filter.  *LEN is the size of the buffer.
        The description is filled into BUF, NUL-terminated.  Always
-       returns 0.  When the size of the buffer is shorter than the
-       description, it is truncated and not NUL-terminated.
+       returns 0.
   */
 int iobuf_push_filter (iobuf_t a, int (*f) (void *opaque, int control,
 					    iobuf_t chain, byte * buf,

-----------------------------------------------------------------------

Summary of changes:
 common/iobuf.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list