Merge branch 'buffer_size_gt_zero' into 'master'
authorPyry Haulos <phaulos@google.com>
Thu, 17 Dec 2015 21:24:32 +0000 (16:24 -0500)
committerPyry Haulos <phaulos@google.com>
Thu, 17 Dec 2015 21:24:32 +0000 (16:24 -0500)
Buffer size of zero is not valid - replace test with a size of 1 byte

The spec says: "The value of pname:size must: be greater than `0`".

See merge request !166


Trivial merge