Skip to content
Commit ac4988b0 authored by Friedrich W. H. Kossebau's avatar Friedrich W. H. Kossebau
Browse files

Fix creation of invalid negative transport ids by cast uint32 -> int

Port of KRandom::random to QRandomGenerator in
b5572156 missed that generate() uses all
bits of the uint32, and the compiler does not warn when casting uint to int

Current code assumes only positive ids to be valid, so some checks will
assume the transport is not correctly configured.

Also set 1 as lowest minimal value, as a 0 value will be discarded anyway.
parent b152ce16
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment