summaryrefslogtreecommitdiff
path: root/lib/avtp_pipeline/platform/x86_i210
diff options
context:
space:
mode:
Diffstat (limited to 'lib/avtp_pipeline/platform/x86_i210')
-rw-r--r--lib/avtp_pipeline/platform/x86_i210/mcr/openavb_mcr_hal.c1
-rw-r--r--lib/avtp_pipeline/platform/x86_i210/mcr/openavb_mcr_hal.h1
-rw-r--r--lib/avtp_pipeline/platform/x86_i210/openavb_hal.h1
-rw-r--r--lib/avtp_pipeline/platform/x86_i210/openavb_igb.c3
-rw-r--r--lib/avtp_pipeline/platform/x86_i210/openavb_igb.h1
5 files changed, 6 insertions, 1 deletions
diff --git a/lib/avtp_pipeline/platform/x86_i210/mcr/openavb_mcr_hal.c b/lib/avtp_pipeline/platform/x86_i210/mcr/openavb_mcr_hal.c
index 6cdd873e..13236986 100644
--- a/lib/avtp_pipeline/platform/x86_i210/mcr/openavb_mcr_hal.c
+++ b/lib/avtp_pipeline/platform/x86_i210/mcr/openavb_mcr_hal.c
@@ -1,5 +1,6 @@
/*************************************************************************************************************
Copyright (c) 2012-2015, Symphony Teleca Corporation, a Harman International Industries, Incorporated company
+Copyright (c) 2016-2017, Harman International Industries, Incorporated
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/lib/avtp_pipeline/platform/x86_i210/mcr/openavb_mcr_hal.h b/lib/avtp_pipeline/platform/x86_i210/mcr/openavb_mcr_hal.h
index 85579122..c6db6044 100644
--- a/lib/avtp_pipeline/platform/x86_i210/mcr/openavb_mcr_hal.h
+++ b/lib/avtp_pipeline/platform/x86_i210/mcr/openavb_mcr_hal.h
@@ -1,5 +1,6 @@
/*************************************************************************************************************
Copyright (c) 2012-2015, Symphony Teleca Corporation, a Harman International Industries, Incorporated company
+Copyright (c) 2016-2017, Harman International Industries, Incorporated
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/lib/avtp_pipeline/platform/x86_i210/openavb_hal.h b/lib/avtp_pipeline/platform/x86_i210/openavb_hal.h
index a12e4dba..10114eb4 100644
--- a/lib/avtp_pipeline/platform/x86_i210/openavb_hal.h
+++ b/lib/avtp_pipeline/platform/x86_i210/openavb_hal.h
@@ -1,5 +1,6 @@
/*************************************************************************************************************
Copyright (c) 2012-2015, Symphony Teleca Corporation, a Harman International Industries, Incorporated company
+Copyright (c) 2016-2017, Harman International Industries, Incorporated
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/lib/avtp_pipeline/platform/x86_i210/openavb_igb.c b/lib/avtp_pipeline/platform/x86_i210/openavb_igb.c
index 6bbbc8b4..f5c1acf0 100644
--- a/lib/avtp_pipeline/platform/x86_i210/openavb_igb.c
+++ b/lib/avtp_pipeline/platform/x86_i210/openavb_igb.c
@@ -1,5 +1,6 @@
/*************************************************************************************************************
Copyright (c) 2012-2015, Symphony Teleca Corporation, a Harman International Industries, Incorporated company
+Copyright (c) 2016-2017, Harman International Industries, Incorporated
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -107,7 +108,7 @@ device_t *igbAcquireDevice()
LOCK();
if (!igb_dev) {
- device_t *tmp_dev = malloc(sizeof(device_t));
+ device_t *tmp_dev = calloc(1, sizeof(device_t));
if (!tmp_dev) {
AVB_LOGF_ERROR("Cannot allocate memory for device: %s", strerror(errno));
goto unlock;
diff --git a/lib/avtp_pipeline/platform/x86_i210/openavb_igb.h b/lib/avtp_pipeline/platform/x86_i210/openavb_igb.h
index 20635e4b..2f160774 100644
--- a/lib/avtp_pipeline/platform/x86_i210/openavb_igb.h
+++ b/lib/avtp_pipeline/platform/x86_i210/openavb_igb.h
@@ -1,5 +1,6 @@
/*************************************************************************************************************
Copyright (c) 2012-2015, Symphony Teleca Corporation, a Harman International Industries, Incorporated company
+Copyright (c) 2016-2017, Harman International Industries, Incorporated
All rights reserved.
Redistribution and use in source and binary forms, with or without