操作
Bug(バグ) #343
完了Segfault in creating member profile tree
開始日:
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.
Kousuke Ebihara さんがほぼ15年前に更新
- ステータス を Accepted(着手) から Fixed(完了) に変更
- 進捗率 を 0 から 100 に変更
I fixed this problem at: http://github.com/ebihara/opWebAPIPlugin/commit/e9c070479fedb55bea22d5071ce504ebf9aa8949
操作