package/exfatprogs: fix compile failure node may be used uninitialized
authorPeter Seiderer <ps.report@gmx.net>
Sat, 9 May 2020 16:21:15 +0000 (18:21 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 9 May 2020 20:41:44 +0000 (22:41 +0200)
commitb6ff166254b8dd51d020b224a51cc95f851293d7
treec581138d5cf09ca7dcd0b4aaedd474dfaa125e99
parentd6c4c840ab0622e62faeb3680858a7b7db447337
package/exfatprogs: fix compile failure node may be used uninitialized

Fixes:

  - http://autobuild.buildroot.net/results/5c5/5c5d71fde80a4f2f027085bdb0fae9fb76ab9d32

  fsck.c:1062:18: error: 'node' may be used uninitialized in this function [-Werror=maybe-uninitialized]
       node->parent = dir;
                    ^
  fsck.c:870:22: note: 'node' was declared here
    struct exfat_inode *node;
                        ^

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/exfatprogs/0003-fsck-fix-node-may-be-used-uninitialized.patch [new file with mode: 0644]