Ticket #2144 (closed defect: fixed)
msAddLabel causes segfault when passed a NULL labelObj
| Reported by: | dmorissette | Owned by: | dmorissette |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.0 release |
| Component: | MapServer C Library | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | tamas, sdlime |
Description
Tamas reported via mapserver-dev that in msEmbedScalebar msAddLabel is invoked with the following parameters:
msAddLabel(map, l, 0, -1, -1, &point, NULL, " ", 1.0, NULL);
the last parameter causes a segfault in the msAddLabel function.
Change History
Note: See
TracTickets for help on using
tickets.
