setting_cmp() compares by option tag and then by name. Empty names will always match, which gives us a false positive. Fix by explicitly checking for empty names. Modified-by: Michael Brown <mcb30@etherboot.org> Signed-off-by: Michael Brown <mcb30@etherboot.org>tags/v0.9.8
|
|
||
782 |
|
782 |
|
783 |
|
783 |
|
784 |
|
784 |
|
785 |
|
|
|
786 |
|
|
|
|
785 |
|
|
|
786 |
|
|
|
787 |
|
|
|
788 |
|
|
|
789 |
|
|
|
790 |
|
|
787 |
|
791 |
|
788 |
|
792 |
|
789 |
|
793 |
|