Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added test for NULL in string.format("%p")
ISO C states that standard library functions should not be called with NULL arguments, unless stated otherwise. 'sprintf' does not state otherwise, and it doesn't hurt to be on the safe side.
- Loading branch information