Hi,

Please find the latest report on new defect(s) introduced to Enlightenment 
Foundation Libraries found with Coverity Scan.

1 new defect(s) introduced to Enlightenment Foundation Libraries found with 
Coverity Scan.


New defect(s) Reported-by: Coverity Scan
Showing 1 of 1 defect(s)


** CID 1436122:  Memory - corruptions  (OVERRUN)
/src/modules/evas/vg_loaders/svg/evas_vg_load_svg.c: 2284 in 
_evas_svg_loader_xml_open_parser()


________________________________________________________________________________________________________
*** CID 1436122:  Memory - corruptions  (OVERRUN)
/src/modules/evas/vg_loaders/svg/evas_vg_load_svg.c: 2284 in 
_evas_svg_loader_xml_open_parser()
2278             sz = attrs - content;
2279             attrs_length = length - sz;
2280             while ((sz > 0) && (isspace(content[sz - 1])))
2281               sz--;
2282             if ((unsigned int)sz > sizeof(tag_name)) return;
2283             strncpy(tag_name, content, sz);
>>>     CID 1436122:  Memory - corruptions  (OVERRUN)
>>>     Overrunning array "tag_name" of 20 bytes at byte offset 20 using index 
>>> "sz" (which evaluates to 20).
2284             tag_name[sz] = '\0';
2285          }
2286     
2287        if ((method = _find_group_factory(tag_name)))
2288          {
2289             //group


________________________________________________________________________________________________________
To view the defects in Coverity Scan visit, 
https://u15810271.ct.sendgrid.net/ls/click?upn=HRESupC-2F2Czv4BOaCWWCy7my0P0qcxCbhZ31OYv50yr0IfqfowFTJfr2mAaHN4-2F3-2FDLvknkvEk8R-2Brc-2FAW1wKeWyrE1QE9OJURKPBhdlbSbw1o9AcDp5mEfe2HCNhbRPU2Ry_mvpcOc8FOVNbImGRSJC5zHD-2FhpVE1eyBkS-2FwxVM20bAYoRluBZqz-2BflYwpXqPgd3IrAfIB4VmABZ0j-2BbHpRH6A-2B5MmzLrTw2uwVK1m9NTw5om6eLG8a2fVLnLYka4QDbfRH6hEAMPqN0YseZFeLnCGODM86JCHrt70VaWE-2FlkMTzTvTRRNThzeZ7JFRF4XMW4zNUaz1-2FHKeegW0Fr9prMDu4UylfHBxKRPU9n2PNas8bWVUJJae5H0Zw49S5mjOA



_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to