linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Fixes issues reported by Smatch static checker
@ 2010-06-05 10:14 Gustavo F. Padovan
  2010-06-05 10:14 ` [PATCH 1/3] sbc: Fix redundant null check on calling free() Gustavo F. Padovan
  0 siblings, 1 reply; 8+ messages in thread
From: Gustavo F. Padovan @ 2010-06-05 10:14 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: gustavo

Issues found by smatch static check: http://smatch.sourceforge.net/

There are still 3 critical issues:

src/storage.c +773 write_trust(29) error: we previously assumed 'match' could be null.
lib/sdp.c +2052 sdp_get_lang_attr(16) warn: variable dereferenced before check 'pEncoding'
lib/sdp.c +2067 sdp_get_lang_attr(31) error: we previously assumed 'pOffset' could be null.



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

end of thread, other threads:[~2010-06-08  8:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-05 10:14 Fixes issues reported by Smatch static checker Gustavo F. Padovan
2010-06-05 10:14 ` [PATCH 1/3] sbc: Fix redundant null check on calling free() Gustavo F. Padovan
2010-06-05 10:14   ` [PATCH 2/3] " Gustavo F. Padovan
2010-06-05 10:14     ` [PATCH 3/3] sdptool: Fix 2 possible NULL dereference Gustavo F. Padovan
2010-06-08  6:27       ` Johan Hedberg
2010-06-08  8:02     ` [PATCH 2/3] Fix redundant null check on calling free() Johan Hedberg
2010-06-08  6:21   ` [PATCH 1/3] sbc: " Johan Hedberg
2010-06-08  7:13     ` Marcel Holtmann

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).