[PATCH 0/2] fix crash in ctags.c

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Newbies FAQ]     [LKML]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Trinity Fuzzer Tool]

  Powered by Linux