9742878 Unchecked return values in ipa-join

2 files Authored by mkosek 13 years ago, Committed by rcritten 13 years ago,
    Unchecked return values in ipa-join
    
    krb5_get_default_realm() and asprintf() return values were ignored.
    This could lead to unhandled error issues or memory access
    issues.
    
    This patch adds return value checks to all such functions.
    As a consequence, one new return value has been added to man page.
    
    https://fedorahosted.org/freeipa/ticket/720
    
        
file modified
+60 -10
file modified
+2 -0