Bug #1484
Updated by Marko Lindqvist 7 months ago
entry_new() tries to initialize entry type with -1 that is outside the range of the enum. It should set ENTRY_ILLEGAL instead.
Updated by Marko Lindqvist 7 months ago
entry_new() tries to initialize entry type with -1 that is outside the range of the enum. It should set ENTRY_ILLEGAL instead.