Ticket #1933 (closed defect: fixed)

Opened 4 months ago

Last modified 3 months ago

[patch] off by one error - fast frame buffer address incorrect

Reported by: Przemyslaw Bruski Assigned to:
Priority: major Milestone: version 0.9.5
Component: madwifi: driver Version: trunk
Keywords: fast frame Cc:
Patch is attached: 1 Pending:

Description

Please have a look at the attached patch. It seems that the array with fast frame buffers is zero based, with index zero pointing to the first fast frame. In the corrected code section the array was indexed as 1 based - fast frame content became random.

Signed-off-by: Przemyslaw Bruski <pbruskispamCUTMEOUT@op.pl>

Attachments

offbyone.diff (0.5 kB) - added by Przemyslaw Bruski on 05/08/08 19:47:15.
patch

Change History

05/08/08 19:47:15 changed by Przemyslaw Bruski

  • attachment offbyone.diff added.

patch

05/10/08 08:59:48 changed by mentor

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone set to version 0.9.5.

Meh; I always miss something. Thanks.

r3623


Add/Change #1933 ([patch] off by one error - fast frame buffer address incorrect)