Re: [btrfs-progs] cmds-restore.c:182:20: warning: array subscript is above array bounds [-Warray-bounds]

2014-11-18 Thread David Sterba
On Sun, Nov 09, 2014 at 03:54:56AM +, Duncan wrote: A bit more context: cmds-restore.c: In function 'next_leaf': cmds-restore.c:182:20: warning: array subscript is above array bounds [-Warray-bounds] slot = path-slots[level] + 1; ^ Thanks. We've seen that before

Re: [btrfs-progs] cmds-restore.c:182:20: warning: array subscript is above array bounds [-Warray-bounds]

2014-11-18 Thread Duncan
David Sterba posted on Tue, 18 Nov 2014 18:23:23 +0100 as excerpted: On Sun, Nov 09, 2014 at 03:54:56AM +, Duncan wrote: A bit more context: cmds-restore.c: In function 'next_leaf': cmds-restore.c:182:20: warning: array subscript is above array bounds [-Warray-bounds] slot =

[btrfs-progs] cmds-restore.c:182:20: warning: array subscript is above array bounds [-Warray-bounds]

2014-11-08 Thread Duncan
Updating to the latest live-git btrfs-progs (on v3.17.1 tag), I chanced across this (gentoo) warning, pointing to a gcc warning believed to be severe: * QA Notice: Package triggers severe warnings which indicate that it *may exhibit random runtime failures. *