Closed Bug 1784191 Opened 2 years ago Closed 2 years ago

Perma clang-trunk security/nss/lib/base/error.c:91:65: error: incompatible function pointer types passing 'FARPROC' (aka 'int (*)() __attribute__((stdcall))') to parameter of type 'PRThreadPrivateDTOR' (aka 'void (*)(void *)') [-Wincompatible-function-poi

Categories

(NSS :: Libraries, defect)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: glandium, Unassigned)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

This affects mingw clang builds with clang trunk

[task 2022-08-11T01:43:38.919Z] 01:43:38    ERROR -  /builds/worker/checkouts/gecko/security/nss/lib/base/error.c:91:65: error: incompatible function pointer types passing 'FARPROC' (aka 'int (*)() __attribute__((stdcall))') to parameter of type 'PRThreadPrivateDTOR' (aka 'void (*)(void *)') [-Wincompatible-function-pointer-types]
[task 2022-08-11T01:43:38.920Z] 01:43:38     INFO -              return PR_NewThreadPrivateIndex(&error_stack_index, freePtr);
[task 2022-08-11T01:43:38.920Z] 01:43:38     INFO -                                                                  ^~~~~~~
[task 2022-08-11T01:43:38.920Z] 01:43:38     INFO -  /builds/worker/workspace/obj-build/dist/include/nspr/prthread.h:192:44: note: passing argument to parameter 'destructor' here
[task 2022-08-11T01:43:38.921Z] 01:43:38     INFO -      PRUintn *newIndex, PRThreadPrivateDTOR destructor);
[task 2022-08-11T01:43:38.921Z] 01:43:38     INFO -                                             ^
[task 2022-08-11T01:43:38.922Z] 01:43:38     INFO -  1 error generated.

clang trunk recently added a check for incompatible function pointers,
and now is not happy with a FARPROC being given as a
PRThreadPrivateDTOR, because that's not the same signature. But FARPROC
is the "normal" return type from GetProcAddress, but OTOH, it's not the
actual type signature for PR_Free.

The severity field is not set for this bug.
:beurdouche, could you have a look please?

For more information, please visit auto_nag documentation.

Flags: needinfo?(bbeurdouche)

Fixed by the import in bug 1785784

Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Flags: needinfo?(bbeurdouche)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: