Re: [Nagios-devel] [NSCA] Fix for send_nsca segfault
Posted: Thu Feb 02, 2006 10:51 am
Thanks! This will be in CVS shortly.
On 2 Feb 2006 at 19:06, Holger Weiss wrote:
> When using encryption, the send_nsca client from the NSCA 2.5 release
> segfaults in src/utils.c:encrypt_cleanup() after sending the data.
> The problem is that encrypt_cleanup() tries to free(3) string
> constants. The attached patch removes the offending statements.
>
> Holger
>
> --
> PGP fingerprint: F1F0 9071 8084 A426 DD59 9839 59D3 F3A1 B8B5 D3DE
>
Ethan Galstad,
Nagios Developer
---
Email: [email protected]
Website: http://www.nagios.org
This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
On 2 Feb 2006 at 19:06, Holger Weiss wrote:
> When using encryption, the send_nsca client from the NSCA 2.5 release
> segfaults in src/utils.c:encrypt_cleanup() after sending the data.
> The problem is that encrypt_cleanup() tries to free(3) string
> constants. The attached patch removes the offending statements.
>
> Holger
>
> --
> PGP fingerprint: F1F0 9071 8084 A426 DD59 9839 59D3 F3A1 B8B5 D3DE
>
Ethan Galstad,
Nagios Developer
---
Email: [email protected]
Website: http://www.nagios.org
This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]