You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scan of port 3490 from a Linux machine by
'nmap -v -p 3490 -Pn IP_address_of_QNX_board' leads to dlt-daemon crash.
It is necessary to parse the code of the returned error in errno.
If errno = ECONNABORTED it means there was an attempt to scan port 3490
and on this error there is no need to exit the application by error.
Fix for the issue #341
Signed-off-by: Ruslan Valovyi <[email protected]>
Hi,
I am facing a problem in QNX with dlt-daemon:
I start dlt-daemon on QNX board and it works fine:
Then I run a scan of port 3490 from a Linux machine:
$ nmap -v -p 3490 -Pn IP_address_of_QNX_board
This leads to a daemon crash:
On Linux machine dlt-daemon doesn't crash:
Thanks in advance.
The text was updated successfully, but these errors were encountered: