View Issue Details

IDProjectCategoryView StatusLast Update
0004815libmicrohttpdotherpublic2017-04-12 00:00
Reportertomasheran Assigned ToChristian Grothoff  
PrioritynormalSeveritytrivialReproducibilityalways
Status closedResolutionfixed 
Platformi386OSSolarisOS Version11
Product VersionGit master 
Target Version0.9.53Fixed in Version0.9.53 
Summary0004815: mhd_itc.c won't compile
Descriptionmhd_itc.c refers to pip variable/argument and it's nowhere to be found (it seems to have been renamed to itc).
Additional InformationThis 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;

TagsNo tags attached.

Activities

Christian Grothoff

2016-11-29 14:32

manager   ~0011553

This was already fixed in Git. A comment was not updated, that is now also fixed.

Issue History

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