Searched hist:244568 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/lib/libc/gen/
H A Dcheck_utility_compat.cdiff 244568 Fri Dec 21 22:32:18 MST 2012 delphij - Reduce buffer size from LINE_MAX to PATH_MAX, there is no point to store
path longer than this.
- Fix an unreached case of check against sizeof buf, which in turn leads
to an off-by-one nul byte write on the stack. The original condition
can never be satisfied because the passed boundary is the maximum value
that can be returned, so code was harmless.

MFC after: 1 month

Completed in 45 milliseconds