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

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

Change History

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

Replaces NULL with 0 in C++ code in libmythdb

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.

View

Add a comment

Modify Ticket

Action
as closed
The resolution will be deleted. Next status will be 'new'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.