zephyr/samples/subsys
Kumar Gala 9fa8674239 samples: fs: Fix possible integer overflow
We are doing math of two 32-bit numbers and assigning into a 64-bit
result.  Add explicit cast of one of the values being multipled to get
explicit promotion.

Fixes: #13883
Coverity CID: 190930

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-03-02 17:38:23 +01:00
..
console
fs samples: fs: Fix possible integer overflow 2019-03-02 17:38:23 +01:00
ipc samples: ipc: openamp: Fix missed return error check 2019-03-02 17:38:23 +01:00
logging tests: Dont run coverage for select test cases. 2019-01-16 06:12:33 -05:00
mgmt doc: changed structure and layout 2019-02-05 07:04:40 -05:00
nvs fs/nvs: Improve init speed and remove fs->locked 2019-02-21 09:32:52 -05:00
shell/shell_module shell: Deprecate macros for subcommands creation 2019-02-20 07:31:35 -05:00
usb samples: usb: hid: remote wakeup in HID mouse example 2019-02-27 10:37:16 +01:00
subsys.rst