┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kitemviews/private
diff options
context:
space:
mode:
authorFelix Ernst <[email protected]>2023-01-08 15:07:16 +0100
committerFelix Ernst <[email protected]>2023-01-08 15:07:16 +0100
commiteede5747237ac736340b01ad5b913f479011ddff (patch)
tree1c3076d7438764cdeec82f257a1153961ac0015e /src/kitemviews/private
parent1ea868f2f8e328ab09487ed1f7e0ba053adcf552 (diff)
Fix potential nullptr de-reference
The `break` that is replaced by a `return` here would only break out of the innermost while loop so the std::vector::end could still become accessed after that. By returning here we completely exit out of both nested loops and therefore don't access the std::vector::end.
Diffstat (limited to 'src/kitemviews/private')
0 files changed, 0 insertions, 0 deletions