Loading crypto/mem.c +1 −1 Original line number Diff line number Diff line Loading @@ -75,7 +75,7 @@ void *CRYPTO_malloc(size_t num, const char *file, int line) if (malloc_impl != NULL && malloc_impl != CRYPTO_malloc) return malloc_impl(num, file, line); if (num <= 0) if (num == 0) return NULL; allow_customize = 0; Loading Loading
crypto/mem.c +1 −1 Original line number Diff line number Diff line Loading @@ -75,7 +75,7 @@ void *CRYPTO_malloc(size_t num, const char *file, int line) if (malloc_impl != NULL && malloc_impl != CRYPTO_malloc) return malloc_impl(num, file, line); if (num <= 0) if (num == 0) return NULL; allow_customize = 0; Loading