This series contains two patches fixing a null pointer dereference in ctags. Note: part of the problem here is that the ctags tools directly use global_scope->symbols and that the builtins are in the global scope. I think they should be in a separate scope, but it'll be another story. These patches are available in the Git repository at: git://github.com/lucvoo/sparse-dev.git fix-ctags-crash and soon will be pushed at: git://github.com/lucvoo/sparse.git master Luc Van Oostenryck (2): give a type to builtin functions ctags: avoid null deref builtin.c | 6 +++--- ctags.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html