IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 21 years ago

Closed 20 years ago

Last modified 20 years ago

#573 closed defect (fixed)

psMetadata needs PS_DATA_UNKNOWN

Reported by: Paul Price Owned by: robert.desonia@…
Priority: high Milestone:
Component: types Version: 0.8.0
Severity: normal Keywords:
Cc:

Description

The Metadata must be able to handle other types than those in psLib (so long as
they have been allocated with psAlloc), e.g., so that the modules can use the
psMetadata with its own types. For this, we use PS_DATA_UNKNOWN (i.e., unknown
by psLib), but the psMetadata doesn't recognise PS_DATA_UNKNOWN.

Need to add on line 281 of psMetadata.c:
case PS_DATA_UNKNOWN: /< Unknown type

Change History (5)

comment:1 by robert.desonia@…, 21 years ago

Status: newassigned

comment:2 by robert.desonia@…, 21 years ago

I need to verify that it is handled as a valid data type in the code too.

Only assumption will be that it is a pointer allocated via psAlloc or any of the various other psLib
allocation routines.

comment:3 by robert.desonia@…, 20 years ago

Resolution: fixed
Status: assignedclosed

just added the line as suggested. Couldn't find any other problems.

-rdd

comment:4 by Paul Price, 20 years ago

Keywords: VERIFIED added

Bug has been resolved.... closing.

comment:5 by Paul Price, 20 years ago

Keywords: VERIFIED removed

Bugs have been fixed... closing.

Note: See TracTickets for help on using tickets.