linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] fix missing base type examination
@ 2017-11-25  9:31 Luc Van Oostenryck
  2017-11-25  9:31 ` [PATCH 1/2] add test case unexamined base type Luc Van Oostenryck
  2017-11-25  9:31 ` [PATCH 2/2] fix: evaluate_dereference() " Luc Van Oostenryck
  0 siblings, 2 replies; 6+ messages in thread
From: Luc Van Oostenryck @ 2017-11-25  9:31 UTC (permalink / raw)
  To: linux-sparse; +Cc: Luc Van Oostenryck

The goal of this series is to add te missing
examination of the base type in evaluate_dereference().

Luc Van Oostenryck (2):
  add test case unexamined base type
  fix: evaluate_dereference() unexamined base type

 evaluate.c                                |  2 +-
 validation/bugs/unexamined-base-type-00.c | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+), 1 deletion(-)
 create mode 100644 validation/bugs/unexamined-base-type-00.c


The series is available for testing at:
	git://github.com/lucvoo/sparse-dev.git fix-unexamined

-- Luc Van Oostenryck

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH 0/2] fix examination of base type
@ 2017-12-21  0:30 Luc Van Oostenryck
  2017-12-21  0:30 ` [PATCH 2/2] fix: evaluate_dereference() unexamined " Luc Van Oostenryck
  0 siblings, 1 reply; 6+ messages in thread
From: Luc Van Oostenryck @ 2017-12-21  0:30 UTC (permalink / raw)
  To: linux-sparse; +Cc: Luc Van Oostenryck

This two patches series contains a fix for the evaluation
of dereferences which, in some cases, can be done
while the base type is still unexamined.

Luc Van Oostenryck (2):
  add testcases for unexamined base type
  fix: evaluate_dereference() unexamined base type

 evaluate.c                               |  1 +
 validation/linear/deref-ptr-ptr.c        | 26 +++++++++++++++++++++++
 validation/linear/unexamined-base-type.c | 36 ++++++++++++++++++++++++++++++++
 3 files changed, 63 insertions(+)
 create mode 100644 validation/linear/deref-ptr-ptr.c
 create mode 100644 validation/linear/unexamined-base-type.c

-- 
2.15.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-12-21  0:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-25  9:31 [PATCH 0/2] fix missing base type examination Luc Van Oostenryck
2017-11-25  9:31 ` [PATCH 1/2] add test case unexamined base type Luc Van Oostenryck
2017-11-25  9:31 ` [PATCH 2/2] fix: evaluate_dereference() " Luc Van Oostenryck
2017-11-26 17:48   ` Christopher Li
2017-11-26 19:18     ` Luc Van Oostenryck
  -- strict thread matches above, loose matches on Subject: below --
2017-12-21  0:30 [PATCH 0/2] fix examination of " Luc Van Oostenryck
2017-12-21  0:30 ` [PATCH 2/2] fix: evaluate_dereference() unexamined " Luc Van Oostenryck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).