[Gtkhx-dev] 64-bit icon parsing patch
Brought to you by:
mishan
From: Stephen H. <sh...@sa...> - 2014-11-06 07:02:39
|
I've attached the patch I've added to the FreeBSD source tree which fixes segfaults on 64-bit systems when parsing the icon file. Basically, it was using pointers in packed structs and assuming they were 32-bits. Since the values weren't actually used, simply changing to a size-based type solves the problem. If you guys want to add me (Deuce) as a developer, I can commit the patch to CVS myself. I'm working on a Hotline server for Synchronet (a BBS package), so I'll likely have some interest for a while at least. Thanks! |