|
Repo Added
|
Files
146
|
Badge
README BADGES
|
gitlab-ci
fix: Ensure corrent order of globals initalization Changelog: Fix a segault caused by global variables: common_global_options and common_description_append referencing another global: DefaultPaths. As the initialization order of globals is unspecified in the standard, it caused referencing uninitialized DefaultPaths on Ubuntu 26.04 when using -flto Link-Time Optimization flag. Ticket: MEN-9878 (cherry picked from commit 683cc6976) Signed-off-by: Michal Kopczan <michal.kopczan@northern.tech>
15 of 15 new or added lines in 1 file covered. (100.0%)
8478 of 10421 relevant lines covered (81.35%)
21687.93 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|
| Builds | Branch | Commit | Type | Ran | Committer | Via | Coverage |
|---|---|---|---|---|---|---|---|
| 2629129684 | pr_1981 | fix: Ensure corrent order of globals initalization Changelog: Fix a segault caused by global variables: common_global_options and common_description_append referencing another global: DefaultPaths. As the initialization order of globals is unspec... | Pull #1981 | gitlab-ci |
81.35 |