Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58242
b: refs/heads/master
c: 25845b5
h: refs/heads/master
v: v3
  • Loading branch information
Jing Min Zhao authored and David S. Miller committed Jul 6, 2007
1 parent c190705 commit 5592371
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2cd052e44329dd2b42eb958f8f346b053de6e2cd
refs/heads/master: 25845b5155b55cd77e42655ec24161ba3feffa47
4 changes: 3 additions & 1 deletion trunk/net/netfilter/nf_conntrack_h323_asn1.c
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ int decode_seq(bitstr_t * bs, field_t * f, char *base, int level)
CHECK_BOUND(bs, 2);
len = get_len(bs);
CHECK_BOUND(bs, len);
if (!base) {
if (!base || !(son->attr & DECODE)) {
PRINT("%*.s%s\n", (level + 1) * TAB_SIZE,
" ", son->name);
bs->cur += len;
Expand Down Expand Up @@ -704,6 +704,8 @@ int decode_choice(bitstr_t * bs, field_t * f, char *base, int level)
} else {
ext = 0;
type = get_bits(bs, f->sz);
if (type >= f->lb)
return H323_ERROR_RANGE;
}

/* Write Type */
Expand Down

0 comments on commit 5592371

Please sign in to comment.