[PATCH] [analyzer] Make realloc(ptr, 0) handling equivalent to malloc(0).

Joerg Sonnenberger joerg at NetBSD.org
Tue May 19 04:35:57 PDT 2015


With malloc(0) returning NULL, it is exactly the same behavior as historically observed for realloc(foo, 0).


http://reviews.llvm.org/D9040

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the cfe-commits mailing list