Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#5777 closed defect (wontfix)

0 is an invalid pointer in C++, not NULL - libmythdb

Reported by: Erik Hovland <erik@…> Owned by: Isaac Richards
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 (1)

libs_libmythdb-krazy2-remove-null.patch (14.8 KB) - added by Erik Hovland <erik@…> 15 years ago.
Replaces NULL with 0 in C++ code in libmythdb

Download all attachments as: .zip

Change History (3)

Changed 15 years ago by Erik Hovland <erik@…>

Replaces NULL with 0 in C++ code in libmythdb

comment:1 Changed 15 years ago by danielk

Resolution: wontfix
Status: newclosed

We prefer NULL, easier to tell the value is for a pointer...

comment:2 Changed 15 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.