public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] fix (mostly) minor nits spotted by gcc sanitization
@ 2015-10-09  0:23 Eric Sandeen
  2015-10-09  0:24 ` [PATCH 1/4] libxfs: avoid negative (and full-width) shifts in radix-tree.c Eric Sandeen
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: Eric Sandeen @ 2015-10-09  0:23 UTC (permalink / raw)
  To: xfs

newer gcc supports -fsanitize=undefined, which spits out
errors when the code does something ... undefined.

These are a handful of the (IMHO) obvious and unobtrusive
fixes that knock down the noise.

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

end of thread, other threads:[~2015-10-13  0:32 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-09  0:23 [PATCH 0/4] fix (mostly) minor nits spotted by gcc sanitization Eric Sandeen
2015-10-09  0:24 ` [PATCH 1/4] libxfs: avoid negative (and full-width) shifts in radix-tree.c Eric Sandeen
2015-10-09 13:23   ` Brian Foster
2015-10-09  0:25 ` [PATCH 2/4] xfs_repair: fix unaligned accesses Eric Sandeen
2015-10-09 13:24   ` Brian Foster
2015-10-09 14:03     ` Eric Sandeen
2015-10-11 22:26   ` Dave Chinner
2015-10-12  1:33     ` Eric Sandeen
2015-10-12 21:31     ` Eric Sandeen
2015-10-12 21:45       ` Dave Chinner
2015-10-13  0:32         ` Dave Chinner
2015-10-09  0:25 ` [PATCH 3/4] xfs_logprint: fix some " Eric Sandeen
2015-10-09 13:24   ` Brian Foster
2015-10-09 13:48     ` Eric Sandeen
2015-10-09  0:27 ` [PATCH 4/4] xfs_repair: fix left-shift overflows Eric Sandeen
2015-10-09 13:24   ` Brian Foster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox