• Nils Goroll's avatar
    Wrap checks for UDS path · 871d0020
    Nils Goroll authored
    This commit was guided by the cocci patch below, but lines to change
    were manually selected.
    
    Motivated by #3864
    
    	--- 8< ---
    
    @@
    expression path;
    @@
    
    - *path == '/'
    + VUS_is(path)
    
    @@
    expression path;
    @@
    
    - *path != '/'
    + ! VUS_is(path)
    871d0020
vmod_debug_dyn.c 6.89 KB