revise Posix Mainloop
authorYoungjae Shin <yj99.shin@samsung.com>
Mon, 12 Dec 2022 05:17:26 +0000 (14:17 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Mon, 12 Dec 2022 09:35:28 +0000 (18:35 +0900)
commitc89f3809aeb4ce2a852f79438bf02553ff02910d
treec06bf3a410a28e25246036cab13cf7b557e83858
parentbdb9ce02d6b96c7aa63496baa2aa5c8c0b21c15c
revise Posix Mainloop

[Problem] cb data is double freed
[Solution] use shared_ptr
- revise TCP test and lock
common/PosixMainLoop.cc
common/PosixMainLoop.h
debian/rules
modules/tcp/Module.cc
modules/tcp/Module.h
tests/AITT_TCP_test.cc