Fix for index outside the bounds.
Tutti i controlli sono stati effettuati con successo
The build was successful.
Tutti i controlli sono stati effettuati con successo
The build was successful.
This commit is contained in:
parent
4d150c2fe3
commit
a09c6b3fad
@ -50,7 +50,7 @@ class Test {
|
|||||||
print($headers[$pos], "\n");
|
print($headers[$pos], "\n");
|
||||||
cIterator: {
|
cIterator: {
|
||||||
print(" ", $headers[$pos][$c], "\n");
|
print(" ", $headers[$pos][$c], "\n");
|
||||||
if(!($headers[$pos][++$c])) {
|
if(strlen($headers[$pos]) <= ++$c) {
|
||||||
goto cIteratorExit;
|
goto cIteratorExit;
|
||||||
}
|
}
|
||||||
goto cIterator;
|
goto cIterator;
|
||||||
|
Caricamento…
Fai riferimento in un nuovo problema
Block a user