mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
r8895: work around broken glibc strrchr function that gives valgrind errors on some boxes
(This used to be commit 5079fdea1b4fde4f844713f42e678759324d801d)
This commit is contained in:
parent
1f467c50d9
commit
67de5725bc
@ -177,6 +177,8 @@ BOOL torture_mangle(void)
|
||||
for (i=0;i<torture_numops;i++) {
|
||||
fstring name;
|
||||
|
||||
ZERO_STRUCT(name);
|
||||
|
||||
gen_name(name);
|
||||
|
||||
if (!test_one(cli, name)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user