~vcs-imports/nut:cppcheck

Last commit made on 2017-04-04
Get this branch:
git clone -b cppcheck https://git.launchpad.net/~vcs-imports/nut

Branch merges

Branch information

Name:
cppcheck
Repository:
lp:~vcs-imports/nut

Recent commits

2e76c44... by Arnaud Quette

Fix Cppcheck errors: array access out of bounds

Array 'baud_rates[5]' accessed at index 5, which is out of bounds

Signed-off-by: Arnaud Quette <email address hidden>

0cdf848... by Arnaud Quette

Fix Cppcheck errors: null-terminate string

Dangerous usage of 'lenbuf' (strncpy doesn't always null-terminate it)

Signed-off-by: Arnaud Quette <email address hidden>

af68a95... by Arnaud Quette

Fix Cppcheck errors: Array index -1 is out of bounds

Signed-off-by: Arnaud Quette <email address hidden>

81e5c0c... by Arnaud Quette

Fix Cppcheck errors: Memory leak

Signed-off-by: Arnaud Quette <email address hidden>

27cfbb1... by Arnaud Quette

Fix Cppcheck errors: Common realloc mistake

Variable nulled but not freed upon failure

Signed-off-by: Arnaud Quette <email address hidden>

f35a1db... by Arnaud Quette

Fix Cppcheck errors: Common realloc mistake

Variable nulled but not freed upon failure

Signed-off-by: Arnaud Quette <email address hidden>

fc229c8... by Arnaud Quette

Fix Cppcheck errors: Common realloc mistake

Variable nulled but not freed upon failure

Signed-off-by: Arnaud Quette <email address hidden>

488a3e7... by Arnaud Quette

Fix Cppcheck errors: Possible null pointer dereference

Signed-off-by: Arnaud Quette <email address hidden>

542112b... by Arnaud Quette

Fix Cppcheck errors: Common realloc mistake

Variable nulled but not freed upon failure

Signed-off-by: Arnaud Quette <email address hidden>

e416b15... by Arnaud Quette

Fix Cppcheck errors: Common realloc mistake

Variable nulled but not freed upon failure

Signed-off-by: Arnaud Quette <email address hidden>