Commit Graph

11 Commits

Author SHA1 Message Date
Evgeny Vereshchagin d36184b4ef
[util-linux] bring back 32-bit builds (#9011)
Looks like util-linux no longer fails to compile on Ubuntu Focal due to
https://oss-fuzz-build-logs.storage.googleapis.com/log-86fe7f9b-945a-4514-84ce-8f435b34dce0.txt
so it should be possible to bring 32-bit builds back.
2022-11-18 02:29:47 -08:00
Karel Zak 91c70ce986
add t-8ch to util-linux CC (#8966)
Let's add Thomas Weißschuh (https://github.com/t-8ch) to CC.
2022-11-10 09:38:35 +00:00
Karel Zak 67deda412c
Update project.yaml (#8953)
Add Milan Broz to CC. Milan is active in libblkid fuzz development.
2022-11-09 13:50:53 +00:00
Evgeny Vereshchagin da13add8e5
[util-linux] file issues on GitHub as well (#8463)
to make it easier to keep track or them and turn off i386 for now to let
it compile everywhere else until
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=51067 is fixed.
2022-09-10 13:51:25 -07:00
Evgeny Vereshchagin cdde6fe9ec
[util-linux] switch to the util-linux organization (#6800)
The repository was moved recently
2021-11-08 17:07:27 -05:00
Oliver Chang 84faf55729
Populate a bunch of main_repo values. (#4815)
Also enforce this for future integrations.
2020-12-10 09:49:27 +11:00
Evgeny Vereshchagin eb5b769c75
[systemd,util-linux] build more often (#4312)
Hopefully this should prevent OSS-Fuzz from reporting bugs that
have alread been fixed. Though I'm not sure how stable it's going to be
given that https://github.com/google/oss-fuzz/issues/4083 is still
open. Let's see.
2020-08-13 07:18:16 -07:00
Evgeny Vereshchagin 66acceccd5
[util-linux] more util-linux contributors (#4287) 2020-08-09 21:10:22 -07:00
Evgeny Vereshchagin cd5123192f
[util-linux] turn on MSan (#4265)
This PR should be merged once https://github.com/karelzak/util-linux/pull/1114 is merged
2020-08-07 08:26:55 -07:00
Evgeny Vereshchagin 25cff8db8e
[util-linux] cover mnt_table_parse_stream (#4032)
* [util-linux] cover mnt_table_parse_stream

Waiting for https://github.com/karelzak/util-linux/pull/1068

* temporarily point OSS-Fuzz to evverx/util-linux

* make sure it can be built with sanitizer=coverage
2020-06-25 15:35:44 -07:00
Ruediger Meier acb19ee42f add util-linux project (#120)
util-linux is the major collection of standard Linux utilities and
libraries. It's used by most Linux distributions during system
init (sysvinit, openrc, systemd) and by users or admins.

I've set my committer email address as primary contact and the
project maintainer (Karel Zak) on CC.

These are the official links to the project:

MAILING LIST:
      E-MAIL: util-linux@vger.kernel.org
      URL:    http://vger.kernel.org/vger-lists.html#util-linux

DOWNLOAD:
      ftp://ftp.kernel.org/pub/linux/utils/util-linux/

SOURCE CODE:
      Web interface:
          http://git.kernel.org/cgit/utils/util-linux/util-linux.git
          https://github.com/karelzak/util-linux

Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
2016-12-02 07:33:01 -08:00