Added ubsan

This commit is contained in:
Alex
2022-11-17 03:33:18 +02:00
parent 11641b1ff3
commit 2571c4f539
15 changed files with 410 additions and 26 deletions

View File

@ -22,6 +22,8 @@ namespace UniversalAsynchronousReceiverTransmitter
this->Port = Port;
if (Port > 7)
return;
if (serialports[Port])
return;