Changeset 7ce322b in git


Ignore:
Timestamp:
Mar 22, 2018, 5:43:06 PM (6 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
317eb84941b19271a520c7ae7f4943ab487422fe
Parents:
556097841b7ad9fa7668ad61e04b914a898af42c
Message:
fix: out-of-bound access
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/fevoices.cc

    r5560978 r7ce322b  
    607607    s[rc]='\0';
    608608    // handel \\ :
    609     rc-=3;
     609    rc-=3; if (rc<0) rc=0;
    610610    if ((s[rc]=='\\')&&(currentVoice->sw!=BI_buffer))
    611611    {
Note: See TracChangeset for help on using the changeset viewer.