Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-596

memset in jpegCodec.cpp

    XMLWordPrintable

Details

    Description

      It seems a mistake:

      // in jpegCodec.cpp, line 3428:

      memset(pCodec->m_channelsList, sizeof(pCodec->m_channelsList), 0);

      Is it supposed to be: "memset(pCodec->m_channelsList, 0, sizeof(pCodec->m_channelsList));" ?

      Attachments

        Activity

          People

            18103154f924 jespern
            legacy-bitbucket-user Legacy Bitbucket Cloud User (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: