Opened 20 years ago
Closed 20 years ago
#777 closed defect (fixed)
psMetadataIteratorAlloc produces SEGV when regex != NULL
| Reported by: | Paul Price | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | types | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Note:
See TracTickets
for help on using tickets.

Fixed by adding psAlloc for newIter->regex, and refactoring code in
psMetadataIteratorAlloc.
No tests should break, because no tests call psMetadataIteratorAlloc with regex
!= NULL (!!!).