1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-29 13:34:13 -04:00
Files
sdrangel/sdrbase
Robin Getz 52f5055ef7 serialutil: Remove dead code in Windows COM port enumeration
Remove an invalid out-of-bounds array access that attempted to handle
ERROR_INSUFFICIENT_BUFFER. The statement did not resize the fixed-size
buffer and had no effect other than invoking undefined behavior.

The function only uses QueryDosDeviceA() as an existence check for COM
ports, so removing the dead error-handling code does not change its
behavior.

Signed-off-by: Robin Getz <rgetz503@gmail.com>
2026-07-26 15:54:53 -04:00
..
2026-03-25 19:06:11 +00:00
2026-03-25 21:39:29 +00:00
2024-09-05 13:37:46 +03:00
2024-10-21 17:09:32 +01:00
2026-04-22 20:14:10 +01:00