Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10177
b: refs/heads/master
c: 95df1c0
h: refs/heads/master
i:
  10175: 04ddc33
v: v3
  • Loading branch information
Ralf Baechle authored and Arnaldo Carvalho de Melo committed Oct 26, 2005
1 parent 49dcb03 commit db2d479
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: c83c24861882758b9731e8550225cd1e52a4cd1c
refs/heads/master: 95df1c04ab3f7ca617774930df62c0893a188c2c
2 changes: 1 addition & 1 deletion trunk/net/rose/rose_route.c
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ int rose_rt_ioctl(unsigned int cmd, void __user *arg)
}
if (rose_route.mask > 10) /* Mask can't be more than 10 digits */
return -EINVAL;
if (rose_route.ndigis > 8) /* No more than 8 digipeats */
if (rose_route.ndigis > AX25_MAX_DIGIS)
return -EINVAL;
err = rose_add_node(&rose_route, dev);
dev_put(dev);
Expand Down

0 comments on commit db2d479

Please sign in to comment.