mbed-os/UNITTESTS/features/netsocket/InternetSocket
Sławek Piotrowski 50dd1eb950 Fix hard-fault when socket created using accept() is closed
When socket created  using accept() is closed by calling the close()
method, "delete this" is executed which triggers the destructor call
on TCPSocket which in turn calls close() once again. Because _stack
is already 0 this results in a hard-fault.

Add a check that skips the rest of the close() method is the _stack
is already 0.
2018-10-19 11:46:55 +01:00
..
test_InternetSocket.cpp Fix hard-fault when socket created using accept() is closed 2018-10-19 11:46:55 +01:00
unittest.cmake add auto-naming of unit test suites 2018-10-08 15:18:50 +01:00