diff options
author | dimitri staessens <[email protected]> | 2016-08-25 15:54:02 +0200 |
---|---|---|
committer | dimitri staessens <[email protected]> | 2016-08-25 16:16:32 +0200 |
commit | f7777922edd673e43fd670d3d28f052fde2ecc0a (patch) | |
tree | 32443ecbb20927b33a6becd50dc6720e4be5b722 /src/ipcpd/normal/CMakeLists.txt | |
parent | 6da1fa9716e508d5d15d2953a2c358cfd24c1570 (diff) | |
download | ouroboros-f7777922edd673e43fd670d3d28f052fde2ecc0a.tar.gz ouroboros-f7777922edd673e43fd670d3d28f052fde2ecc0a.zip |
ipcpd, normal: Safe handling of CDAP requests
Destruction of the object in the reply stage was unsafe.
Diffstat (limited to 'src/ipcpd/normal/CMakeLists.txt')
-rw-r--r-- | src/ipcpd/normal/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ipcpd/normal/CMakeLists.txt b/src/ipcpd/normal/CMakeLists.txt index 555260f1..68dca4b3 100644 --- a/src/ipcpd/normal/CMakeLists.txt +++ b/src/ipcpd/normal/CMakeLists.txt @@ -25,6 +25,7 @@ set(SOURCE_FILES main.c fmgr.c frct.c + cdap_request.c ribmgr.c rmt.c ) |