Change #237958
Category | gcoreutils |
Changed by | Paul Eggert <eggert | @cs.ucla.edu>
Changed at | Sun 29 Jun 2025 06:00:40 |
Repository | git://git.savannah.gnu.org/coreutils.git |
Project | gcoreutils |
Branch | master |
Revision | 0d1c25d1cb6d0ce119775368a0fabc7644393f6e |
Comments
od: fix theoretical size_t malloc overflow * src/od.c (dump, dump_strings): Use idx_t allocators rather than size_t allocators, to avoid unchecked integer overflow on theoretical platforms where SIZE_MAX < IDX_MAX.
Changed files
- src/od.c