Opened 13 years ago
Closed 13 years ago
#517 closed defect/bug (fixed)
[PATCH] NULL-pointer dereference while parsing navit.xml
Reported by: | pauliusz | Owned by: | KaZeR |
---|---|---|---|
Priority: | major | Milestone: | want patch / contribution |
Component: | core | Version: | git master |
Severity: | Keywords: | ||
Cc: |
Description
This NULL-pointer dereference happens when plugin is not installed/found and configuration line for this plugin is beeing processed. In my case it was gui_new() returning NULL and then following gui_add_attr() resulted in NULL-pointer dereference. Fix this by checking if valid element_attr.u.data was created, before calling add_attr().
Attachments (1)
Change History (2)
Changed 13 years ago by pauliusz
comment:1 Changed 13 years ago by kazer
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Patch applied in rev 3003, thank you.