Commit 8b205e8
committed
ncurses: Fix -Wunterminated-string-initialization
This was fixed in upstream ncurses (https://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=64afa9627b292b87c8473928854f3dd8c463d833),
but for now only pull in the minimal fix that avoids reading
beyond the end of the buffer during strlen().
MFC after: 3 days1 parent 3d52e18 commit 8b205e8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
687 | 687 | | |
688 | 688 | | |
689 | 689 | | |
690 | | - | |
| 690 | + | |
691 | 691 | | |
692 | 692 | | |
693 | 693 | | |
| |||
0 commit comments