Re: [PATCH] smb: common: fix undefined shifts in LZ77 flag encoding
From: Laxman Acharya Padhya
Date: Fri Jul 10 2026 - 09:52:14 EST
Hi Enzo,
Thanks for the clarification.
My concern was that the current tree does not appear to enforce that
constraint yet, so the code can still be built in 32-bit configurations
and hit the 32-bit shift case. If the preferred fix is to make the
64-bit/little-endian requirement explicit at build time, I'm happy to
defer to that direction.
Regards,
Laxman