* Kevin Wolf ([email protected]) wrote: > Am 05.04.2019 um 13:45 hat Markus Armbruster geschrieben: > > drive_new() returns null without setting an error when it provided > > help. add_init_drive() assumes null means failure, and crashes trying > > to report a null error. > > > > Fixes: c4f26c9f37ce511e5fe629c21c180dc6eb7c5a25 > > Cc: [email protected] > > Signed-off-by: Markus Armbruster <[email protected]> > > We should probably have a test case for this.
Perhaps just adding: drive_add 0 format=help to the hmp_cmds list in tests/test-hmp.c ? Dave > Kevin > -- Dr. David Alan Gilbert / [email protected] / Manchester, UK
