[monitoring-plugins/monitoring-plugins] Add missing function declaration for sperfdata (#1426)

jyoung15 <[email protected]> Thu, 11 Aug 2016 14:17:06 -0700
Newsgroups gmane.network.nagios.devel
Message-ID <monitoring-plugins/monitoring-plugins/pull/[email protected]>
----==_mimepart_57aceb526bf9e_4f223faf391f129c49264d
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

This fixes a bug in check_ldap that causes a segmentation fault when used
with the -C or -W options.  With compiler warnings this would be identified
as:

```
check_ldap.c:260:4: warning: implicit declaration of function =E2=80=98sper=
fdata=E2=80=99
[-Wimplicit-function-declaration]
    sperfdata ("entries", (double)num_entries, "",
    ^
```

You can view, comment on, or merge this pull request online at:

  https://github.com/monitoring-plugins/monitoring-plugins/pull/1426

-- Commit Summary --

  * Add missing function declaration for sperfdata

-- File Changes --

    M plugins/utils.h (10)

-- Patch Links --

https://github.com/monitoring-plugins/monitoring-plugins/pull/1426.patch
https://github.com/monitoring-plugins/monitoring-plugins/pull/1426.diff

--=20
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/monitoring-plugins/monitoring-plugins/pull/1426

----==_mimepart_57aceb526bf9e_4f223faf391f129c49264d
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p>This fixes a bug in check_ldap that causes a segmentation fault when use=
d with the -C or -W options.  With compiler warnings this would be identifi=
ed as:</p>

<pre><code>check_ldap.c:260:4: warning: implicit declaration of function =
=E2=80=98sperfdata=E2=80=99 [-Wimplicit-function-declaration]
    sperfdata ("entries", (double)num_entries, "",
    ^
</code></pre>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href=3D'https://github.com/monitoring-plugins/monitoring-=
plugins/pull/1426'>https://github.com/monitoring-plugins/monitoring-plugins=
/pull/1426</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Add missing function declaration for sperfdata</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href=3D"https://github.com/monitoring-plugins/monitoring-plugins/pul=
l/1426/files#diff-0">plugins/utils.h</a>
    (10)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href=3D'https://github.com/monitoring-plugins/monitoring-plugins/p=
ull/1426.patch'>https://github.com/monitoring-plugins/monitoring-plugins/pu=
ll/1426.patch</a></li>
  <li><a href=3D'https://github.com/monitoring-plugins/monitoring-plugins/p=
ull/1426.diff'>https://github.com/monitoring-plugins/monitoring-plugins/pul=
l/1426.diff</a></li>
</ul>

<p style=3D"font-size:small;-webkit-text-size-adjust:none;color:#666;">&mda=
sh;<br />You are receiving this because you are subscribed to this thread.<=
br />Reply to this email directly, <a href=3D"https://github.com/monitoring=
-plugins/monitoring-plugins/pull/1426">Reply to this email on GitHub</a>, o=
r <a href=3D"https://github.com/notifications/unsubscribe-auth/AFQl2RwtS7cM=
_jO3shyqiRVoCYoXYJsCks5qe5FSgaJpZM4Jij8h">mute the thread</a>.<img alt=3D""=
 height=3D"1" src=3D"https://github.com/notifications/beacon/AFQl2c1CBWEEMW=
JZMSTXfeUnQ_VtsXb4ks5qe5FSgaJpZM4Jij8h.gif" width=3D"1" /></p>
<div itemscope itemtype=3D"http://schema.org/EmailMessage">
<div itemprop=3D"action" itemscope itemtype=3D"http://schema.org/ViewAction=
">
  <link itemprop=3D"url" href=3D"https://github.com/monitoring-plugins/moni=
toring-plugins/pull/1426"></link>
  <meta itemprop=3D"name" content=3D"View Pull Request"></meta>
</div>
<meta itemprop=3D"description" content=3D"View this Pull Request on GitHub"=
></meta>
</div>

<script type=3D"application/json" data-scope=3D"inboxmarkup">{"api_version"=
:"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"Gi=
tHub"},"entity":{"external_key":"github/monitoring-plugins/monitoring-plugi=
ns","title":"monitoring-plugins/monitoring-plugins","subtitle":"GitHub repo=
sitory","main_image_url":"https://cloud.githubusercontent.com/assets/143418=
/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"htt=
ps://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-=
9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://git=
hub.com/monitoring-plugins/monitoring-plugins"}},"updates":{"snippets":[{"i=
con":"DESCRIPTION","message":"Add missing function declaration for sperfdat=
a (#1426)"}],"action":{"name":"View Pull Request","url":"https://github.com=
/monitoring-plugins/monitoring-plugins/pull/1426"}}}</script>


----==_mimepart_57aceb526bf9e_4f223faf391f129c49264d--