Fix bug in Serial driver for Linux
The uart is not flushed so the 1st message may be bigger than excpected, leading to out-of-bound array access (exception is raised)
Showing
Please register or sign in to comment
The uart is not flushed so the 1st message may be bigger than excpected, leading to out-of-bound array access (exception is raised)