Show
Ignore:
Timestamp:
02/06/09 16:35:48 (4 years ago)
Author:
mauser
Message:

Possible Bugfix for #79: Fixed Buffer Overflow in strcpy()

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gui/src/PlayerControl.cpp

    r472 r768  
    582582 
    583583        //beatcounter get BC message 
    584         char bcstatus[3]; 
     584        char bcstatus[4]; 
    585585        int beatstocountondisplay = 1; 
    586586        beatstocountondisplay = m_pEngine->getBcStatus();