[*] Resolve: protocol-stack link bug (multiple append failure / missing next link)
This commit is contained in:
parent
00129255f8
commit
2af2eadfa8
@ -262,6 +262,11 @@ namespace Aurora::IO::Protocol
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
if (this->pTopPiece)
|
||||||
|
{
|
||||||
|
this->pTopPiece->pNext = pNew;
|
||||||
|
}
|
||||||
|
|
||||||
this->pTopPiece = pNew;
|
this->pTopPiece = pNew;
|
||||||
|
|
||||||
if (!this->pBottomPiece)
|
if (!this->pBottomPiece)
|
||||||
|
Loading…
Reference in New Issue
Block a user