Displaying 3 results from an estimated 3 matches for "idna_to_ascii_4z".
2016 Mar 22
2
samba 4.4rcx WINS nsswitch module
...y_ssse3_back) redirected
to 0x4c2e170 (memcpy@@GLIBC_2.14)
--3135-- REDIR: 0x52f32e0 (libc.so.6:strlen) redirected to 0x4a24716
(_vgnU_ifunc_wrapper)
--3135-- REDIR: 0x53cf950 (libc.so.6:__strlen_sse2_pminub) redirected
to 0x4c2cba0 (strlen)
==3135== Invalid read of size 4
==3135== at 0x503F6E9: idna_to_ascii_4z (in /usr/lib64/libidn.so.11.6.11)
==3135== by 0x503F977: idna_to_ascii_8z (in /usr/lib64/libidn.so.11.6.11)
==3135== by 0x503F9D9: idna_to_ascii_lz (in /usr/lib64/libidn.so.11.6.11)
==3135== by 0x10A214: ??? (in /usr/local/bin/ping)
==3135== by 0x528EB14: (below main) (in /usr/lib64/lib...
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
2006 May 02
4
"a"+"b"
Hi,
Is there a way to define "+" so that "a"+"b" returns "ab" ?
> setMethod("+",c("character","character"),paste)
Error in setMethod("+", c("character", "character"), paste) :
the method for function '+' and signature e1="character",
e2="character" is sealed