Page MenuHomeFreeBSD

D28599.diff
No OneTemporary

D28599.diff

diff --git a/sys/dev/firewire/fwohci.c b/sys/dev/firewire/fwohci.c
--- a/sys/dev/firewire/fwohci.c
+++ b/sys/dev/firewire/fwohci.c
@@ -2696,7 +2696,7 @@
info = &tinfo[fp->mode.common.tcode];
r = info->hdr_len + sizeof(uint32_t);
if ((info->flag & FWTI_BLOCK_ASY) != 0)
- r += roundup2(fp->mode.wreqb.len, sizeof(uint32_t));
+ r += roundup2((uint32_t)fp->mode.wreqb.len, sizeof(uint32_t));
if (r == sizeof(uint32_t)) {
/* XXX */

File Metadata

Mime Type
text/plain
Expires
Thu, May 1, 1:03 PM (11 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17881743
Default Alt Text
D28599.diff (444 B)

Event Timeline