Updated by Marko Lindqvist 3 days ago
entry_new() tries to initialize entry type with -1 that is outside the range of the enum. It should set ENTRY_ILLEGAL instead.
Back