From f7777922edd673e43fd670d3d28f052fde2ecc0a Mon Sep 17 00:00:00 2001 From: dimitri staessens Date: Thu, 25 Aug 2016 15:54:02 +0200 Subject: ipcpd, normal: Safe handling of CDAP requests Destruction of the object in the reply stage was unsafe. --- src/ipcpd/normal/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ipcpd/normal/CMakeLists.txt') 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 ) -- cgit v1.2.3