chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-hackers] [PATCH] Fix a tiny valgrind warning


From: lemonboy
Subject: [Chicken-hackers] [PATCH] Fix a tiny valgrind warning
Date: Sun, 28 Feb 2016 20:48:52 +0100

While running the port-tests.scm I noticed a valgrind warning about
fileno being called on a invalid memory region.
This is caused by the fact that fclose frees some internal memory that
fileno tries to access.

Cheers!

Attachment: 0001-Check-if-the-port-is-open-before-using-it.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]