Skip to content

Fix an invalid memory access bug in the OM format write

Martin Marinov requested to merge REFORM-891-om-writter-prop-name-bug into master

Fix a bug where the OM format write code tries to access the second character in property names that have 0 or 1 characters. Also improve the code quality.

Merge request reports