Opened 6 years ago
Closed 6 years ago
#259 closed defect (fixed)
Verify that we don't use assert() in places where we could use trace_set_err()
| Reported by: | perry | Owned by: | perry |
|---|---|---|---|
| Priority: | critical | Milestone: | |
| Component: | libtrace-library | Version: | |
| Keywords: | Cc: |
Description
Make sure that we use trace_set_err() where ever possible instead of assert() for failures so that bindings can easily turn these issues into exceptions.
Change History (1)
comment:1 Changed 6 years ago by perry
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Fixed in r1298