This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Better handling for realpath() failures in windows_make_so() on Cygwin


On 20/01/2016 16:19, Pedro Alves wrote:
#define SO_NAME_MAX_PATH_SIZE 512       /* FIXME: Should be dynamic */

How about just removing the limit altogether?

Basically, make struct so_list::so_original_name and
struct so_list::so_name pointers instead of arrays?

I'm sorry, while that would be nice to have, that's not a project that I can take on currently.

In the meantime, please consider approving this patch, or tell me what I can do to make it acceptable, since it does fix an actual problem that affects some users.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]