* grub-core/gfxmenu/gui_circular_progress.c (circprog_paint): Avoid
division by-zero and senseless negative divisions. (circprog_set_property): Don't accept negative num_ticks.
This commit is contained in:
parent
bcfa6d72e3
commit
6af7d49b92
2 changed files with 19 additions and 11 deletions
|
@ -1,3 +1,9 @@
|
|||
2013-11-08 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/gfxmenu/gui_circular_progress.c (circprog_paint): Avoid
|
||||
division by-zero and senseless negative divisions.
|
||||
(circprog_set_property): Don't accept negative num_ticks.
|
||||
|
||||
2013-11-08 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/gfxmenu/gui_progress_bar.c (draw_pixmap_bar): Avoid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue