チケット #47474

configure: pthreads test passing NULL as nonnull parameter

登録: 2023-02-22 11:47 最終更新: 2023-03-08 10:31

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

詳細

From build logs:

conftest.c:115:45: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
return pthread_create(NULL, NULL, NULL, NULL);

conftest.c:115:45: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
return pthread_create(NULL, NULL, NULL, NULL);

These refer to third and fourth parameters. This might be just cosmetic, but I can't say for sure that under no circumstances (especially with -Werror involved) this would not cause configure to incorrectly reject pthreads.

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

2023-02-22 11:47 更新者: cazfi
  • 新しいチケット "configure: pthreads test passing NULL as nonnull parameter" が作成されました
2023-03-03 13:29 更新者: cazfi
  • 担当者(未割り当て) から cazfi に更新されました
  • 解決法なし から 受領 に更新されました
  • マイルストーン(未割り当て) から 3.0.7 (完了済み) に更新されました
コメント

Patch also for S2_6 attached.

2023-03-08 10:31 更新者: cazfi
  • 状況オープン から 完了 に更新されました
  • 解決法受領 から 修正済み に更新されました

編集

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