ian 16585e4442 The minimum sbuf buffer size is 2 bytes (a byte plus a nulterm), assert that.
Values smaller than two lead to strange asserts that have nothing to do
with the actual problem (in the case of size=0), or to writing beyond the
end of the allocated buffer in sbuf_finish() (in the case of size=1).
2015-03-17 21:00:31 +00:00
..
2015-03-17 18:32:28 +00:00
2015-03-13 02:49:55 +00:00
2015-03-16 00:10:03 +00:00
2015-03-17 18:32:28 +00:00
2015-03-17 19:13:11 +00:00
2015-03-12 20:14:48 +00:00
2015-03-01 00:22:16 +00:00
2015-03-17 19:07:43 +00:00
2015-02-02 16:07:07 +00:00
2015-03-16 00:10:03 +00:00
2015-03-15 11:58:52 +00:00