No description
Newer gcc doesn't really like strncpy producing following warnings: warning: ‘strncpy’ specified bound depends on the length of the source argument I switched the function to the plain old strcpy as strncpy is not necessary anyway because we allocate the destination buffer using size returned from strlen. |
||
|---|---|---|
| cmd | ||
| distribution | ||
| internal | ||
| osbuild@27cf84edd5 | ||
| test | ||
| tools | ||
| .gitignore | ||
| .gitmodules | ||
| .travis.yml | ||
| dnf-json | ||
| go.mod | ||
| go.sum | ||
| golang-github-osbuild-composer.spec | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
osbuild-composer
An image building service based on osbuild. It is inspired by lorax-composer and exposes the same API. As such, it is a drop-in replacement.