Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116892
b: refs/heads/master
c: 9d83947
h: refs/heads/master
v: v3
  • Loading branch information
Anderson Lizardo authored and David Vrabel committed Sep 17, 2008
1 parent f4b1af1 commit c8867f6
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: b0a81328c287052cedf28e06d9b4648ad10b72d7
refs/heads/master: 9d839477f85438695bd870898ffa77347e61b637
2 changes: 1 addition & 1 deletion trunk/drivers/uwb/est.c
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ ssize_t uwb_est_get_size(struct uwb_rc *uwb_rc, struct uwb_est *est,
case UWB_EST_8: type_size = sizeof(u8); break;
default: BUG();
}
if (offset + type_size >= rceb_size) {
if (offset + type_size > rceb_size) {
if (printk_ratelimit())
dev_err(dev, "EST %p 0x%04x/%04x/%04x[%u]: "
"not enough data to read extra size\n",
Expand Down

0 comments on commit c8867f6

Please sign in to comment.