View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001610 | libmicrohttpd | external API | public | 2010-10-18 01:48 | 2011-11-04 10:13 |
| Reporter | bobo1on1 | Assigned To | Christian Grothoff | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 0.9.2 | ||||
| Target Version | 0.9.3 | Fixed in Version | 0.9.3 | ||
| Summary | 0001610: MHD_ContentReaderCallback was changed to use ssize_t and size_t without version bump | ||||
| Description | In libmicrohttpd 0.9.2, MHD_ContentReaderCallback the return value is changed from int to ssize_t and the max argument is changed from int to size_t, however MHD_VERSION is still defined as 0x00090000. The change from int to ssize_t and size_t breaks compile on 64 bit platforms when using libmicrohttpd in C++ (and it probably breaks something in C too), and without a version bump there's no way of knowing how to define the callback. | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2010-10-18 01:48 | bobo1on1 | New Issue | |
| 2010-10-18 13:30 | Christian Grothoff | Note Added: 0004131 | |
| 2010-10-18 13:31 | Christian Grothoff | Status | new => resolved |
| 2010-10-18 13:31 | Christian Grothoff | Fixed in Version | => Git master |
| 2010-10-18 13:31 | Christian Grothoff | Resolution | open => fixed |
| 2010-10-18 13:31 | Christian Grothoff | Assigned To | => Christian Grothoff |
| 2010-12-25 23:22 | Christian Grothoff | Status | resolved => closed |
| 2011-11-04 10:13 | Christian Grothoff | Fixed in Version | Git master => 0.9.3 |
| 2011-11-04 10:13 | Christian Grothoff | Target Version | => 0.9.3 |
| 2013-05-06 12:52 | Christian Grothoff | Category | API => libmicrohttpd API |
| 2024-01-21 13:24 | Christian Grothoff | Category | libmicrohttpd API => external API |