Closed waldnercharles closed 8 years ago
I'm able to make install just fine, but when i run st, I get a buffer overflow detected. I do not get this error when running st from suckless.org.
It looks like https://github.com/neeasade/xst/blob/master/src/st.c#L4459 needs to have its length extended to 12 to account for the trailing null character that sprintf adds.
sprintf
thanks for the issue and PR.
I'm able to make install just fine, but when i run st, I get a buffer overflow detected. I do not get this error when running st from suckless.org.