[PATCH v2 3/3] libmisc/rtems-fdt: Fix of unreachable statement from incorrect variable check

2021-06-29 Thread Harrison Edward Gerber
See Also CID 1437638 Closes #4462 --- cpukit/libmisc/rtems-fdt/rtems-fdt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/libmisc/rtems-fdt/rtems-fdt.c b/cpukit/libmisc/rtems-fdt/rtems-fdt.c index 5580d415e2..b1bb26572d 100644 --- a/cpukit/libmisc/rtems-fdt/rtems-fdt.

[PATCH v2 2/3] libmisc/rtems-fdt: close() file 'bf' to avoid leaking descriptor

2021-06-29 Thread Harrison Edward Gerber
See Also CID 1437645 Closes #4297 --- cpukit/libmisc/rtems-fdt/rtems-fdt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cpukit/libmisc/rtems-fdt/rtems-fdt.c b/cpukit/libmisc/rtems-fdt/rtems-fdt.c index bfbc6102a2..5580d415e2 100644 --- a/cpukit/libmisc/rtems-fdt/rtems-fdt.c +++ b/cpukit/l

[PATCH v2 1/3] libmisc/rtems-ftd: Fixed error of null pointer dereference

2021-06-29 Thread Harrison Edward Gerber
See Also CID 1437647 Closes #4460 --- cpukit/libmisc/rtems-fdt/rtems-fdt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpukit/libmisc/rtems-fdt/rtems-fdt.c b/cpukit/libmisc/rtems-fdt/rtems-fdt.c index 7747ba9bf8..bfbc6102a2 100644 --- a/cpukit/libmisc/rtems-fdt/rtems-

[PATCH 3/3] cpukit/libmisc/rtems-fdt: Fix of unreachable statement in rtems-fdt.c

2021-06-29 Thread Harrison Edward Gerber
See Also CID 1437638 Closes #4462 --- cpukit/libmisc/rtems-fdt/rtems-fdt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/libmisc/rtems-fdt/rtems-fdt.c b/cpukit/libmisc/rtems-fdt/rtems-fdt.c index 5580d415e2..b1bb26572d 100644 --- a/cpukit/libmisc/rtems-fdt/rtems-fdt.

[PATCH 2/3] cpukit/libmisc/rtems-fdt: Fixes leaked variable 'bf' in rtems-fdt.c

2021-06-29 Thread Harrison Edward Gerber
See Also CID 1437645 Closes #4297 --- cpukit/libmisc/rtems-fdt/rtems-fdt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cpukit/libmisc/rtems-fdt/rtems-fdt.c b/cpukit/libmisc/rtems-fdt/rtems-fdt.c index bfbc6102a2..5580d415e2 100644 --- a/cpukit/libmisc/rtems-fdt/rtems-fdt.c +++ b/cpukit/l

[PATCH 1/3] cpukit/libmisc/rtems-ftd: Fixed error of null pointer dereference in rtems-fdt.c

2021-06-29 Thread Harrison Edward Gerber
See Also CID 1437647 Closes #4460 --- cpukit/libmisc/rtems-fdt/rtems-fdt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpukit/libmisc/rtems-fdt/rtems-fdt.c b/cpukit/libmisc/rtems-fdt/rtems-fdt.c index 7747ba9bf8..bfbc6102a2 100644 --- a/cpukit/libmisc/rtems-fdt/rtems-

[PATCH] cpukit/libblock/src: Add better memory handling in flashdisk.c

2021-06-04 Thread Harrison Edward Gerber
See also CID 1439298 Closes #3570 --- cpukit/libblock/src/flashdisk.c | 16 1 file changed, 16 insertions(+) diff --git a/cpukit/libblock/src/flashdisk.c b/cpukit/libblock/src/flashdisk.c index 91f99e0d52..4de6ecd807 100644 --- a/cpukit/libblock/src/flashdisk.c +++ b/cpukit/libb

[PATCH] cpukit/libdl: Fix out-of-bounds access of variable 'name' in rtl-archive.c

2021-06-03 Thread Harrison Edward Gerber
See also CID 1442653 Closes #4449 --- cpukit/libdl/rtl-archive.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/libdl/rtl-archive.c b/cpukit/libdl/rtl-archive.c index 6eba1585b6..c336655871 100644 --- a/cpukit/libdl/rtl-archive.c +++ b/cpukit/libdl/rtl-archive.c @@ -11

[PATCH] cpukit/libdebugger: Fix for sockaddr_in not being initialized

2021-06-01 Thread Harrison Edward Gerber
From: Harrison Edward Gerber See also CID 1468684 Closes #4445 --- cpukit/libdebugger/rtems-debugger-remote-tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/libdebugger/rtems-debugger-remote-tcp.c b/cpukit/libdebugger/rtems-debugger-remote-tcp.c index

[PATCH v2] cpukit/libmisc/monitor: Fix src/dest overlap of strcpy in mon-editor.c

2021-05-27 Thread Harrison Edward Gerber
From: Harrison Edward Gerber See also CID 1399727 Closes # --- cpukit/libmisc/monitor/mon-editor.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/cpukit/libmisc/monitor/mon-editor.c b/cpukit/libmisc/monitor/mon-editor.c index dcea9fcc69..4287b399a5 100644

[PATCH] cpukit/libmisc/monitor: Fixed src/dest overlap in strcpy in mon-editor.c

2021-05-26 Thread Harrison Edward Gerber
See also CID 1399727 Closes # --- cpukit/libmisc/monitor/mon-editor.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cpukit/libmisc/monitor/mon-editor.c b/cpukit/libmisc/monitor/mon-editor.c index dcea9fcc69..1392be51f1 100644 --- a/cpukit/libmisc/monitor/mon-editor.c

[PATCH] cpukit/libpci: fix potential buffer overflow in pci_cfg_print_code.c

2021-05-26 Thread Harrison Edward Gerber
See also CID 1399721 Closes #4442 --- cpukit/libpci/pci_cfg_print_code.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpukit/libpci/pci_cfg_print_code.c b/cpukit/libpci/pci_cfg_print_code.c index e758fa661a..e0979db74a 100644 --- a/cpukit/libpci/pci_cfg_print_code.c +++

[PATCH v2] user/bld/index.rst: removed references to legacy network config options

2021-05-11 Thread Harrison Edward Gerber
--- user/bld/index.rst | 7 --- 1 file changed, 7 deletions(-) diff --git a/user/bld/index.rst b/user/bld/index.rst index ebedf5a..411b3a2 100644 --- a/user/bld/index.rst +++ b/user/bld/index.rst @@ -309,10 +309,6 @@ in the configuration file. Set ``RTEMS_MULTIPROCESSING`` to ``True`

[PATCH] user/bld/index.rst: removed references to legacy network config options

2021-05-08 Thread Harrison Edward Gerber
From: Harrison --- user/bld/index.rst | 7 --- 1 file changed, 7 deletions(-) diff --git a/user/bld/index.rst b/user/bld/index.rst index ebedf5a..411b3a2 100644 --- a/user/bld/index.rst +++ b/user/bld/index.rst @@ -309,10 +309,6 @@ in the configuration file. Set ``RTEMS_MULTIPROCES