The Samba-Bugzilla – Attachment 11359 Details for
Bug 11455
problem in tdb 1.3.7 and ldb 1.1.21 in rep_strtoll in lib/replace/replace.c
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for v4-3-test
tmp43.diff.txt (text/plain), 1.11 KB, created by
Stefan Metzmacher
on 2015-08-24 11:40:27 UTC
(
hide
)
Description:
Patch for v4-3-test
Filename:
MIME Type:
Creator:
Stefan Metzmacher
Created:
2015-08-24 11:40:27 UTC
Size:
1.11 KB
patch
obsolete
>From e3beb9beeb43afe311b5c0eea2beac344e8c12d4 Mon Sep 17 00:00:00 2001 >From: Volker Lendecke <vl@samba.org> >Date: Tue, 18 Aug 2015 20:57:27 +0200 >Subject: [PATCH] replace: Fix bug 11455 >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Don't call rep_strtoull recursively > >Bug: https://bugzilla.samba.org/show_bug.cgi?id=11455 > >Signed-off-by: Volker Lendecke <vl@samba.org> >Reviewed-by: Ralph Boehme <slow@samba.org> > >Autobuild-User(master): Ralph Böhme <slow@samba.org> >Autobuild-Date(master): Wed Aug 19 11:22:38 CEST 2015 on sn-devel-104 > >(cherry picked from commit 62d08ea715d1664a7600250abbd1dc83f3a33a4c) >--- > lib/replace/replace.c | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/lib/replace/replace.c b/lib/replace/replace.c >index 0806ce3..798990a 100644 >--- a/lib/replace/replace.c >+++ b/lib/replace/replace.c >@@ -538,6 +538,7 @@ long long int rep_strtoll(const char *str, char **endptr, int base) > } > #else > #ifdef HAVE_BSD_STRTOLL >+#undef strtoll > long long int rep_strtoll(const char *str, char **endptr, int base) > { > long long int nb = strtoll(str, endptr, base); >-- >1.9.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
slow
:
review+
Actions:
View
Attachments on
bug 11455
:
11350
| 11359