Commit 615d9e2
committed
Fix possible out of bounds access in WTableView::itemWidget
May or may not be related to issue #7000
In the previous condition, it would accept the index if its column is
less than the rowHeaderCount() i.e. it is a row header column.
It would not look if the row was actually rendered, but it should also
check that.1 parent f3b6e75 commit 615d9e2
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1958 | 1958 | | |
1959 | 1959 | | |
1960 | 1960 | | |
1961 | | - | |
1962 | | - | |
| 1961 | + | |
| 1962 | + | |
1963 | 1963 | | |
1964 | 1964 | | |
1965 | 1965 | | |
| |||
0 commit comments