summaryrefslogtreecommitdiff
path: root/src/ipcpd/normal/CMakeLists.txt
diff options
context:
space:
mode:
authordimitri staessens <dimitri.staessens@intec.ugent.be>2016-08-25 15:54:02 +0200
committerdimitri staessens <dimitri.staessens@intec.ugent.be>2016-08-25 16:16:32 +0200
commitf7777922edd673e43fd670d3d28f052fde2ecc0a (patch)
tree32443ecbb20927b33a6becd50dc6720e4be5b722 /src/ipcpd/normal/CMakeLists.txt
parent6da1fa9716e508d5d15d2953a2c358cfd24c1570 (diff)
downloadouroboros-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.txt1
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
)