~zooko/cryptopp/trunk

« back to all changes in this revision

Viewing changes to base32.cpp

  • Committer: weidai
  • Date: 2010-06-18 01:52:34 UTC
  • Revision ID: svn-v4:57ff6487-cd31-0410-9ec3-f628ee90f5f0:trunk/c5:485
avoid SecBlock of arrays

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
const int *Base32Decoder::GetDefaultDecodingLookupArray()
27
27
{
28
 
        static bool s_initialized = false;
 
28
        static volatile bool s_initialized = false;
29
29
        static int s_array[256];
30
30
 
31
31
        if (!s_initialized)