Change #266452
| Category | texinfo |
| Changed by | Gavin Smith <gavinsmith0123@gmail.com> |
| Changed at | Wed 06 May 2026 20:10:43 |
| Repository | https://git.savannah.gnu.org/git/texinfo.git |
| Project | texinfo |
| Branch | master |
| Revision | 08a416016711e90243d9022b3d044209e3b53aac |
Comments
Replace use of strcat * install-info/install-info.c (split_entry): Eliminate use of strcat in this function, as it always needs to scan the string from the beginning, which is a well-known defect in the use of this function. Remove pointless division by "sizeof (char)".
Changed files
- ChangeLog
- install-info/install-info.c