[SCM] Samba Shared Repository - branch v3-5-test updated

Volker Lendecke vlendec at samba.org
Sat Dec 19 11:46:05 MST 2009


The branch, v3-5-test has been updated
       via  8aba573... Output %p as unsigned in snprintf replacement.
      from  9203d8e... Actually explain the twisty paths of tortured logic behind reply_doserror(), reply_nterror(), and reply_nterror(NT_STATUS_DOS()).

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-5-test


- Log -----------------------------------------------------------------
commit 8aba573cd9cd1c1f10b8aa9363e0b6dad2933bef
Author: Peter Rosin <peda at lysator.liu.se>
Date:   Sat Dec 19 19:43:52 2009 +0100

    Output %p as unsigned in snprintf replacement.

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

Summary of changes:
 lib/replace/snprintf.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/replace/snprintf.c b/lib/replace/snprintf.c
index c54d721..bca7742 100644
--- a/lib/replace/snprintf.c
+++ b/lib/replace/snprintf.c
@@ -504,6 +504,7 @@ static int dopr(char *buffer, size_t maxlen, const char *format, va_list args_in
 				break;
 			case 'p':
 				cnk->type = CNK_PTR;
+				cnk->flags |= DP_F_UNSIGNED;
 				break;
 			case 'n':
 				cnk->type = CNK_NUM;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list