OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2709-ge194a8b

Gerrit Code Review gerrit@openafs.org
Mon, 16 Jul 2012 05:49:13 -0700 (PDT)


The following commit has been merged in the master branch:
commit f4b2ad4dc974b441819d0113efbb81c537b8ed97
Author: Garrett Wollman <wollman@csail.mit.edu>
Date:   Sun Jul 15 14:18:12 2012 -0400

    budb: don't malloc(0) on error condition in GetText()
    
    malloc(0) is non-portable (may return a pointer to no space, or it
    may return NULL.  Just set the result to NULL without bothering to
    call malloc(), as is done earlier in this function.
    
    Change-Id: Ic3562e722113a1409ec7c30bd571e9470b3e092b
    Reviewed-on: http://gerrit.openafs.org/7766
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>

 src/budb/db_text.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository