<p>Hi !</p>
<p>This issue appears when ndb_redis module connect to redis via proxy, in my case haproxy.<br>
Haproxy keeps front socket always open, when all backend redis servers become unavailable, haproxy just send RST to front,<br>
redisCommand function in tis case return NULL poiner, redisc_check_auth try to dereference it without NULL checking.</p>
<p>kamailio log:<br>
<code>kernel: [7250430.508827] kamailio[21749]: segfault at 0 ip 00007f00d7bb106f sp 00007fffc523c620 error 4 in ndb_redis.so[7f00d7b94000+36000]</code></p>
<p>gdb:</p>
<div class="snippet-clipboard-content position-relative" data-snippet-clipboard-copy-content="# gdb /usr/sbin/kamailio core
GNU gdb (Ubuntu 8.1.1-0ubuntu1) 8.1.1
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/sbin/kamailio...(no debugging symbols found)...done.
[New LWP 21752]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/usr/sbin/kamailio -P /run/kamailio/kamailio.pid -f /etc/kamailio/kamailio.cfg'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x00007f00d7bb106f in redisc_check_auth () from /usr/lib64/kamailio/modules/ndb_redis.so
(gdb) bt
#0  0x00007f00d7bb106f in redisc_check_auth () from /usr/lib64/kamailio/modules/ndb_redis.so
#1  0x00007f00d7b9937a in redisc_init () from /usr/lib64/kamailio/modules/ndb_redis.so
#2  0x00007f00d7bb4300 in print_redis_reply () from /usr/lib64/kamailio/modules/ndb_redis.so
#3  0x0000561825796935 in ?? ()
#4  0x0000561825796550 in ?? ()
#5  0x0000561825796550 in ?? ()
#6  0x0000561825796550 in ?? ()
#7  0x0000561825796550 in ?? ()
#8  0x0000561825796550 in ?? ()
#9  0x0000561825796550 in ?? ()
#10 0x0000561825796550 in ?? ()
#11 0x0000561825796550 in ?? ()
#12 0x0000561825796550 in ?? ()
#13 0x0000561825796550 in ?? ()
#14 0x0000561825796550 in ?? ()
#15 0x0000561825796550 in ?? ()
#16 0x0000561825796550 in ?? ()
#17 0x000056182579722c in init_child ()
#18 0x00005618256f4520 in fork_process ()
#19 0x00005618255cfbf3 in main_loop ()
#20 0x00005618255dd095 in main ()
"><pre><code># gdb /usr/sbin/kamailio core
GNU gdb (Ubuntu 8.1.1-0ubuntu1) 8.1.1
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/sbin/kamailio...(no debugging symbols found)...done.
[New LWP 21752]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/usr/sbin/kamailio -P /run/kamailio/kamailio.pid -f /etc/kamailio/kamailio.cfg'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x00007f00d7bb106f in redisc_check_auth () from /usr/lib64/kamailio/modules/ndb_redis.so
(gdb) bt
#0  0x00007f00d7bb106f in redisc_check_auth () from /usr/lib64/kamailio/modules/ndb_redis.so
#1  0x00007f00d7b9937a in redisc_init () from /usr/lib64/kamailio/modules/ndb_redis.so
#2  0x00007f00d7bb4300 in print_redis_reply () from /usr/lib64/kamailio/modules/ndb_redis.so
#3  0x0000561825796935 in ?? ()
#4  0x0000561825796550 in ?? ()
#5  0x0000561825796550 in ?? ()
#6  0x0000561825796550 in ?? ()
#7  0x0000561825796550 in ?? ()
#8  0x0000561825796550 in ?? ()
#9  0x0000561825796550 in ?? ()
#10 0x0000561825796550 in ?? ()
#11 0x0000561825796550 in ?? ()
#12 0x0000561825796550 in ?? ()
#13 0x0000561825796550 in ?? ()
#14 0x0000561825796550 in ?? ()
#15 0x0000561825796550 in ?? ()
#16 0x0000561825796550 in ?? ()
#17 0x000056182579722c in init_child ()
#18 0x00005618256f4520 in fork_process ()
#19 0x00005618255cfbf3 in main_loop ()
#20 0x00005618255dd095 in main ()
</code></pre></div>


<h4>Pre-Submission Checklist</h4>



<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Commit message has the format required by CONTRIBUTING guide</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Commits are split per component (core, individual modules, libs, utils, ...)</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Each component has a single commit (if not, squash them into one commit)</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> No commits to README files for modules (changes must be done to docbook files<br>
in <code>doc/</code> subfolder, the README file is autogenerated)</li>
</ul>
<h4>Type Of Change</h4>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Small bug fix (non-breaking change which fixes an issue)</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> New feature (non-breaking change which adds new functionality)</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Breaking change (fix or feature that would change existing functionality)</li>
</ul>
<h4>Checklist:</h4>

<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> PR should be backported to stable branches</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Tested changes locally</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Related to issue #XXXX (replace XXXX with an open issue number)</li>
</ul>
<h4>Description</h4>


<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/kamailio/kamailio/pull/2834'>https://github.com/kamailio/kamailio/pull/2834</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>ndb_redis: fix SIGSEGV in redisc_check_auth</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/2834/files#diff-a5b86eab2cfebbcf75be3a5d8a627a87861bcc6305b8eb60faafd93d2d772a55">src/modules/ndb_redis/redis_client.c</a>
    (4)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/kamailio/kamailio/pull/2834.patch'>https://github.com/kamailio/kamailio/pull/2834.patch</a></li>
  <li><a href='https://github.com/kamailio/kamailio/pull/2834.diff'>https://github.com/kamailio/kamailio/pull/2834.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/kamailio/kamailio/pull/2834">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABO7UZIQ7ZTKKU3SXGFPF2LT6OVNNANCNFSM5CW7XKUA">unsubscribe</a>.<br />Triage notifications on the go with GitHub Mobile for <a href="https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675">iOS</a> or <a href="https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email">Android</a>.<img src="https://github.com/notifications/beacon/ABO7UZJ5IFC6JDJHTHPZ26LT6OVNNA5CNFSM5CW7XKUKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4OSNYP6Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/kamailio/kamailio/pull/2834",
"url": "https://github.com/kamailio/kamailio/pull/2834",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>