On Tue, 12 Nov 2024 at 12:08, Dmitry Frolov <fro...@swemel.ru> wrote: > "int main(int argc, char **argv, char** envp)" is non-standart
standart -> standard > Microsoft`s extention of the C language and it`s not portable. * But it looks widely supported. > In my particular case (Debian 13, clang-16) this raises wild-pointer > dereference with ASAN message "heap-use-after-free". > > v2: changed confusing commit header * We need to include a pointer to the earlier version/discussion: v1: -> https://lore.kernel.org/qemu-devel/23ef463e-744d-472c-bd25-30f68a97a...@swemel.ru/T/#t Thank you. --- - Prasad