commit | 4eeb52f080edb1f4b518249388f6c617386c00e5 | [log] [tgz] |
---|---|---|
author | Jason Evans <jasone@canonware.com> | Mon Apr 02 01:46:25 2012 -0700 |
committer | Jason Evans <jasone@canonware.com> | Mon Apr 02 02:30:24 2012 -0700 |
tree | 8ad892ff03a806e50c8de997661886bd92afe98c | |
parent | f2296deb57cdda01685f0d0ccf3c6e200378c673 [diff] |
Remove vsnprintf() and strtoumax() validation. Remove code that validates malloc_vsnprintf() and malloc_strtoumax() against their namesakes. The validation code has adequately served its usefulness at this point, and it isn't worth dealing with the different formatting for %p with glibc versus other implementations for NULL pointers ("(nil)" vs. "0x0"). Reported by Mike Hommey.