Opened 14 years ago
Closed 14 years ago
#6165 closed enhancement (fixed)
[PATCH] Ethernet: Don't make assumptions about receive buffer size
Reported by: | andreasf | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/Boot Loader | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
The allocation of the Ethernet send/receive buffer in the boot loader assumes that both will be equally sized, whereas the receive code checks against RECEIVE_BUFFER_SIZE
. This will break if they differ.
Explicitly add both values to be safe.
Priority: low
Attachments (1)
Change History (4)
by , 14 years ago
Attachment: | 0001-Ethernet-Don-t-make-assumptions-about-receive-buffer.patch added |
---|
comment:1 by , 14 years ago
patch: | 0 → 1 |
---|
comment:2 by , 14 years ago
Status: | new → in-progress |
---|
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | in-progress → closed |
Thanks, applied in hrev37125.
Note:
See TracTickets
for help on using tickets.
proposed patch