<h1>Project "FreeSWITCH Source" received a push.</h1>
<h2>branch: master updated</h2>
<pre>
via: 2148d81d74e18c49e92375c1cdc970a08d7fac21 (commit)
from: cffd62aa36840f1b132ee60cf012aeb5f3542883 (commit)
</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: Mathieu Parent
comments:
Skinny: avoid crash when loading config with blank soft-key-set value
<span style="color: #000080; font-weight: bold">diff --git a/src/mod/endpoints/mod_skinny/mod_skinny.c b/src/mod/endpoints/mod_skinny/mod_skinny.c</span>
<span style="color: #000080; font-weight: bold">index 46acdb6..4061b94 100644</span>
<span style="color: #A00000">--- a/src/mod/endpoints/mod_skinny/mod_skinny.c</span>
<span style="color: #00A000">+++ b/src/mod/endpoints/mod_skinny/mod_skinny.c</span>
<span style="color: #800080; font-weight: bold">@@ -1811,6 +1811,9 @@ static switch_status_t load_skinny_config(void)</span>
                                                                        size_t string_len = strlen(val);
                                                                        size_t string_pos, start = 0;
                                                                        int field_no = 0;
<span style="color: #00A000">+                                                                        if (zstr(val)) {</span>
<span style="color: #00A000">+                                                                                continue;</span>
<span style="color: #00A000">+                                                                        }</span>
                                                                        if (soft_key_set_id > 15) {
                                                                                switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_WARNING,
                                                                                        "soft-key-set name '%s' is greater than 15 in soft-key-set-set '%s' in profile %s.\n",
</pre></div>
========================================================================<pre>
Summary of changes:
src/mod/endpoints/mod_skinny/mod_skinny.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
</pre>
<p>this email was generated because of /git/your-repo.git/hooks/post-receive by the file /git-core/contrib/hooks/post-receive-email<br />
For more info, see <a href="http://blog.chomperstomp.com/?p=630">http://blog.chomperstomp.com/?p=630</a>
-- <br />
FreeSWITCH Source</p>