This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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: Fwd: [PATCH] Don't allow attackers to inject arbitrary data into stack through LD_DEBUG


Alex wrote:
I've been trying to figure
out why the original author used strndupa in the first place but
haven't wrapped my mind around it yet.

Presumably the original author didn't know about "%.*s". The string is not null-terminated, so "%s" won't work, and I guess the original author used strndupa to create a null-terminated copy.

Beware of int overflow when using "%.*s", by the way.


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