mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-28 13:04:17 -04:00
0ee3237db5
cppcheck reported boolean expressions being used in bitwise operations when validating UDP ports. Replace accidental '&' operators with logical '&&' operators. Also replace hard-coded port range limits with UINT16_MAX to make the valid UDP port range explicit and keep UDP source/sink validation consistent. No functional change. Signed-off-by: Robin Getz <rgetz503@gmail.com>