Re: [PATCH tabled 1/2] server/config.c: don't dereference NULL on OOM

Jeff Garzik <[email protected]> Fri, 24 Sep 2010 13:50:44 -0400
Newsgroups org.kernel.vger.hail-devel
Message-ID <[email protected]>
On 09/24/2010 01:43 PM, Jim Meyering wrote:
> Jeff Garzik wrote:
>> On 09/24/2010 07:32 AM, Jim Meyering wrote:
>>> You can pull from the "oom" branch here:
>>>     git://git.infradead.org/users/meyering/tabled.git
>>
>> Got nearly everything perfect.  Need one more minor yet important
>> change.  As described in doc/contributions.txt, every changeset MUST
>> have a Signed-off-by line at the end of a changeset's description.
>>
>> I was able to pull and build just fine, so your git repo setup and
>> push appears correct.
>>
>> Also, in your pull request, please put the branch immediately
>> following the repo URL on the same line, for easier cut-n-paste.
>> Here's how Linus requests his pull-requests to look:
>
> Ok.  I've added those pesky S.O.B lines with this:
>
>    git filter-branch --msg-filter \
>      'cat&&  printf "\nSigned-off-by: Jim Meyering<[email protected]>\n"' \
>      HEAD~4..HEAD
>
> and pushed the result.
>
> Please pull from the 'oom' branch of
> git://git.infradead.org/users/meyering/tabled.git

pulled from you & pushed upstream, thanks!