- 21 Dec, 2020 1 commit
-
-
This change makes it possible to build with newer versions of gcc without warnings. There were two warnings issued: * gcc 8 added [`-Wstringop-truncation`](https://developers.redhat.com/blog/2018/05/24/detecting-string-truncation-with-gcc-8/), which warns if a call to `strncpy(3)` is prone to accidentally truncating the destination string, since `strncpy(3)` does NOT add a terminating `NULL` if the destination buffer is not large enough to hold the input. This change uses the pattern suggested in https://us-cert.cisa.gov/bsi/articles/knowledge/coding-practices/strncpy-and-strncat to fix the locations flagged by gcc. * There was a potentially uninitialized access of `dest` in `fs_copy`.
lhchavez committed
-
- 25 Apr, 2018 1 commit
-
-
Matt Keeler committed
-
- 29 Jun, 2015 1 commit
-
-
Edward Thomson committed
-
- 24 Oct, 2014 1 commit
-
-
Edward Thomson committed
-
- 28 Mar, 2014 1 commit
-
-
Edward Thomson committed
-
- 14 Nov, 2013 1 commit
-
-
Ben Straub committed
-
- 04 Sep, 2013 1 commit
-
-
Russell Belfer committed
-
- 12 Aug, 2013 1 commit
-
-
Ben Straub committed
-
- 29 Jun, 2013 1 commit
-
-
nulltoken committed
-
- 17 Jun, 2013 1 commit
-
-
Russell Belfer committed
-
- 03 Jan, 2013 3 commits
-
-
Vicent Marti committed
-
Vicent Marti committed
-
Vicent Marti committed
-
- 02 Jan, 2013 4 commits
-
-
Vicent Marti committed
-
Vicent Marti committed
-
Vicent Marti committed
-
Vicent Marti committed
-