Opened 20 years ago
Closed 16 years ago
#796 closed enhancement (fixed)
sanitize function prototypes use of "char *" vs. "psString"
| Reported by: | jhoblitt | Owned by: | jhoblitt |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | PSLib | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by )
A fair number of functions are prototyped as returning "char *" that are
returning psAlloc()'d memory. These should all be converted to returning psString.
Change History (3)
comment:1 by , 20 years ago
| Cc: | added |
|---|
comment:2 by , 20 years ago
Certainly some of them. But I only really checked the functions for which I am
responsible. A more complete sweep still needs to be done.
comment:3 by , 16 years ago
| Component: | sys → PSLib |
|---|---|
| Description: | modified (diff) |
| Priority: | high → low |
| Resolution: | → fixed |
| Status: | new → closed |
| Type: | defect → enhancement |
Looks like this has been fixed at least for psLib.
Note:
See TracTickets
for help on using tickets.

Paul,
Do you think your recent cleanups resolved this bug?