summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/swig/swig/swig-3.0.12-Coverity-fix-issue-reported-for-SWIG_Python_FixMetho.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/swig/swig/swig-3.0.12-Coverity-fix-issue-reported-for-SWIG_Python_FixMetho.patch b/meta/recipes-devtools/swig/swig/swig-3.0.12-Coverity-fix-issue-reported-for-SWIG_Python_FixMetho.patch
index eab50fc7ef..10e4afd1ba 100644
--- a/meta/recipes-devtools/swig/swig/swig-3.0.12-Coverity-fix-issue-reported-for-SWIG_Python_FixMetho.patch
+++ b/meta/recipes-devtools/swig/swig/swig-3.0.12-Coverity-fix-issue-reported-for-SWIG_Python_FixMetho.patch
@@ -13,7 +13,7 @@ The issue is only reported for the "swig_ptr: " line, but for
13consistency we replace both occurrences of strncpy with memcpy. 13consistency we replace both occurrences of strncpy with memcpy.
14--- 14---
15Signed-off-by: Khem Raj <raj.khem@gmail.com> 15Signed-off-by: Khem Raj <raj.khem@gmail.com>
16Status: Backport [https://github.com/swig/swig/pull/898] 16Upstream-Status: Backport [https://github.com/swig/swig/pull/898]
17 17
18 Lib/python/pyinit.swg | 4 ++-- 18 Lib/python/pyinit.swg | 4 ++--
19 1 file changed, 2 insertions(+), 2 deletions(-) 19 1 file changed, 2 insertions(+), 2 deletions(-)