mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 14:28:45 +01:00
"patch from Nigel Vickers and me, to prevent recursed getclosingbraces walking over a double stop delimeter"
This commit is contained in:
parent
97830ca51f
commit
8e9aae494b
@ -2314,6 +2314,7 @@ class Net_IMAPProtocol {
|
|||||||
$str_line_aux = $this->_getSubstr( $str_line , $pos );
|
$str_line_aux = $this->_getSubstr( $str_line , $pos );
|
||||||
$pos_aux = $this->_getClosingBracesPos( $str_line_aux );
|
$pos_aux = $this->_getClosingBracesPos( $str_line_aux );
|
||||||
$pos+=$pos_aux;
|
$pos+=$pos_aux;
|
||||||
|
if ($pos == $len-1) break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if( $str_line[$pos] != $stopDelim ){
|
if( $str_line[$pos] != $stopDelim ){
|
||||||
|
Loading…
Reference in New Issue
Block a user