New Defects reported by Coverity Scan for LibreOffice
scan-admin at coverity.com
scan-admin at coverity.com
Mon Dec 19 21:13:12 UTC 2022
Hi,
Please find the latest report on new defect(s) introduced to LibreOffice found with Coverity Scan.
1 new defect(s) introduced to LibreOffice found with Coverity Scan.
1 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent build analyzed by Coverity Scan.
New defect(s) Reported-by: Coverity Scan
Showing 1 of 1 defect(s)
** CID 1517796: (OVERRUN)
/hwpfilter/source/hbox.cxx: 693 in Outline::GetUnicode() const()
/hwpfilter/source/hbox.cxx: 694 in Outline::GetUnicode() const()
________________________________________________________________________________________________________
*** CID 1517796: (OVERRUN)
/hwpfilter/source/hbox.cxx: 693 in Outline::GetUnicode() const()
687 }
688 default:
689 buffer[l++] = user_shape[i];
690 break;
691 }
692 }
>>> CID 1517796: (OVERRUN)
>>> Overrunning array "this->deco" of 7 4-byte elements at element index 7 (byte offset 31) using index "i" (which evaluates to 7).
693 if( deco[i][1] ){
694 buffer[l++] = deco[i][1];
695 }
696 buffer[l] = 0;
697 return hstr2OUString(buffer);
698 }
/hwpfilter/source/hbox.cxx: 694 in Outline::GetUnicode() const()
688 default:
689 buffer[l++] = user_shape[i];
690 break;
691 }
692 }
693 if( deco[i][1] ){
>>> CID 1517796: (OVERRUN)
>>> Overrunning array "this->deco" of 7 4-byte elements at element index 7 (byte offset 31) using index "i" (which evaluates to 7).
694 buffer[l++] = deco[i][1];
695 }
696 buffer[l] = 0;
697 return hstr2OUString(buffer);
698 }
699 }
________________________________________________________________________________________________________
To view the defects in Coverity Scan visit, https://u15810271.ct.sendgrid.net/ls/click?upn=HRESupC-2F2Czv4BOaCWWCy7my0P0qcxCbhZ31OYv50ypSs1kiFPuCn2xFdlMIFBirii0zZ9j2-2F9F2XPBcBm2BNgi9duPy3v-2FzgFDd2LJ-2BDKI-3DNcVk_OTq2XUZbbipYjyLSo6GRo-2FpVxQ9OzkDINu9UTS-2FQhSdO0F0jQniitrGlNxDIzPJi2Pw1MQBU80gcII8M7Y0XgwigINv2yKEWUMR2jyrGX8l0q3-2F7z5ifzVT-2FTvqgI7LhTcs2c-2FDh7K2VNu8gfeIOi-2F-2FDmoRJm5GzecH2NPOW9FQ0WFw6kZ6VXGzMhveckqr4-2FIrYk-2BhemaXTkp-2FyqxcKAoU1RE2pNol21jq4iJyFjJQ-3D
More information about the LibreOffice
mailing list