summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp68
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp68')
-rw-r--r--testsuites/sptests/sp68/init.c4
-rw-r--r--testsuites/sptests/sp68/sp68.doc2
2 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/sptests/sp68/init.c b/testsuites/sptests/sp68/init.c
index 5443dfbb5e..6f8d02e945 100644
--- a/testsuites/sptests/sp68/init.c
+++ b/testsuites/sptests/sp68/init.c
@@ -9,7 +9,7 @@
*/
/*
- * Copyright (c) 2009-2015 embedded brains GmbH.
+ * Copyright (C) 2009, 2015 embedded brains GmbH & Co. KG
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -166,7 +166,7 @@ static void obtain_callback(rtems_id timer_id, void *arg)
static void release_callback(rtems_id timer_id, void *arg)
{
rtems_status_code sc = RTEMS_SUCCESSFUL;
- char buf [1];
+ char buf [1] = { 0 };
size_t size = sizeof(buf);
uint32_t released = 0;
diff --git a/testsuites/sptests/sp68/sp68.doc b/testsuites/sptests/sp68/sp68.doc
index 5402d5d3ea..91e385ef2f 100644
--- a/testsuites/sptests/sp68/sp68.doc
+++ b/testsuites/sptests/sp68/sp68.doc
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: BSD-2-Clause
-# Copyright (c) 2009 embedded brains GmbH.
+# Copyright (c) 2009 embedded brains GmbH & Co. KG
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions