[Bug 229433] overflow at realpath()

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Oct 5 19:23:03 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229433

Yuri Pankov <yuripv at yuripv.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yuripv at yuripv.net

--- Comment #1 from Yuri Pankov <yuripv at yuripv.net> ---
There is no possible overflow in the line you are pointing out:
- there's no user input involved
- path value comes from fts_read(3)
- buf is of PATH_MAX size

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list