arun11299 / cpp-subprocess

Subprocessing with modern C++
Other
456 stars 90 forks source link

fixed a bug in util::read_all() function and added a test for it #23

Closed mohamedAlaaK closed 5 years ago

mohamedAlaaK commented 5 years ago

read_all() function had a small bug where it was returning invalid data

arun11299 commented 5 years ago

Thanks!! 👍