チケット #45544

enabler_first_clarification() memory leak

登録: 2022-09-01 11:15 最終更新: 2022-09-29 12:13

報告者:
担当者:
チケットの種類:
状況:
完了
コンポーネント:
マイルストーン:
優先度:
5 - 中
重要度:
5 - 中
解決法:
修正済み
ファイル:
5

詳細

Valgrind reports minor leak in S3_0 that comes from the req_to_fstring() call within enabler_first_clarification(). Other functions do req_to_fstring() calls with similar pattern.

チケットの履歴 (14 件中 3 件表示)

2022-09-01 11:15 更新者: cazfi
  • 新しいチケット "enabler_first_clarification() memory leak" が作成されました
2022-09-10 18:47 更新者: cazfi
コメント

Reply To cazfi

Other functions do req_to_fstring() calls with similar pattern.

It's not the pattern that is used in req_to_fstring() calling. It's the fact that req_to_fstring() cannot be used without leaking memory as the API is currently designed.

2022-09-11 16:12 更新者: cazfi
  • 担当者(未割り当て) から cazfi に更新されました
  • 解決法なし から 受領 に更新されました
2022-09-20 03:39 更新者: cazfi
  • 解決法受領 から なし に更新されました
コメント

Changes to req_to_fstring() itself have been badly backported to S3_0 patch (lacking the astr initialization, function header updates).

2022-09-20 06:32 更新者: cazfi
  • 解決法なし から 受領 に更新されました
コメント

Reply To cazfi

Changes to req_to_fstring() itself have been badly backported to S3_0 patch (lacking the astr initialization, function header updates).

- Fixed

2022-09-26 05:17 更新者: cazfi
  • 状況オープン から 完了 に更新されました
  • 解決法受領 から 修正済み に更新されました
2022-09-26 05:33 更新者: cazfi
  • 状況完了 から オープン に更新されました
  • 解決法修正済み から 受領 に更新されました
コメント

As a server side memory leak, I want to fix these in S2_6 too. Reopening for that part...

2022-09-26 05:36 更新者: cazfi
コメント

Reply To cazfi

As a server side memory leak, I want to fix these in S2_6 too. Reopening for that part...

Attached S2_6 patch has also #45720 part.

2022-09-29 12:13 更新者: cazfi
  • 状況オープン から 完了 に更新されました
  • 解決法受領 から 修正済み に更新されました

編集

このチケットにコメントを追加するには、ログインが必要です » ログインする