Summary: | ASTERISK-25220: [patch]Closing of fd -1 in chan_mgcp.c | ||
Reporter: | Walter Doekes (wdoekes) | Labels: | |
Date Opened: | 2015-07-01 04:17:30 | Date Closed: | 2015-07-02 07:52:15 |
Priority: | Minor | Regression? | No |
Status: | Closed/Complete | Components: | Channels/chan_mgcp |
Versions: | 11.18.0 | Frequency of Occurrence | Constant |
Related Issues: | |||
Environment: | Attachments: | ( 0) issueA25220-fix_closing_negative_fd.patch | |
Description: | Valgrind reports:
{noformat} ==1563== Warning: invalid file descriptor -1 in syscall close() {noformat} This is caused by {{unload_module}} in chan_mgcp. See attached fix. Cheers, Walter Doekes OSSO B.V. | ||
Comments: | By: Asterisk Team (asteriskteam) 2015-07-01 04:17:31.854-0500 Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution. A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report. Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process]. |