Thread with 14 posts
jump to expanded postI keep finding bugs in tools and libraries because of working on touchHLE ^^;
I think I might have found two bugs in GDB today…
here’s the least frustrating of those bugs: https://sourceware.org/bugzilla/show_bug.cgi?id=30385
here’s the much more frustrating one: https://sourceware.org/bugzilla/show_bug.cgi?id=30386
in fairness I might be the only person who’s ever needed this 🤔
I’ll build gdb from source so I can begin the process of fixing these bugs myself, I thought. It’ll be easy, I thought.
who’s surprised that the makefile doesn’t work if you have spaces in the path (sigh)
checking for memcpy... yes
I got gdb to build… eventually. most of the problems came from Apple shipping outdated stuff with macOS. though I also had to hack the source code to work around a C++ overload resolution issue. 😮💨
@hikari "just making sure there's no CVEivors"
@hikari you're fixing bugs in GDB, I think you're past the realm of easy,
@saagar haha. a friend told me the other bug was familiar to them. I guess few people bother to report things :)
@saagar the C preprocessor and its consequences have been a disaster for the human race