lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sat, 28 Jan 2023 14:46:47 -0800
From:   Eric Biggers <ebiggers@...nel.org>
To:     linux-ext4@...r.kernel.org
Subject: [PATCH 0/4] e2fsprogs: a few more warning fixes

Fix the GitHub Actions workflow to really use -Werror when building the
libraries, fix a recently introduced warning in debugfs, and fix two
warnings in the Windows build.

Eric Biggers (4):
  ci.yml: ensure -Werror really gets used in all cases
  debugfs: fix a -Wformat warning in dump_journal()
  lib/ext2fs: don't warn about lack of getmntent on Windows
  lib/uuid: remove unneeded Windows UUID workaround

 .github/workflows/ci.yml | 28 ++++++++++++++--------------
 debugfs/logdump.c        |  3 ++-
 lib/ext2fs/Android.bp    |  1 -
 lib/ext2fs/ismounted.c   |  2 +-
 lib/uuid/Android.bp      |  2 --
 lib/uuid/gen_uuid.c      |  5 -----
 lib/uuid/tst_uuid.c      |  6 ------
 lib/uuid/uuid_time.c     |  6 ------
 8 files changed, 17 insertions(+), 36 deletions(-)


base-commit: 0352d353adbe6c5d6f1937e12c66e599b8657d72
-- 
2.39.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ