6 Dec
2022
6 Dec
'22
4:44 a.m.
On Tue Dec 6 04:44:57 2022 +0000, Alex Henrie wrote:
I like the idea here, but I don't think strdup and wcsdup need to be annotated. Since they are standard library functions, the compiler already knows that they work like malloc. I did some simple tests and it seems like they actually are needed, maybe because of the underscore prefix on the actual functions (`_strdup()` and `_wcsdup()`)
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/1686#note_18776