git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd2d1c6
)
[SCTP]: Validate the parameter length in HB-ACK chunk.
author
Vladislav Yasevich
<vladislav.yasevich@hp.com>
Fri, 19 May 2006 21:25:53 +0000
(14:25 -0700)
committer
Sridhar Samudrala
<sri@us.ibm.com>
Fri, 19 May 2006 21:25:53 +0000
(14:25 -0700)
If SCTP receives a badly formatted HB-ACK chunk, it is possible
that we may access invalid memory and potentially have a buffer
overflow. We should really make sure that the chunk format is
what we expect, before attempting to touch the data.
Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: Sridhar Samudrala <sri@us.ibm.com>
No differences found