Page MenuHomeFreeBSD

Increase ctfconvert buffer size
ClosedPublic

Authored by luporl on Feb 25 2019, 6:46 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 16, 4:29 AM
Unknown Object (File)
Thu, Oct 16, 2:09 AM
Unknown Object (File)
Mon, Oct 13, 8:09 PM
Unknown Object (File)
Sun, Oct 5, 2:33 AM
Unknown Object (File)
Mon, Sep 29, 4:17 AM
Unknown Object (File)
Sat, Sep 20, 3:56 PM
Unknown Object (File)
Sep 17 2025, 7:29 AM
Unknown Object (File)
Sep 17 2025, 4:16 AM

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