Sujet : Re: A glimpse of sanity
De : bc (at) *nospam* freeuk.com (bart)
Groupes : comp.lang.cDate : 28. May 2024, 16:14:31
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v34scn$l5rs$1@dont-email.me>
References : 1 2
User-Agent : Mozilla Thunderbird
On 28/05/2024 15:55, Stefan Ram wrote:
ram@zedat.fu-berlin.de (Stefan Ram) wrote or quoted:
Whenever I add "-fsanitize=address" or "-fsanitize=undefined"
on Windows, the executables will run, but not do anything,
I mean the executables created, i.e, "a.out".
That sounds fishy. Executables on Windows are usually called "a.exe", by gcc at least, unless they are named. (Only 'as' on Windows will create a default output called "a.out").
What is the size of the executable produced, and is it as expected?