folly: fbstring: make it conservative-only: write '\0' in ctor and drop the c_str...
authorLucian Grijincu <lucian@fb.com>
Fri, 6 Jun 2014 21:48:15 +0000 (14:48 -0700)
committerAnton Likhtarov <alikhtarov@fb.com>
Sat, 14 Jun 2014 01:15:04 +0000 (18:15 -0700)
commit9404518285f3d0a1c2780b45067448a35b4ca903
tree6c2f8b943106f1d913429df1b8977f1d8ebb5496
parent7e726e2ab49d4251adf7387ea501f76ed6cd6b93
folly: fbstring: make it conservative-only: write '\0' in ctor and drop the c_str shenanigans

Test Plan: ran folly tests

Reviewed By: njormrod@fb.com

Subscribers: folly@lists, njormrod

FB internal diff: D1373308
folly/FBString.h
folly/test/FBStringTest.cpp