View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004815 | libmicrohttpd | other | public | 2016-11-25 11:27 | 2017-04-12 00:00 |
| Reporter | tomasheran | Assigned To | Christian Grothoff | ||
| Priority | normal | Severity | trivial | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | i386 | OS | Solaris | OS Version | 11 |
| Product Version | Git master | ||||
| Target Version | 0.9.53 | Fixed in Version | 0.9.53 | ||
| Summary | 0004815: mhd_itc.c won't compile | ||||
| Description | mhd_itc.c refers to pip variable/argument and it's nowhere to be found (it seems to have been renamed to itc). | ||||
| Additional Information | This seems to fix the issue. diff -r 08e81ff65e7a -r 1432d5ebffcb src/microhttpd/mhd_itc.c --- a/src/microhttpd/mhd_itc.c Fri Nov 25 10:53:42 2016 +0100 +++ b/src/microhttpd/mhd_itc.c Fri Nov 25 11:06:07 2016 +0100 @@ -58,7 +58,7 @@ return 0; if ( ((flags | O_NONBLOCK) != flags) && - (0 != fcntl (pip.fd[i], + (0 != fcntl (itc.fd[i], F_SETFL, flags | O_NONBLOCK)) ) return 0; | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2016-11-25 11:27 | tomasheran | New Issue | |
| 2016-11-29 14:32 | Christian Grothoff | Assigned To | => Christian Grothoff |
| 2016-11-29 14:32 | Christian Grothoff | Status | new => resolved |
| 2016-11-29 14:32 | Christian Grothoff | Resolution | open => fixed |
| 2016-11-29 14:32 | Christian Grothoff | Fixed in Version | => 0.9.53 |
| 2016-11-29 14:32 | Christian Grothoff | Note Added: 0011553 | |
| 2016-11-29 14:32 | Christian Grothoff | Severity | major => trivial |
| 2016-11-29 14:32 | Christian Grothoff | Product Version | => Git master |
| 2016-11-29 14:32 | Christian Grothoff | Target Version | => 0.9.53 |
| 2017-04-12 00:00 | Christian Grothoff | Status | resolved => closed |