2023-11-08 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in ripcd(8) that caused memory to be leaked when
	processing RMLs.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2023-11-08 11:09:12 -05:00
parent 36e29d360e
commit 8d9e5e8005
2 changed files with 274 additions and 270 deletions

View File

@@ -24466,3 +24466,6 @@
* Added a 'gpio_fuzz_test' test harness in 'tests/'.
2023-11-08 Fred Gleason <fredg@paravelsystems.com>
* Added a 'rml_torture_test' test harness in 'tests/'.
2023-11-08 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in ripcd(8) that caused memory to be leaked when
processing RMLs.