DragonFly-2.3.1.459.gc6b8e master sys/dev/drm drm_context.c

Hasso Tepper hasso at crater.dragonflybsd.org
Mon Jun 22 12:56:44 PDT 2009


commit c6b8e74a50046472a27eb0cda2988f14aa6fb97f
Author: Hasso Tepper <hasso at estpak.ee>
Date:   Mon Jun 22 22:12:25 2009 +0300

    krealloc() behaves identically to kmalloc when passed a NULL object pointer.
    
    If an error does occur we would have left max_context with an incorrect
    value.
    
    Obtained-from: FreeBSD

Summary of changes:
 sys/dev/drm/drm_context.c |   39 ++++++++++++++-------------------------
 1 files changed, 14 insertions(+), 25 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c6b8e74a50046472a27eb0cda2988f14aa6fb97f


-- 
DragonFly BSD source repository





More information about the Commits mailing list