Modify ↓
Ticket #5777 (closed defect: wontfix)
Opened 5 years ago
Last modified 5 years ago
0 is an invalid pointer in C++, not NULL - libmythdb
| Reported by: | Erik Hovland <erik@…> | Owned by: | ijr |
|---|---|---|---|
| Priority: | trivial | Milestone: | unknown |
| Component: | mythtv | Version: | head |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
In C++, 0 is the value of an invalid pointer. Not NULL.
Attachments
Change History
Changed 5 years ago by Erik Hovland <erik@…>
- Attachment libs_libmythdb-krazy2-remove-null.patch added
comment:1 Changed 5 years ago by danielk
- Status changed from new to closed
- Resolution set to wontfix
We prefer NULL, easier to tell the value is for a pointer...
comment:2 Changed 5 years ago by Erik Hovland <erik@…>
No problem. I have updated the coding standard wiki page to mention that.
Note: See
TracTickets for help on using
tickets.

Replaces NULL with 0 in C++ code in libmythdb