This is the mail archive of the libc-help@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: glibc 2.5 - patch for GHOST (CVE-2015-0235)


On 02/12/2015 03:32 AM, czezz wrote:
> thank you for your answer.

I have moved this discussion to libc-help.

It seems you are quite new at this process. I would suggest
that you seek help from a local experienced developer who
can guide you through the process you are attempting.

One way to get the glibc sources and patch is like this:

mkdir -p ~/src
cd ~/src
git clone 
git clone git://sourceware.org/git/glibc.git
cd glibc
git diff d5dd6189d506068ed11c8bfa1e1e9bffde04decd^..d5dd6189d506068ed11c8bfa1e1e9bffde04decd > ghost.patch

The other way is by direct URL referencing the commit id:

https://sourceware.org/git/?p=glibc.git;a=commitdiff_plain;h=d5dd6189d506068ed11c8bfa1e1e9bffde04decd;hp=fef94eab0bd308d5059a2588c753bf9a4926845d

Cheers,
Carlos.


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