http://openoffice.org/bugzilla/show_bug.cgi?id=117417

        Issue Type: DEFECT
           Summary: hwpfilter: hwpreader.cxx:388:39: error: array
                    subscript is above array bounds
    Classification: Application
           Product: Word processor
           Version: DEV300m102
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Priority: P1
         Component: code
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]


Compiling: hwpfilter/source/hwpreader.cxx
cc1plus: warnings being treated as errors
/vms/64bit/home/oo/BuildDir/ooo_DEV300_m102_src/hwpfilter/source/hwpreader.cxx:
In member function 'void HwpReader::makeMeta()':
/vms/64bit/home/oo/BuildDir/ooo_DEV300_m102_src/hwpfilter/source/hwpreader.cxx:388:39:
error: array subscript is above array bounds
dmake:  Error code 1, while making '../unxlngx6.pro/slo/hwpreader.obj'
ERROR: error 65280 occurred while making
/home/oo/BuildDir/ooo_DEV300_m102_src/hwpfilter/source


because


        if (hwpinfo->summary.keyword[2][0])

but


struct HWPSummary
{
...
    unsigned short    keyword[2][56];
...
};

-- 
Configure bugmail: http://openoffice.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification
from Bugzilla. Please log into the website and enter your comments.
---------------------------------------------------------------------
--
-----------------------------------------------------------------
To unsubscribe send email to [email protected]
For additional commands send email to [email protected]
with Subject: help
--
-----------------------------------------------------------------
To unsubscribe send email to [email protected]
For additional commands send email to [email protected]
with Subject: help

Reply via email to