components/bash/patches/solaris-004.snprintf.c.patch
author Misaki Miyashita <Misaki.Miyashita@Oracle.COM>
Tue, 06 Aug 2013 08:08:18 -0700
branchs11-update
changeset 2717 da0ef75be98f
parent 115 c360825c3a3f
child 1082 6d49548fa9da
permissions -rw-r--r--
15824600 SUNBT7206152 T4 montmul should be embedded in the OpenSSL upstream src 16921388 T4 DES should be embedded in the OpenSSL upstream src 17193314 ssh dumps core when using aes128-cbc cipher on T4

--- lib/sh/snprintf.c	2008-08-12 12:02:14.000000000 -0400
+++ lib/sh/snprintf.c	2009-08-10 15:16:30.000000000 -0400
@@ -116,6 +116,8 @@
 #  include <locale.h>
 #endif
 
+#include <math.h>
+
 #include "stdc.h"
 #include <shmbutil.h>