Ignore:
Timestamp:
Jan 2, 2021, 9:19:51 PM (5 years ago)
Author:
Paul Smedley
Message:

Fix for kfree when size = 0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-next/lib32/memory.c

    r619 r623  
    655655        size_t size;
    656656
     657        if (!block)
     658                return 0;
     659
    657660        if (block == ZERO_SIZE_PTR)
    658661                return 0;
Note: See TracChangeset for help on using the changeset viewer.