Bug #196
XML output corruption
Start date:
Due date:
% Done:
0%
Resolution:
fixed
Description
There is a corruption issue with Prelude-Manager XMLmod output. The problem happen independently from the XML output method.
Example of corruption:
<AdditionalData type="byte-string" meaning="payload"<IDMEF-Message><Heartbeat>
History
#1 Updated by Yoann VANDOORSELAERE over 16 years ago
- Status changed from New to Closed
- Resolution set to fixed
(In r8801) Don't use an xmlOutputBufferPtr for writing the data. For an unknow reason, data written using this interface generate invalid, corrupted XML. Rather, use xmlDocFormatDump() with a FILE * descriptor. Fix #196.
#2 Updated by Yoann VANDOORSELAERE about 14 years ago
- Project changed from PRELUDE SIEM to Prelude Manager
- Category deleted (
3) - Target version deleted (
0.9.7.2)