]> granicus.if.org Git - ejabberd/commit
Fix crash in ejabberd_c2s when blacklist hook returned true (thanks to Jonas Ådahl)
authorBadlop <badlop@process-one.net>
Tue, 2 Nov 2010 12:51:36 +0000 (13:51 +0100)
committerBadlop <badlop@process-one.net>
Tue, 2 Nov 2010 12:51:36 +0000 (13:51 +0100)
commit2d59efb515607f52e2495716b3cbf119dc86d964
tree38a54f746052d71c9521a86b11074f7ecb2cdf6e
parent195d22d906c5f2197224556cf45dac0885b5f3c8
Fix crash in ejabberd_c2s when blacklist hook returned true (thanks to Jonas Ådahl)

Cause of the crash jlib:ip_to_list/1 only supports IP tuples using the
form {N1,N2,N3,N4} which is not the case when IPv6 is enabled.
src/ejabberd_c2s.erl
src/jlib.erl