public inbox for linux-cifs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] mount.cifs: minor buflen tracking cleanups
@ 2026-03-31  0:37 David Disseldorp
  2026-03-31  0:37 ` [PATCH 1/3] build_assert: add ccan build_assert.h header David Disseldorp
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: David Disseldorp @ 2026-03-31  0:37 UTC (permalink / raw)
  To: linux-cifs; +Cc: Steve French

These changes are minor cleanups to go atop the bugfix
"mount.cifs: fix buffer overrun in set_password"
https://lore.kernel.org/linux-cifs/20260331000911.16062-1-ddiss@suse.de/T/#u

David Disseldorp (3):
      build_assert: add ccan build_assert.h header
      mount.cifs: adjust get_password_from_file() buf size
      mount.cifs: remove runtime pass_length calculation

 build_assert.h | 40 ++++++++++++++++++++++++++++++++++++++++
 mount.cifs.c   | 18 ++++++++----------
 2 files changed, 48 insertions(+), 10 deletions(-)
 create mode 100644 build_assert.h


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-04-01  2:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-31  0:37 [PATCH 0/3] mount.cifs: minor buflen tracking cleanups David Disseldorp
2026-03-31  0:37 ` [PATCH 1/3] build_assert: add ccan build_assert.h header David Disseldorp
2026-03-31  0:37 ` [PATCH 2/3] mount.cifs: adjust get_password_from_file() buf size David Disseldorp
2026-03-31  0:37 ` [PATCH 3/3] mount.cifs: remove runtime pass_length calculation David Disseldorp
2026-03-31 18:06 ` [PATCH 0/3] mount.cifs: minor buflen tracking cleanups Henrique Carvalho
2026-04-01  2:14   ` Steve French

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox