csv2xml - Change Log

As the name suggest, csv2xml is a simple csv to xml converter. It reads csv files from standard input, and output a valid xml file on standard output.

Changes in version 0.5.2

- Fixed buffer overflow vulnerability. (A big enough problem to result in this new release.

Changes in version 0.5.1

- A bug was found whereby if a 0 length string was escaped/quoted the parser would run-away past the end quote. - Added the `-n' option. This forces output of any tags with no data.

Changes in version 0.5

- This is the first public release.