Changeset 80590a8 in rtems


Ignore:
Timestamp:
11/19/14 21:38:28 (9 years ago)
Author:
Chris Johns <chrisj@…>
Branches:
4.11, 5, master
Children:
4f1bbbfc
Parents:
90f65007
Message:

libdl: Add a comment to the previous fix.

The fix is ref #2191.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libdl/rtl-allocator.c

    r90f65007 r80590a8  
    6262            rtems_rtl_trace_tag_label (tag), address, size);
    6363
     64  /*
     65   * Only zero the memory if asked to and the allocation was successful.
     66   */
    6467  if (address && zero)
    6568    memset (address, 0, size);
Note: See TracChangeset for help on using the changeset viewer.