Page MenuHomeFreeBSD

D28599.id84130.diff
No OneTemporary

D28599.id84130.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
Tue, May 19, 4:08 AM (4 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33291088
Default Alt Text
D28599.id84130.diff (444 B)

Event Timeline