Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336235
b: refs/heads/master
c: f3537f9
h: refs/heads/master
i:
  336233: 312d481
  336231: 3ea92ce
v: v3
  • Loading branch information
David Howells authored and Rusty Russell committed Dec 5, 2012
1 parent e0ff8c8 commit fc829c6
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 12e130b04580532aa099893158aa2776b321ae7f
refs/heads/master: f3537f91f9be2ce5fcbaa1aa6d787ad0436daec6
2 changes: 1 addition & 1 deletion trunk/lib/asn1_decoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ static int asn1_find_indefinite_length(const unsigned char *data, size_t datalen

/* Extract the length */
len = data[dp++];
if (len < 0x7f) {
if (len <= 0x7f) {
dp += len;
goto next_tag;
}
Expand Down

0 comments on commit fc829c6

Please sign in to comment.