You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix some coverity concerns...
While checking on coverity's concern with kwcmp() having a loop it
really didn't need, I discovered another problem with the fix here that
made spaces not work right in grub2 variable assignment. So here's a
new version of the fix, and yet another test case.
Resolves: rhbz#1152550
Signed-off-by: Peter Jones <pjones@redhat.com>
(cherry picked from commit 5ed2682)
Resolves: rhbz#1238941
Strdup the right place in title extraction.
Instead of strduping and then incrementing, which means we free the
wrong location, strdup the incremented pointer.
Resolves: rhbz#1152152
Signed-off-by: Peter Jones <pjones@redhat.com>
Strdup the right place in title extraction.
Instead of strduping and then incrementing, which means we free the
wrong location, strdup the incremented pointer.
Resolves: rhbz#1152152
Signed-off-by: Peter Jones <pjones@redhat.com>