Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72214
b: refs/heads/master
c: 1dd7fdb
h: refs/heads/master
v: v3
  • Loading branch information
Jörn Engel authored and David Woodhouse committed Oct 20, 2007
1 parent 4bc460c commit fe80345
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: c32b8dcc45c823cf30dcdf0fc37ee2f6b78f38cb
refs/heads/master: 1dd7fdb163645f453f5ae55686511b6fcc2314cd
3 changes: 1 addition & 2 deletions trunk/lib/reed_solomon/decode_rs.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@

/* Check length parameter for validity */
pad = nn - nroots - len;
if (pad < 0 || pad >= nn)
return -ERANGE;
BUG_ON(pad < 0 || pad >= nn);

/* Does the caller provide the syndrome ? */
if (s != NULL)
Expand Down

0 comments on commit fe80345

Please sign in to comment.