search for: __gi_strchr

Displaying 4 results from an estimated 4 matches for "__gi_strchr".

2015 Mar 29
4
Invalid memory access / read stack overflow when reading config with zero bytes
On Mon, 30 Mar 2015 09:19:02 +1100 (AEDT) Damien Miller <djm at mindrot.org> wrote: > What version of OpenSSH is this? 6.8 portable on Linux. > Also, when reporting fuzzer-derived problems it really helps to > include the test-case. The "test case" is a one byte file containing a zero byte. But here it is :-) -- Hanno B?ck http://hboeck.de/ mail/jabber: hanno at
2015 Mar 29
2
Invalid memory access / read stack overflow when reading config with zero bytes
...t; > Damien Miller <djm at mindrot.org> wrote: > > > > > What version of OpenSSH is this? > > > > 6.8 portable on Linux. > > That's strange - the line numbers in the valgrind stack trace don't > match. E.g. > > ==5578== at 0x4C2CFCA: __GI_strchr (in > /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so) > ==5578== by 0x117B6B: process_config_line (readconf.c:785) > ==5578== by 0x119DED: read_config_file (readconf.c:1633) reproduced; the line numbers were wrong. diff --git a/readconf.c b/readconf.c index 42a2961..5130407...
2016 Mar 22
2
samba 4.4rcx WINS nsswitch module
...135-- REDIR: 0x52f18d0 (libc.so.6:__GI_strcmp) redirected to 0x4c2dcc0 (__GI_strcmp) --3135-- REDIR: 0x52f3330 (libc.so.6:__GI_strlen) redirected to 0x4c2cbc0 (__GI_strlen) --3135-- REDIR: 0x52f3530 (libc.so.6:__GI_strncmp) redirected to 0x4c2d3f0 (__GI_strncmp) --3135-- REDIR: 0x52f1810 (libc.so.6:__GI_strchr) redirected to 0x4c2c650 (__GI_strchr) --3135-- REDIR: 0x52f5500 (libc.so.6:memchr) redirected to 0x4c2de50 (memchr) --3135-- REDIR: 0x52fd2e0 (libc.so.6:strchrnul) redirected to 0x4c30470 (strchrnul) --3135-- REDIR: 0x52f6a10 (libc.so.6:__GI_mempcpy) redirected to 0x4c30680 (__GI_mempcpy) --3135--...
2016 Mar 22
7
samba 4.4rcx WINS nsswitch module
WINS nsswitch module -------------------- The WINS nsswitch module has been rewritten to address memory issues and to simplify the code. The module now uses libwbclient to do WINS queries. This means that winbind needs to be running in order to resolve WINS names using the nss_wins module. This does not affect smbd. my problem: old versions >> ping google.com >> PING google.com