Opened 20 years ago
Closed 17 years ago
#806 closed defect (fixed)
When psVectorClipFitPolynomial1D fails, pmPSFtryMetric() generates a SEGV
| Reported by: | Owned by: | eugene | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | objects | Version: | 0.10.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The result of psVectorClipFitPolynomial1D isn't checked in pmPSFtryMetric, and,
as it returns NULL in case of problems, a SEGV results.
In the case I looked at, the real problem was that the routine was being passed
no objects (see bug 806).
I've checked in a fix as pmPSFtry.c 1.13
Change History (2)
comment:1 by , 20 years ago
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
the modification from 1.13 was included long ago.
Note:
See TracTickets
for help on using tickets.

The dependent bug ID is bug 807; sorry.