summaryrefslogtreecommitdiff
path: root/net/batman-adv/types.h
diff options
context:
space:
mode:
authorSimon Wunderlich <simon.wunderlich@s2003.tu-chemnitz.de>2012-07-01 20:51:55 (GMT)
committerAntonio Quartulli <ordex@autistici.org>2012-08-23 12:02:46 (GMT)
commit624463079e0af455a2d70d2a59b9e2f6b5827aea (patch)
tree2ca06ceb55ad048e233fba6473f4c0244b034f62 /net/batman-adv/types.h
parenta51fb9b2ac4eac86ff13c30620758b87f4f3f5ce (diff)
downloadlinux-fsl-qoriq-624463079e0af455a2d70d2a59b9e2f6b5827aea.tar.xz
batman-adv: check batadv_orig_hash_add_if() return code
If this call fails, some of the orig_nodes spaces may have been resized for the increased number of interface, and some may not. If we would just continue with the larger number of interfaces, this would lead to access to not allocated memory later. We better check the return code, and don't add the interface if no memory is available. OTOH, keeping some of the orig_nodes with too much memory allocated should hurt no one (except for a few too many bytes allocated). Signed-off-by: Simon Wunderlich <siwu@hrz.tu-chemnitz.de> Signed-off-by: Antonio Quartulli <ordex@autistici.org>
Diffstat (limited to 'net/batman-adv/types.h')
0 files changed, 0 insertions, 0 deletions