• Christopher Dykes's avatar
    Make static analysis happy about the length of patternBuf · 9c4ce90b
    Christopher Dykes authored
    Summary: The static analysis doesn't quite understand that we are assigning a NUL to, at most, `patternBuf[MAX_PATH + 1]` so increase the buffer size slightly to make it happy.
    
    Reviewed By: yfeldblum
    
    Differential Revision: D3571923
    
    fbshipit-source-id: c027e2b253dc3e56d13e9a15a0e960a6aa3a0e6c
    9c4ce90b
Dirent.cpp 2.87 KB