Skip to content

Tags: prarit/grubby

Tags

8.28.12

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

8.28.11

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>

rhel7.1-release

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>

8.40-1

Update version to 8.30

Signed-off-by: Peter Jones <pjones@redhat.com>

8.39-1

Bump version to 8.39

Sigh.

Signed-off-by: Peter Jones <pjones@redhat.com>

8.38-1

Bump version to 8.38

Signed-off-by: Peter Jones <pjones@redhat.com>

8.37-1

Bump version to 8.37

Signed-off-by: Peter Jones <pjones@redhat.com>

8.36-1

Bump version to 8.36

Signed-off-by: Peter Jones <pjones@redhat.com>

8.35-1

Bump version to 8.35

Signed-off-by: Peter Jones <pjones@redhat.com>

8.34-1

Bump version to 8.34

Signed-off-by: Peter Jones <pjones@redhat.com>