wok view arj/stuff/fardata.u @ rev 21820

syslinux/kbd: check kbd malloc pointer
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 25 11:41:26 2019 +0200 (2019-08-25)
parents
children
line source
1 --- fardata.c
2 +++ fardata.c
3 @@ -190,6 +190,7 @@
5 /* Length-limited strlen() */
7 +#if 0
8 static int strnlen(const char FAR *s, int count)
9 {
10 const char FAR *sc;
11 @@ -198,6 +199,7 @@
12 ;
13 return(sc-s);
14 }
15 +#endif
17 /* Hex representation of digits */