2b9f6a4 when calling aug_rm() escape special characters in components of paths

Authored and Committed by Laine Stump 8 years ago
    when calling aug_rm() escape special characters in components of paths
    
    The paths given to all but one of the calls to aug_rm() either
    originate as a unit from augeas (and so they are already escaped) or
    the unsanitized bits are inside single quotes in an expression. Only
    one call needs escaping, again in drv_suse.c.
    
        
file modified
+2 -1