Make static analysis happy about the length of patternBuf
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
Showing
Please register or sign in to comment