commit | 16e6c3d928b890dac81a2137c57936b4427d954f | [log] [tgz] |
---|---|---|
author | Sergey Ulanov <sergeyu@fuchsia.infra.roller.google.com> | Thu Aug 24 22:06:53 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Aug 24 15:08:08 2023 -0700 |
tree | 1a5f77bff8e45e70ae98556a5e4510d44721aef6 | |
parent | 9e79333e1aa733515f2bddd090d2c5f1a2151d46 [diff] |
[roll] Roll fuchsia [Starnix] Fix kernel panic when negating PID values i32 negation operation (i.e. `-foo`) panics for `i32::MIN`. `sys_kill()` and `sys_wait4()` were not handling this case when trying to negate pid value received from the caller. Fix them to handle this case correctly. Original-Bug: b/287118375 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/907465 Original-Revision: 07f4dd91e3474ae72b9ac9ce23021112f34c290a GitOrigin-RevId: 80976dc64e8d0a277a0ed895197ddc4d23d3eef1 Change-Id: Ib94359b3cd499795e819701e336c9e76dc09c296
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia
on Freenode.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.