summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorAndreas <nordominus@users.noreply.github.com>2019-11-19 05:07:06 +0100
committerSaya Sugiura <39760799+ssugiura@users.noreply.github.com>2019-11-19 13:07:06 +0900
commit346781ff633aee48eee5700a0b379d97cf86c935 (patch)
treeb771a62a82ea9c785fac3d320a06272c426ec455 /AUTHORS
parentb38a8d1631cf7fc8eec6d1e88b60d5db340ee376 (diff)
downloadDLT-daemon-346781ff633aee48eee5700a0b379d97cf86c935.tar.gz
Fix a potential memory leak in file transfer (#126)
* Fix a potential memory leak in file transfer This potential memory leak in dlt-system-filetransfer.c can happen if only a filename is passed to dirname(). In the current implementation of dlt-daemon, this issue cannot happen. But in case of refactoring or different usage there is a chance that it can be triggered. See: https://linux.die.net/man/3/dirname Signed-off-by: Andreas Seidl <andreas.seidl@daimler.com>
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index cf74d8f..cd8dc9e 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -14,3 +14,4 @@ Eckhard Diezel <external.Eckhard.Diezel@de.bosch.com>
Mohammed AL Dardoun
Lassi Marttala
Simon Brandner
+Copyright (c) 2019 MBition GmbH, Andreas Seidl <andreas.seidl@daimler.com>