Change #264781
| Category | gzip |
| Changed by | Paul Eggert <eggert@cs.ucla.edu> |
| Changed at | Fri 17 Apr 2026 07:42:03 |
| Repository | git://git.savannah.gnu.org/gzip.git |
| Project | gzip |
| Branch | master |
| Revision | 3313019c477b4dc24694d747a40c693e82c36db1 |
Comments
gzip: fix bitbuf << 16 bug (Problem reported by MichaĆ Majchrowicz.) * unlzh.c (fillbuf): Avoid undefined behavior when shifting bitbuf left by 16. No known practical platforms do the wrong thing here, so this fix is mostly for completeness.
Changed files
- unlzh.c