Ignore:
Timestamp:
Mar 12, 2008, 9:08:18 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.28a

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/lib/clobber.c

    r1 r124  
    5555         * marking might not actually take effect if we're not running
    5656         * under valgrind.) */
     57#if defined(VALGRIND_MAKE_MEM_UNDEFINED)
     58        VALGRIND_MAKE_MEM_UNDEFINED(dest, len);
     59#elif defined(VALGRIND_MAKE_WRITABLE)
    5760        VALGRIND_MAKE_WRITABLE(dest, len);
     61#endif
    5862#endif /* VALGRIND */
    5963#endif /* DEVELOPER */
Note: See TracChangeset for help on using the changeset viewer.