patch: libXt-1.0.8 fix possible array overflow

Pat Kane pekane52 at gmail.com
Thu Sep 23 11:43:19 PDT 2010


 > setting the limit to i=9 would fix that.

But then the line
    (void) memmove((char*)par, (char*)params, i * sizeof(String) );
would be wrong since it would move nine instead of ten things.



More information about the xorg mailing list