tools: imximage: check return value when open the plugin file
authorPeng Fan <peng.fan@nxp.com>
Fri, 4 Nov 2016 02:33:15 +0000 (10:33 +0800)
committerTom Rini <trini@konsulko.com>
Sat, 5 Nov 2016 11:27:44 +0000 (07:27 -0400)
commit2a380cccc27e3964621f74f935cdcafbc21bbe35
tree7799aabb6aa8f5e9652fde42a889a4d98e7de91e
parentae3de0d8caf1822da076b2cc947ea89a0b560e05
tools: imximage: check return value when open the plugin file

Check return value when open the plugin file.

Coverity report:
** CID 153926:  Error handling issues  (NEGATIVE_RETURNS)
/tools/imximage.c: 542 in copy_plugin_code()

   ifd = open(plugin_file, O_RDONLY|O_BINARY);
>>>  CID 153926:  Error handling issues  (NEGATIVE_RETURNS)
>>> "ifd" is passed to a parameter that cannot be negative.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Tom Rini <trini@konsulko.com>
Reported-by: Coverity (CID: 153926)
Reviewed-by: Tom Rini <trini@konsulko.com>
tools/imximage.c