commit | ecab881c7fcd7484420b6aa15b0f748458640191 | [log] [tgz] |
---|---|---|
author | Marek BehĂșn <marek.behun@nic.cz> | Fri Oct 06 15:04:57 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 16 09:42:51 2017 -0400 |
tree | e3af32cdbc612722f890a0b61b77fb7f10788064 | |
parent | 502af618ec3d60f3c8b9914e3484f112fb295b6e [diff] |
fs: btrfs: Fix usage of uninitialized variables The variable res should be initialized to 0 in these functions, because if the searched key is not found, the variable is used uninitialized. Reported-by: Coverity (CID: 167335) Reported-by: Coverity (CID: 167336) Reported-by: Coverity (CID: 167337) Signed-off-by: Marek Behun <marek.behun@nic.cz>