Actions
Bug #2847
closedC properties and parameters array null and never initialised by default
Start date:
2016-07-19
Due date:
% Done:
100%
Estimated time:
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Found in version:
1.0.1
Fixed in version:
1.0.2
SaxonC Languages:
SaxonC Platforms:
SaxonC Architecture:
Description
In the C interface the properties and parameters array appear to be null when first used even though i nthe initSaxonc function the default is to initialise the arrays.
Bug fixed in the SaxonCProcessor.c file
Updated by O'Neil Delpratt over 8 years ago
- Fixed in version set to 1.0.2
Bug fix applied in the Saxon/C 1.0.2 maintenance release
Updated by O'Neil Delpratt over 8 years ago
- Status changed from Resolved to Closed
Updated by O'Neil Delpratt over 8 years ago
This fix was discovered in the development of the Mac OS X version, but it has caused a regression in the linux version. I have applied a further fix to force the initialisation of the properties and parameter arrays when the initSaxonc function is called.
Please register to edit this issue
Actions