* grub-core/tests/legacy_password_test.c: New test.
* grub-core/commands/legacycfg.c: Remove variable length arrays.
This commit is contained in:
parent
9c6482b8d6
commit
15decd26cc
6 changed files with 114 additions and 16 deletions
|
@ -1921,6 +1921,11 @@ module = {
|
|||
common = tests/pbkdf2_test.c;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = legacy_password_test;
|
||||
common = tests/legacy_password_test.c;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = div_test;
|
||||
common = tests/div_test.c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue