diff options
author | pi <pi@FreeBSD.org> | 2015-03-18 05:01:56 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2015-03-18 05:01:56 +0800 |
commit | 4a3af74ca8d9f0f242f270ac277219c49b2c7941 (patch) | |
tree | 64ae0db351321f78edbca9e90e71ddfd07c5bd7a /security/polarssl/files | |
parent | dd6af2f5582a2930866fe07aae229cac7cf923c1 (diff) | |
download | freebsd-ports-gnome-4a3af74ca8d9f0f242f270ac277219c49b2c7941.tar.gz freebsd-ports-gnome-4a3af74ca8d9f0f242f270ac277219c49b2c7941.tar.zst freebsd-ports-gnome-4a3af74ca8d9f0f242f270ac277219c49b2c7941.zip |
security/polarssl: 1.2.12 -> 1.2.13
Changes:
https://tls.mbed.org/tech-updates/releases/polarssl-1.2.13-released
PR: 197780
Submitted by: takefu@airport.fm
Approved by: jase (maintainer timeout)
Diffstat (limited to 'security/polarssl/files')
-rw-r--r-- | security/polarssl/files/patch-library-asn1parse_c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/security/polarssl/files/patch-library-asn1parse_c b/security/polarssl/files/patch-library-asn1parse_c deleted file mode 100644 index 07f3c46af7f3..000000000000 --- a/security/polarssl/files/patch-library-asn1parse_c +++ /dev/null @@ -1,11 +0,0 @@ ---- library/asn1parse.c.orig 2015-01-19 19:31:49.664592954 +0000 -+++ library/asn1parse.c 2015-01-19 19:34:11.583587052 +0000 -@@ -244,6 +244,8 @@ - if( cur->next == NULL ) - return( POLARSSL_ERR_ASN1_MALLOC_FAILED ); - -+ memset( cur->next, 0, sizeof( asn1_sequence ) ); -+ - cur = cur->next; - } - } |