View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006649 | JEDI Code Library | Miscellanous | public | 2018-09-03 10:23 | 2019-04-13 14:40 |
| Reporter | rusty-boffin | Assigned To | AHUser | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | Version 2.4 | ||||
| Target Version | Fixed in Version | Version 2.5 (Subversion repository/Daily zips) | |||
| Summary | 0006649: Incorrect declaration in SNMP.pas | ||||
| Description | Microsoft documentation for SnmpUtilOidFree says: VOID SNMP_FUNC_TYPE SnmpUtilOidFree(AsnObjectIdentifier *pOid); Snmp.pas has defined this incorrectly as a pass by value: procedure SnmpUtilOidFree(pOid: TAsnObjectIdentifier); stdcall; It should be: procedure SnmpUtilOidFree(pOid: PAsnObjectIdentifier); stdcall; | ||||
| Additional Information | Actually JCL 2.8 Testing build 5677 | ||||
| Tags | No tags attached. | ||||
| Fixed in GIT commit | |||||
| Fixed in SVN revision | |||||
| IDE version | All | ||||
|
|
Created this pull request for it: https://github.com/project-jedi/jcl/pull/46 |
|
|
Fixed in master branch |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2018-09-03 10:23 | rusty-boffin | New Issue | |
| 2018-09-03 10:23 | rusty-boffin | IDE version | => All |
| 2019-04-13 09:43 | mh | Note Added: 0021659 | |
| 2019-04-13 14:40 | AHUser | Note Added: 0021671 | |
| 2019-04-13 14:40 | AHUser | Status | new => resolved |
| 2019-04-13 14:40 | AHUser | Fixed in Version | => Version 2.5 (Subversion repository/Daily zips) |
| 2019-04-13 14:40 | AHUser | Resolution | open => fixed |
| 2019-04-13 14:40 | AHUser | Assigned To | => AHUser |