array index out of bounds

• Nov 18, 2018 - 00:13
Reported version
3.0
Priority
P1 - High
Type
Functional
Frequency
Once
Severity
S3 - Major
Reproducibility
Always
Status
closed
Regression
No
Workaround
No
Project

In file included from //qt5/include/QtCore/qglobal.h:1156:0,
from //qt5/include/QtCore/QtCore:4,
from //qt5/include/QtGui/QtGuiDepends:3,
from //qt5/include/QtGui/QtGui:3,
from all.h:61:
//qt5/include/QtCore/qflags.h: In constructor 'Ms::ScoreView::ScoreView(QWidget)':
//qt5/include/QtCore/qflags.h:162:85: warning: array subscript is above array bounds [-Warray-bounds]
return (it == end ? Int(0) : (Int(
it) | initializer_list_helper(it + 1, end)));


Comments

@mirabilos how did you get this message? It would probably be easier to find the source of this issue if it can be reproduced.

Status active closed

Interesting, I also don’t find it in any recent build logs any more either. It’s apparently fixed somehow.