bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/13348] New: Array subscript is above array bounds in libop


From: d.g.gorbachev at gmail dot com
Subject: [Bug binutils/13348] New: Array subscript is above array bounds in libopcodes
Date: Wed, 26 Oct 2011 09:18:11 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=13348

             Bug #: 13348
           Summary: Array subscript is above array bounds in libopcodes
           Product: binutils
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: binutils
        AssignedTo: address@hidden
        ReportedBy: address@hidden
                CC: address@hidden
    Classification: Unclassified


The error happens when compiling with GCC 4.7.0 at -O3 level.

In i386-dis.c, line 11334,

    all_prefixes[i] && i < (int) ARRAY_SIZE (all_prefixes)

the operands of `&&' should be exchanged.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]