Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Issue 164373: Fix seccomp sandbox for gcc44 (Closed)

Created:
11 years, 4 months ago by Joel Stanley (old)
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Fix seccomp sandbox for gcc44 Constness of return values and paramaters were causing compiler errors. BUG=19120

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M sandbox/linux/seccomp/debug.cc View 1 chunk +1 line, -1 line 0 comments Download
M sandbox/linux/seccomp/sandbox.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
Joel Stanley (old)
11 years, 4 months ago (2009-08-12 03:06:28 UTC) #1
Dean McNamee
Does this already use base? We should probably not be using atoi... On Tue, Aug ...
11 years, 4 months ago (2009-08-12 04:39:31 UTC) #2
Joel Stanley (old)
Can we land the patch to fix the build now, and fix the other issues ...
11 years, 4 months ago (2009-08-12 04:43:58 UTC) #3
Dean McNamee
Epic duplication of 2 line patches... Anyway, I'll let AGL or Markus deicde what they ...
11 years, 4 months ago (2009-08-12 04:51:14 UTC) #4
Markus (顧孟勤)
This code cannot make calls into any "complicated" glibc function. Anything that could take locks, ...
11 years, 4 months ago (2009-08-12 06:04:32 UTC) #5
Markus (顧孟勤)
Argh, doesn't gcc break POSIX by redefining strchr() and strstr()? Anyway, the changes look good. ...
11 years, 4 months ago (2009-08-12 06:06:19 UTC) #6
Markus (顧孟勤)
Yes, please feel free to submit this change. Markus On Tue, Aug 11, 2009 at ...
11 years, 4 months ago (2009-08-12 06:07:19 UTC) #7
Dean McNamee
11 years, 4 months ago (2009-08-12 06:09:48 UTC) #8
Joel doesn't have commit.

Thanks

On Tue, Aug 11, 2009 at 11:06 PM, Markus Gutschke<markus@chromium.org> wrot=
e:
> Yes, please feel free to submit this change.
>
> Markus
>
> On Tue, Aug 11, 2009 at 21:43, <joel.stan@gmail.com> wrote:
>>
>> Can we land the patch to fix the build now, and fix the other issues
>> later? =A0Last time there was a gcc43/44 break that had a 2 line fix we
>> had 4 different people submit CL before a fix hit the tree. Epic
>> duplication of effort.
>>
>> http://codereview.chromium.org/164373
>
>

Powered by Google App Engine
This is Rietveld 408576698