Nux

Comment 6 for bug 1112044

Revision history for this message
Brandon Schaefer (brandontschaefer) wrote : Re: Fcitx can't input word group more than 6 Chinese characters in Dash

Sadly this is a confirmed problem in nux, and actually is a much bigger problem then it looks. There is a char text[16] that is storing all the data coming in from the XIM, which you can imagine 6 CJK chars is to large to fit in a char[16].

What makes this problem really bad is if you enter in to many characters and cause a crash by overflowing that buffer....so this needs to be fixed ASAP.