summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordimitri staessens <dimitri.staessens@intec.ugent.be>2016-08-04 16:39:00 +0200
committerdimitri staessens <dimitri.staessens@intec.ugent.be>2016-08-04 17:19:01 +0200
commitdd808dd6cd7eb4690bfc009eb8dd8150944f75b6 (patch)
tree75a81920c0ec2589fc71d22a286d2b7f20462323 /src
parent2567329483ab1fe5384782da50e06aa0bbdd3cfe (diff)
downloadouroboros-dd808dd6cd7eb4690bfc009eb8dd8150944f75b6.tar.gz
ouroboros-dd808dd6cd7eb4690bfc009eb8dd8150944f75b6.zip
irmd: Fix potential object access after free
Diffstat (limited to 'src')
-rw-r--r--src/irmd/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/irmd/main.c b/src/irmd/main.c
index 8c19990a..f2a6733d 100644
--- a/src/irmd/main.c
+++ b/src/irmd/main.c
@@ -1434,6 +1434,7 @@ void * irm_flow_cleaner()
if (n_rb != NULL)
shm_ap_rbuff_destroy(n_rb);
irm_flow_destroy(e);
+ continue;
}
if (kill(e->n_1_api, 0) < 0) {
struct shm_ap_rbuff * n_1_rb =