Gregory Nutt
|
1c569b85f8
|
Cosmetic change to force compliance with coding standard
|
2014-12-12 07:14:16 -06:00 |
Gregory Nutt
|
554f56b99d
|
strncpy: Commit d0c76ccacf0dc8988f9617ad82bf4349f456bb08 will trash a lot of memory if n == 0. From Hiro
|
2014-12-11 06:21:23 -06:00 |
Gregory Nutt
|
639641dc04
|
The definition of strncpy() is that empty space should be zero-filled, the patch adds the zero filling (I didn’t know this, see e.g. the POSIX spec here: http://pubs.opengroup.org/onlinepubs/7908799/xsh/strncpy.html). From Lorenz Meier.
|
2014-11-12 07:36:15 -06:00 |
Gregory Nutt
|
a0b330bd92
|
strncpy would fail if n==0
|
2014-03-28 15:17:43 -06:00 |
patacongo
|
5cb8226727
|
OK.. I think the directory has been recovered and renamed
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5331 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-10 16:34:46 +00:00 |
patacongo
|
42997ede83
|
Still trying to recover directory contents
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5330 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-10 16:19:12 +00:00 |