Tag: 53e6d8d182e97c5211da4ee1f163c840c7ecf8ca

fs/nfsd/export.c: Adjust error handling code involving auth_domain_put

Author: Julia Lawall <julia@diku.dk> Once clp is assigned, it never becomes NULL, so we can make a label for it in the error handling code. Because the call to path_lookup follows the call to auth_domain_find, its error handling code should jump to this new label. The semantic match that finds this problem is as follows: …

Continue reading