Updated Branches:
  refs/heads/master 2e8806466 -> b7ba116ef

TS-1343 -- Stat system doesn't check buffer sizes


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/b7ba116e
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/b7ba116e
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/b7ba116e

Branch: refs/heads/master
Commit: b7ba116ef86960ffd3ceb76c8893899175a6041f
Parents: 2e88064
Author: Brian Geffon <[email protected]>
Authored: Tue Jul 10 18:50:14 2012 -0700
Committer: Brian Geffon <[email protected]>
Committed: Tue Jul 10 18:50:14 2012 -0700

----------------------------------------------------------------------
 lib/records/RecCore.cc |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/b7ba116e/lib/records/RecCore.cc
----------------------------------------------------------------------
diff --git a/lib/records/RecCore.cc b/lib/records/RecCore.cc
index c7e56dd..83a1574 100644
--- a/lib/records/RecCore.cc
+++ b/lib/records/RecCore.cc
@@ -978,7 +978,6 @@ RecGetRecordPrefix_Xmalloc(char *prefix, char **buf, int 
*buf_len)
 
       if(bytes_written <= 0 || bytes_written > bytes_avail) {
         error = 1;
-        break;
       } else
         total_bytes_written += bytes_written;
 

Reply via email to