2019-06-04 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in rdimport(1) that caused a segfault when
	processing an ID3 tag with a field that contained a null value.
This commit is contained in:
Fred Gleason
2019-06-04 15:09:17 -04:00
parent 120b9bf07c
commit 43f441422d
2 changed files with 26 additions and 16 deletions

View File

@@ -18731,3 +18731,6 @@
2019-06-04 Fred Gleason <fredg@paravelsystems.com>
* Documented the 'Stop Recording' ['SR'] command in the CAE
API documentation.
2019-06-04 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdimport(1) that caused a segfault when
processing an ID3 tag with a field that contained a null value.