Re: [PATCH] smb: common: fix undefined shifts in LZ77 flag encoding
Laxman Acharya Padhya <[email protected]>
| Newsgroups | org.kernel.vger.linux-cifs,org.kernel.vger.linux-kernel,org.kernel.vger.stable |
|---|---|
| Message-ID | <[email protected]> |
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