[collectd] [PATCH] collectd 4.4.0 out-of-bounds access

Florian Forster octo at verplant.org
Tue May 13 12:03:46 CEST 2008


Hi René,

On Tue, May 13, 2008 at 10:11:00AM +0200, René Rebe wrote:
> while updating our T2 SDE (http://www.t2-project.org) package I
> noticed some out-of-bounds acces in the teamspeak2 support:
> 
> - response[sizeof (response)] = 0;
> + response[sizeof (response) - 1] = 0;
> ...
> - buffer[sizeof (buffer)] = 0;
> + buffer[sizeof (buffer) - 1] = 0;

thanks for pointing that out :) I've added your changes to the Git
repository and will release 4.4.1 soon.

> If you keep a list of distributions shipping collectd you might like
> to at the T2 SDE:
> 
>   http://www.t2-project.org/packages/collectd.html

Okay, I will :)

Thanks again, best regards,
-octo
-- 
Florian octo Forster
Hacker in training
GnuPG: 0x91523C3D
http://verplant.org/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://mailman.verplant.org/pipermail/collectd/attachments/20080513/170b013b/attachment.pgp 


More information about the collectd mailing list