Ignore:
Timestamp:
07/28/11 21:51:30 (13 years ago)
Author:
r2d
Message:

Security fixes by DEATH (and some changes by myself)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/libmpcdec/mpc_decoder.c

    r431 r473  
    530530
    531531                if (d->ms) {
    532                         int cnt = 0, tot = 0;
     532                        mpc_uint_t cnt = 0, tot = 0;
    533533                        mpc_uint32_t tmp = 0;
    534534                        for( n = 0; n < Max_used_Band; n++)
     
    612612
    613613                do {
    614                         mpc_int32_t k = 0, idx = 1;
     614                        mpc_uint32_t k = 0, idx = 1;
    615615                        if (Res != 0) {
    616616                                if (Res == 2) {
     
    628628                                        Table = & mpc_can_Q1;
    629629                                        for( ; k < 36; ){
    630                                                 int kmax = k + 18;
     630                                                mpc_uint32_t kmax = k + 18;
    631631                                                mpc_uint_t cnt = mpc_bits_can_dec(r, Table);
    632632                                                idx = 0;
Note: See TracChangeset for help on using the changeset viewer.