ad-oliviero / uwufetch

A meme system info tool for Linux, based on nyan/uwu trend on r/linuxmasterrace.
GNU General Public License v3.0
747 stars 48 forks source link

"Buffer Overflow Detected" #144

Closed elegantShock2258 closed 2 years ago

elegantShock2258 commented 2 years ago

Issue

When running UwUfetch, it shows the error:

***` buffer overflow detected ***: terminated
[1]    57162 abort (core dumped)  uwufetch

Information

UwUFetch was built and installed from source on linuxmint uma, before being hijacked by bedrock. UwUFetch used to work in linuxmint but after it being hijacked with bedrock, it's showing the error.

image

Make debug works as expected

Solution & possible cause.

I ran sudo make install once again and it worked.

Possible cause : Due to bedrock changing sys files and paths, it may have messed something with uwufetch.

ad-oliviero commented 2 years ago

I'll try to reproduce the error in a virtual machine, just give me some time

ad-oliviero commented 2 years ago

I installed Linux mint 20.2 "uma" and bedrock linux, I could not get this error, so I can't directly help you. If you compile with make debug do you get errors or warnings?

elegantShock2258 commented 2 years ago

I installed Linux mint 20.2 "uma" and bedrock linux, I could not get this error, so I can't directly help you. If you compile with make debug do you get errors or warnings?

thanks for trying, i will recompile and let you know.

EDIT: see my top comment.