components/stdcxx/patches/091-7098498-moneypunct.h.patch
author Jacob Varughese <jacob.varughese@oracle.com>
Wed, 11 Nov 2015 11:24:50 -0800
changeset 5079 5d18f62e9f8a
parent 539 9db7f022d292
permissions -rw-r--r--
21928864 oscap is limited to processing 32K records due to memory checks in the code 22181073 putback fixes to Makefile that got lost in merge, also remove building 32-bit 22181120 fix smfproperty probe to build with debug flags
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
539
9db7f022d292 7088065 CCVS test fail: no exception thrown for out-of-range string access
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     1
# Patch for CR 7098498
9db7f022d292 7088065 CCVS test fail: no exception thrown for out-of-range string access
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     2
--- stdcxx-4.2.1/include/loc/_moneypunct.h	2011-07-10 11:57:53.407297720 -0700
9db7f022d292 7088065 CCVS test fail: no exception thrown for out-of-range string access
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     3
+++ stdcxx-4.2.1/include/loc/_moneypunct.h	2011-10-06 09:50:48.591327947 -0700
9db7f022d292 7088065 CCVS test fail: no exception thrown for out-of-range string access
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     4
@@ -67,7 +67,7 @@
9db7f022d292 7088065 CCVS test fail: no exception thrown for out-of-range string access
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     5
     typedef
9db7f022d292 7088065 CCVS test fail: no exception thrown for out-of-range string access
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     6
     basic_string<char_type, char_traits<char_type>, allocator<char_type> >
9db7f022d292 7088065 CCVS test fail: no exception thrown for out-of-range string access
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     7
     string_type;
9db7f022d292 7088065 CCVS test fail: no exception thrown for out-of-range string access
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     8
-    typedef moneypunct<_CharT, bool> _Type;
9db7f022d292 7088065 CCVS test fail: no exception thrown for out-of-range string access
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     9
+    typedef moneypunct<_CharT, _Intl> _Type;
9db7f022d292 7088065 CCVS test fail: no exception thrown for out-of-range string access
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    10
 
9db7f022d292 7088065 CCVS test fail: no exception thrown for out-of-range string access
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    11
     _EXPLICIT moneypunct (_RWSTD_SIZE_T __refs = 0)
9db7f022d292 7088065 CCVS test fail: no exception thrown for out-of-range string access
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    12
         : _RW::__rw_facet (__refs),