mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-23 17:30:22 +01:00
2018-08-29 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in the 'spinitron_plus' RLM that caused a segfault.
This commit is contained in:
@@ -16679,3 +16679,6 @@
|
|||||||
* Fixed a bug in rdimport(1) that would throw a spurious SQL error
|
* Fixed a bug in rdimport(1) that would throw a spurious SQL error
|
||||||
when using the '--to-cart=' switch with an already existing cart
|
when using the '--to-cart=' switch with an already existing cart
|
||||||
[Issue #000217].
|
[Issue #000217].
|
||||||
|
2018-08-29 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Fixed a regression in the 'spinitron_plus' RLM that caused
|
||||||
|
a segfault.
|
||||||
|
|||||||
@@ -199,7 +199,6 @@ void rlm_spinitron_plus_RLMStart(void *ptr,const char *arg)
|
|||||||
while(strlen(station)>0) {
|
while(strlen(station)>0) {
|
||||||
rlm_spinitron_plus_major_versions=realloc(rlm_spinitron_plus_major_versions,
|
rlm_spinitron_plus_major_versions=realloc(rlm_spinitron_plus_major_versions,
|
||||||
(rlm_spinitron_plus_devs+1)*(rlm_spinitron_plus_devs+1)*sizeof(int));
|
(rlm_spinitron_plus_devs+1)*(rlm_spinitron_plus_devs+1)*sizeof(int));
|
||||||
strcpy(rlm_spinitron_plus_stations+256*rlm_spinitron_plus_devs,station);
|
|
||||||
rlm_spinitron_plus_major_versions[rlm_spinitron_plus_devs]=
|
rlm_spinitron_plus_major_versions[rlm_spinitron_plus_devs]=
|
||||||
RLMGetIntegerValue(ptr,arg,section,"MajorVersion",1);
|
RLMGetIntegerValue(ptr,arg,section,"MajorVersion",1);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user