プロジェクト

全般

プロフィール

Bug(バグ) #343

完了

Segfault in creating member profile tree

Kousuke Ebihara さんがほぼ15年前に追加. ほぼ15年前に更新.

ステータス:
Fixed(完了)
優先度:
Normal(通常)
担当者:
対象バージョン:
開始日:
2009-12-10
期日:
進捗率:

100%

予定工数:
3.6 で発生するか:
[QA]バグ通知済:
3.8 で発生するか:

説明

Some APIs that have member profile, cause segfault.

Creating member profile tree is using the SimpleXMLElement::addChild(), and profile value is passed as the second argument. But the profile value is an instance of MemberProfile, not string, so probably SimpeXMLElement::addChild() keeps the argument (an instance of MemberProfile) by output, and it suppresses memory.

他の形式にエクスポート: Atom PDF