Changeset 7a09a7a in rtems for cpukit/libblock


Ignore:
Timestamp:
03/04/10 14:40:51 (14 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 5, master
Children:
c9a4a9a5
Parents:
a16a7949
Message:

2010-03-04 Joel Sherrill <joel.sherrill@…>

  • libblock/src/ramdisk-config.c, sapi/include/confdefs.h: CONFIGURE_DISABLE_CLASSIC_NOTEPADS is typo of CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS. Fix it.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libblock/src/ramdisk-config.c

    ra16a7949 r7a09a7a  
    3636
    3737    /*
    38      * Coverity Id 27 notes that this calloc() is a resource leak.
     38     * Coverity Id 27 & 31 note that this calloc() is a resource leak.
    3939     *
    4040     * This is allocating memory for a RAM disk which will persist for
     
    8383        }
    8484    }
     85    /*
     86     * We need to tell Coverity that we know we are returning without
     87     * freeing r.  This looks suspiciously like a leak. :)
     88     */
     89    /* coverity[leaked_storage : FALSE] */
    8590    return RTEMS_SUCCESSFUL;
    8691}
Note: See TracChangeset for help on using the changeset viewer.