Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Topic/other minor fixes #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Topic/other minor fixes #2

wants to merge 3 commits into from

Conversation

ejoerns
Copy link
Owner

@ejoerns ejoerns commented Dec 6, 2017

No description provided.

This message is quite irritating and not verfy helpful for normal usgae
of RAUC. Thus let it appear in debug mode only.

Signed-off-by: Enrico Jorns <[email protected]>
Use BOOTNAME instead of SLOTNAME as this better reflects the required
content of the argument. You must not give a slot name here (as
'rootfs.0') but instead the 'bootname' (i.e. the name the bootloader
identifies this slot with) of the slot, such as 'A' or 'system0'.

Signed-off-by: Enrico Jorns <[email protected]>
@ejoerns ejoerns force-pushed the master branch 2 times, most recently from 3278046 to 78f7098 Compare September 21, 2021 06:06
ejoerns added a commit that referenced this pull request Mar 1, 2022
g_key_file_get_keys() and g_key_file_get_groups() both return
newly-allocated arrays of strings.
These need to be freed.

Fixes coverity issues:
| CID 1445509 (#2 of 2): Resource leak (RESOURCE_LEAK)
| 4. leaked_storage: Variable rem_groups going out of scope leaks the storage it points to

| CID 1445498 (#2 of 2): Resource leak (RESOURCE_LEAK)
| 5. leaked_storage: Variable rem_keys going out of scope leaks the storage it points to.

Signed-off-by: Enrico Joerns <[email protected]>
ejoerns added a commit that referenced this pull request Mar 2, 2022
g_key_file_get_keys() and g_key_file_get_groups() both return
newly-allocated arrays of strings.
These need to be freed.

Fixes coverity issues:
| CID 1445509 (#2 of 2): Resource leak (RESOURCE_LEAK)
| 4. leaked_storage: Variable rem_groups going out of scope leaks the storage it points to

| CID 1445498 (#2 of 2): Resource leak (RESOURCE_LEAK)
| 5. leaked_storage: Variable rem_keys going out of scope leaks the storage it points to.

Signed-off-by: Enrico Joerns <[email protected]>
ejoerns added a commit that referenced this pull request Mar 2, 2022
g_key_file_get_keys() and g_key_file_get_groups() both return
newly-allocated arrays of strings.
These need to be freed.

Fixes coverity issues:
| CID 1445509 (#2 of 2): Resource leak (RESOURCE_LEAK)
| 4. leaked_storage: Variable rem_groups going out of scope leaks the storage it points to

| CID 1445498 (#2 of 2): Resource leak (RESOURCE_LEAK)
| 5. leaked_storage: Variable rem_keys going out of scope leaks the storage it points to.

Signed-off-by: Enrico Joerns <[email protected]>
ejoerns added a commit that referenced this pull request Mar 2, 2022
g_key_file_get_keys() and g_key_file_get_groups() both return
newly-allocated arrays of strings.
These need to be freed.

Fixes coverity issues:
| CID 1445509 (#2 of 2): Resource leak (RESOURCE_LEAK)
| 4. leaked_storage: Variable rem_groups going out of scope leaks the storage it points to

| CID 1445498 (#2 of 2): Resource leak (RESOURCE_LEAK)
| 5. leaked_storage: Variable rem_keys going out of scope leaks the storage it points to.

Signed-off-by: Enrico Joerns <[email protected]>
ejoerns added a commit that referenced this pull request Mar 2, 2022
g_key_file_get_keys() and g_key_file_get_groups() both return
newly-allocated arrays of strings.
These need to be freed.

Fixes coverity issues:
| CID 1445509 (#2 of 2): Resource leak (RESOURCE_LEAK)
| 4. leaked_storage: Variable rem_groups going out of scope leaks the storage it points to

| CID 1445498 (#2 of 2): Resource leak (RESOURCE_LEAK)
| 5. leaked_storage: Variable rem_keys going out of scope leaks the storage it points to.

Signed-off-by: Enrico Joerns <[email protected]>
ejoerns added a commit that referenced this pull request Mar 3, 2022
The prior approach did miss the g_auto().

Fixes 9f07e75 ("src/utils: fix leaked groups and keys strings")

Actually fixes coverity issue:
| CID 1445509 (#2 of 2): Resource leak (RESOURCE_LEAK)
| 4. leaked_storage: Variable rem_groups going out of scope leaks the storage it points to

| CID 1445498 (#2 of 2): Resource leak (RESOURCE_LEAK)
| 5. leaked_storage: Variable rem_keys going out of scope leaks the storage it points to.

Signed-off-by: Enrico Joerns <[email protected]>
ejoerns added a commit that referenced this pull request Mar 4, 2022
The prior approach did miss the g_auto().

Fixes 9f07e75 ("src/utils: fix leaked groups and keys strings")

Now really fixes coverity issues:
| CID 1445509 (#2 of 2): Resource leak (RESOURCE_LEAK)
| 4. leaked_storage: Variable rem_groups going out of scope leaks the storage it points to

| CID 1445498 (#2 of 2): Resource leak (RESOURCE_LEAK)
| 5. leaked_storage: Variable rem_keys going out of scope leaks the storage it points to.

Signed-off-by: Enrico Joerns <[email protected]>
ejoerns added a commit that referenced this pull request Mar 17, 2022
The prior approach did miss the g_auto().

Fixes 9f07e75 ("src/utils: fix leaked groups and keys strings")

Now really fixes coverity issues:
| CID 1445509 (#2 of 2): Resource leak (RESOURCE_LEAK)
| 4. leaked_storage: Variable rem_groups going out of scope leaks the storage it points to

| CID 1445498 (#2 of 2): Resource leak (RESOURCE_LEAK)
| 5. leaked_storage: Variable rem_keys going out of scope leaks the storage it points to.

Signed-off-by: Enrico Joerns <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant