From: LC Bruzenak <lenny@magitekltd.com>
To: Miloslav Trmac <mitr@redhat.com>
Cc: linux-audit <linux-audit@redhat.com>
Subject: Re: [PATCH] Don't crash on unknown S_IFMT file modes
Date: Fri, 27 Mar 2009 10:56:04 -0500 [thread overview]
Message-ID: <1238169364.7013.256.camel@homeserver> (raw)
In-Reply-To: <1238168675.7013.254.camel@homeserver>
On Fri, 2009-03-27 at 10:44 -0500, LC Bruzenak wrote:
> Mirek,
>
> After applying this patch my build fails in the parse test section due
> to a difference of no space after a comma:
>
> diff -u ../../auparse/test/auparse_test.ref auparse_test.cur
> --- ../../auparse/test/auparse_test.ref 2009-02-24 15:11:35.000000000
> -0600
> +++ auparse_test.cur 2009-03-27 10:21:34.000000000 -0500
> ...
> - mode=040730 (dir, 730)
> + mode=040730 (dir,730)
>
> I have made some local changes myself but I don't think it is me (which
> of course probably means it IS).
>
> Do you think your changes would cause this?
>
> Thx,
> LCB.
>
This change fixed it for me - adding a space. You likely want to apply
the same fix, or if you like this formatting, change the checked
reference output.
// and the read, write, execute flags in octal
- asprintf(&out, "%s %03o", buf, (S_IRWXU|S_IRWXG|S_IRWXO) &
ival);
+ asprintf(&out, "%s, %03o", buf, (S_IRWXU|S_IRWXG|S_IRWXO) &
ival);
--
LC (Lenny) Bruzenak
lenny@magitekltd.com
next prev parent reply other threads:[~2009-03-27 15:56 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <244499589.2433711238079841056.JavaMail.root@zmail07.collab.prod.int.phx2.redhat.com>
2009-03-26 15:05 ` [PATCH] Don't crash on unknown S_IFMT file modes Miloslav Trmac
2009-03-27 15:44 ` LC Bruzenak
2009-03-27 15:55 ` Miloslav Trmac
2009-03-27 15:56 ` LC Bruzenak [this message]
2009-03-26 12:06 Miloslav Trmac
2009-03-26 12:41 ` LC Bruzenak
2009-04-06 14:34 ` Steve Grubb
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1238169364.7013.256.camel@homeserver \
--to=lenny@magitekltd.com \
--cc=linux-audit@redhat.com \
--cc=mitr@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.