mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 08:40:12 +01:00
2022-05-23 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the 'SAS USI' switcher driver in ripcd(8) that could cause a segfault upon receipt of a network error. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -23155,3 +23155,6 @@
|
|||||||
2022-05-23 Fred Gleason <fredg@paravelsystems.com>
|
2022-05-23 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Removed the 'ALL' entry from the 'Default Group' dropdown in the
|
* Removed the 'ALL' entry from the 'Default Group' dropdown in the
|
||||||
'Dropbox Configuration' dialog in rdlogmanager(1).
|
'Dropbox Configuration' dialog in rdlogmanager(1).
|
||||||
|
2022-05-23 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Fixed a bug in the 'SAS USI' switcher driver in ripcd(8) that
|
||||||
|
could cause a segfault upon receipt of a network error.
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
//
|
//
|
||||||
// A Rivendell switcher driver for the SAS USI Protocol
|
// A Rivendell switcher driver for the SAS USI Protocol
|
||||||
//
|
//
|
||||||
// (C) Copyright 2002-2021 Fred Gleason <fredg@paravelsystems.com>
|
// (C) Copyright 2002-2022 Fred Gleason <fredg@paravelsystems.com>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License version 2 as
|
// it under the terms of the GNU General Public License version 2 as
|
||||||
@@ -407,6 +407,7 @@ void SasUsi::errorData(QAbstractSocket::SocketError err)
|
|||||||
default:
|
default:
|
||||||
rda->syslog(LOG_WARNING,
|
rda->syslog(LOG_WARNING,
|
||||||
"received network error %d on connection to SasUsi device at %s:%d",
|
"received network error %d on connection to SasUsi device at %s:%d",
|
||||||
|
err,
|
||||||
(const char *)sas_ipaddress.toString().toUtf8(),
|
(const char *)sas_ipaddress.toString().toUtf8(),
|
||||||
sas_ipport);
|
sas_ipport);
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user