Opened 15 years ago
Closed 15 years ago
#402 closed defect (fixed)
shp2pgsql segfault
Reported by: | pramsey | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 1.5.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
When run without a table argument, the command segfaults (both Win32 and OS/X platforms)
./shp2pgsql -g hi -p -I -s 4326 ../regress/loader/Arc.shp Segmentation fault
Note:
See TracTickets
for help on using tickets.
Fix segfault on cases where not enough arguments are provided. r5186