Changeset 52b7f15f in mainline for uspace/drv/uhci-hcd/tracker.c


Ignore:
Timestamp:
2011-02-07T13:55:49Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7e62b62
Parents:
c8dd5b1
Message:

Fixes: zero TD in case it is accesssed uninitialized

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci-hcd/tracker.c

    rc8dd5b1 r52b7f15f  
    7878                return NULL;
    7979        }
     80        bzero(instance->td, sizeof(transfer_descriptor_t));
    8081
    8182        instance->packet = max_packet_size ? malloc32(max_packet_size) : NULL;
Note: See TracChangeset for help on using the changeset viewer.