Daemon: Added check for empty data
This commit is contained in:
@@ -73,6 +73,11 @@ class ExAuth
|
||||
}
|
||||
|
||||
$iHeader = fgets(STDIN, 3);
|
||||
if (empty($iHeader)) {
|
||||
$this->writeLog(LOG_ERR, 'empty stdin');
|
||||
return;
|
||||
}
|
||||
|
||||
$aLength = unpack('n', $iHeader);
|
||||
$iLength = $aLength['1'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user