-/* $OpenBSD: s3_pkt.c,v 1.57 2015/09/12 16:10:07 doug Exp $ */
+/* $OpenBSD: s3_pkt.c,v 1.58 2016/07/10 23:07:34 tedu Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
memcpy(buf, &(rr->data[rr->off]), n);
if (!peek) {
+ memset(&(rr->data[rr->off]), 0, n);
rr->length -= n;
rr->off += n;
if (rr->length == 0) {
-/* $OpenBSD: s3_pkt.c,v 1.57 2015/09/12 16:10:07 doug Exp $ */
+/* $OpenBSD: s3_pkt.c,v 1.58 2016/07/10 23:07:34 tedu Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
memcpy(buf, &(rr->data[rr->off]), n);
if (!peek) {
+ memset(&(rr->data[rr->off]), 0, n);
rr->length -= n;
rr->off += n;
if (rr->length == 0) {