mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-01 09:20:11 +01:00
When generating random messages, exercise empty signature as intended
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=88089
This commit is contained in:
parent
778c4ee281
commit
254b47aa68
1 changed files with 1 additions and 1 deletions
|
|
@ -2774,7 +2774,7 @@ signature_from_seed (char *buf,
|
|||
{
|
||||
/* try to avoid ascending, descending, or alternating length to help find bugs */
|
||||
const char *sample_signatures[] = {
|
||||
"asax"
|
||||
"asax",
|
||||
"",
|
||||
"asau(xxxx)",
|
||||
"x",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue