IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 18, 2022, 10:26:09 AM (4 years ago)
Author:
eugene
Message:

comment to warn of possible memory overrun

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20220316/Ohana/src/opihi/lib.data/svdcmp_bond_new.c

    r29540 r42172  
    6363                        g = 0.0;
    6464                else {
    65                         f = u[i][i+1];
     65                    f = u[i][i+1]; // XXXX this line will overrun the memory of u[][i+1] : i+1
    6666                        g = (f < 0) ? sqrt(s) : -sqrt(s);
    6767                        h = f * g - s;
Note: See TracChangeset for help on using the changeset viewer.