Page MenuHomeFreeBSD

Increase ctfconvert buffer size
ClosedPublic

Authored by luporl on Feb 25 2019, 6:46 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 20, 2:33 PM
Unknown Object (File)
Fri, Apr 19, 7:56 PM
Unknown Object (File)
Fri, Apr 19, 3:38 PM
Unknown Object (File)
Fri, Apr 19, 3:38 PM
Unknown Object (File)
Fri, Apr 19, 3:38 PM
Unknown Object (File)
Fri, Apr 19, 1:42 AM
Unknown Object (File)
Tue, Apr 16, 9:55 PM
Unknown Object (File)
Thu, Apr 11, 12:28 PM

Details

Summary

When using Clang + LLD from master to build the kernel,
ctfconvert runs fail because it uses a buffer that is not
big enough to hold the compiler name and version, as Clang
from master includes the repository path and commit hash.

Test Plan

Built kernel with this change and checked that ctfconvert
worked.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable