Files
neovim/src/nvim
phanium b7d8a41d91 build: strncat warning in buf_write #39684
To make gcc happy
```
src/nvim/bufwrite.c: In function ‘buf_write’:
src/nvim/bufwrite.c:1674:5: warning: ‘strncat’ specified bound depends
on the length of the source argument [-Wstringop-overflow=]
 1674 |     strncat(msg_id + 14, IObuff, strlen(IObuff) - 1);
      |     ^
src/nvim/bufwrite.c:1674:34: note: length computed here
 1674 |     strncat(msg_id + 14, IObuff, strlen(IObuff) - 1);
      |                                  ^
src/nvim/fileio.c: In function ‘filemess’:
src/nvim/fileio.c:137:5: warning: ‘strncat’ specified bound depends on
the length of the source argument [-Wstringop-overflow=]
  137 |     strncat(msg_id + 14, IObuff, strlen(IObuff) - 1);
      |     ^
src/nvim/fileio.c:137:34: note: length computed here
  137 |     strncat(msg_id + 14, IObuff, strlen(IObuff) - 1);
      |                                  ^
```
2026-05-08 14:47:00 -04:00
..
2026-04-14 18:39:38 +02:00
2026-03-11 18:00:18 +01:00
2025-12-15 13:55:15 -05:00
2026-04-12 14:17:50 +02:00
2026-04-14 18:39:38 +02:00
2026-04-14 18:39:38 +02:00
2026-04-20 07:09:37 -04:00
2026-04-14 18:39:38 +02:00
2026-02-12 13:46:45 +01:00
2026-04-14 18:39:38 +02:00
2026-05-07 10:36:48 +02:00
2025-11-16 20:36:07 -08:00
2026-03-29 11:56:37 -04:00
2025-09-13 22:49:50 -04:00
2026-05-07 03:19:43 -04:00
2025-11-19 20:43:15 -08:00