Skip to content
Snippets Groups Projects
Commit ead0bc55 authored by Philippe Canal's avatar Philippe Canal
Browse files

From Sergey:

Fix for coverity warnings.

Coverity warnings 23101 - 23112 should be fixed (hopefully) by removing
fName field from SXmlAttr_t and SXmlNode_t and replacing them by inline
static function.

Warning 23113 is not a problem. In this place result of SkipSpaces()
really doesn't matter at all.  

Warning 23114 should be solved - was not an error.

Warnings 23115 - 23121 are about strcpy(). I replaced them by strncpy().
Here should be no penalties at all while exact number of copied bytes is
always specified.


git-svn-id: http://root.cern.ch/svn/root/trunk@36633 27541ba8-7e3a-0410-8455-c3a389f83636
parent f6862a49
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment