Ticket #1910 (closed defect: duplicate)
python ogr.Open segfaults with None as name
| Reported by: | timaranz | Owned by: | mloskot |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5.0 |
| Component: | OGR_SF | Version: | 1.4.3 |
| Severity: | normal | Keywords: | validate |
| Cc: | hobu, warmerdam |
Description
the following 2 lines will cause python to segfault:
import ogr ogr.Open(None)
It should raise a TypeError? instead.
Change History
Note: See
TracTickets for help on using
tickets.
