summaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2010-10-28 22:17:07 (GMT)
committerThomas Graf <tgraf@suug.ch>2010-10-28 22:17:07 (GMT)
commite1eacd6b16b014eb42bcf6683ebe2334c3a35c68 (patch)
tree4708227a9cb93a54a5d3f0c0325da7d450470eae /m4
parentd0e564548f6eff0a8d49e5e9cb618a8d297a1b98 (diff)
downloadlibnl-e1eacd6b16b014eb42bcf6683ebe2334c3a35c68.zip
libnl-e1eacd6b16b014eb42bcf6683ebe2334c3a35c68.tar.gz
libnl-e1eacd6b16b014eb42bcf6683ebe2334c3a35c68.tar.bz2
Fix use of uninitialized data at the end of netlink message
The netlink message buffer is preallocated to a page and later expanded as needed. Everything was properly paded and zeroed out except for the unused part at the end. Use calloc() to allocate the buffer.
Diffstat (limited to 'm4')
0 files changed, 0 insertions, 0 deletions