]> git.ipfire.org Git - thirdparty/tor.git/commit
Make read_all distinguish between error and EOF; read_file_to_string should only...
authorNick Mathewson <nickm@torproject.org>
Sun, 26 Sep 2004 16:51:31 +0000 (16:51 +0000)
committerNick Mathewson <nickm@torproject.org>
Sun, 26 Sep 2004 16:51:31 +0000 (16:51 +0000)
commit09586ef71218a12dacffaf0e14cf7448705b6e57
tree70f7ddc568053b2e7ac784595f5b5d620de0827c
parent41fdaf01cf678be07b9bfc9ee9e23f8c7731bf5f
Make read_all distinguish between error and EOF; read_file_to_string should only check bytes read against st_size when in binary mode.

svn:r2375
src/common/util.c