Maxime Devos schreef op za 15-01-2022 om 11:52 [+0100]: > I looked a bit in the source code, and it seems to be missing > some error checking.  E.g., in libcpuid/cpuid_main.c:, > it is not verified that 'malloc' succeeded. > >         list->names = (char**) malloc(sizeof(char*) * n); >         [...] >         list->names[n] = (char*) malloc (i - last) >         [....] >         list->names[n][i - last - 1 = '\0'] This has been addressed upstream: . Greetings, Maxime.