Luigi Rizzo wrote: > I believe it would be strongly advisable to replace ast_strlen_zero() with > > int ast_empty_string(const char *s) > { > return s == NULL || *s == '\0'; > } I'd be willing to merge patches with that change in them, sure.