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:
dce766a
)
netfilter: nf_conntrack_sip: fix off-by-one in compact header parsing
author
Patrick McHardy
<kaber@trash.net>
Tue, 19 Jan 2010 18:06:59 +0000
(19:06 +0100)
committer
Patrick McHardy
<kaber@trash.net>
Tue, 19 Jan 2010 18:06:59 +0000
(19:06 +0100)
In a string like "v:SIP/2.0..." it was checking for !isalpha('S') when it
meant to be inspecting the ':'.
Patch by Greg Alexander <greqcs@galexander.org>
Signed-off-by: Patrick McHardy <kaber@trash.net>
No differences found