Fix/improve dereference-before-null-checks.

This commit is contained in:
Jon Siwek 2013-09-13 16:41:41 -05:00
parent 3d81432a1e
commit 735d2c402a
8 changed files with 19 additions and 30 deletions

View file

@ -149,8 +149,6 @@ protected:
// Make buffer big enough for n bytes beyond bufp.
void Grow(unsigned int n);
void OutOfMemory();
/**
* Returns the location of the first place in the bytes to be hex-escaped.
*