jhb
0fbe5b3df8
MFC 279951:
...
Simplify string mangling in ifmaybeload().
- Use strlcpy() instead of strcpy().
- Use strlcat() instead of a strlcpy() with a magic number subtracted
from the length.
- Replace strncmp(..., strlen(foo) + 1) with strcmp(...).
2015-04-09 21:06:51 +00:00
..
2013-07-28 18:44:17 +00:00
2014-08-29 18:26:55 +00:00
2013-10-01 18:41:53 +00:00
2015-03-31 07:21:53 +00:00
2013-10-01 18:41:53 +00:00
2014-09-04 13:45:16 +00:00
2014-08-20 19:30:58 +00:00
2013-07-12 06:03:25 +00:00
2015-03-19 12:32:48 +00:00
2014-10-09 23:43:13 +00:00
2014-10-29 11:07:40 +00:00
2014-02-11 13:33:03 +00:00
2013-10-01 18:41:53 +00:00
2014-11-03 05:35:45 +00:00
2014-11-27 08:41:31 +00:00
2014-03-22 11:43:35 +00:00
2014-07-21 23:23:20 +00:00
2014-01-02 01:44:14 +00:00
2014-09-05 17:44:10 +00:00
2015-04-09 10:10:05 +00:00
2015-04-09 03:30:05 +00:00
2014-12-21 11:26:51 +00:00
2014-05-14 16:18:08 +00:00
2013-12-28 19:21:22 +00:00
2015-03-19 12:32:48 +00:00
2015-04-09 21:06:51 +00:00
2013-08-13 18:51:26 +00:00
2014-08-08 00:58:24 +00:00
2015-02-06 18:13:29 +00:00
2015-01-14 11:29:16 +00:00
2014-01-20 14:37:02 +00:00
2014-07-20 00:34:54 +00:00
2014-12-05 12:51:27 +00:00
2014-09-04 01:38:31 +00:00
2015-01-20 20:39:29 +00:00
2013-10-01 18:41:53 +00:00
2014-11-29 15:57:31 +00:00
2014-06-23 22:35:41 +00:00
2014-02-11 08:20:45 +00:00
2014-02-16 10:16:07 +00:00
2014-08-16 01:06:23 +00:00
2014-05-16 23:27:18 +00:00
2014-05-07 16:53:42 +00:00
2014-08-16 13:20:44 +00:00
2014-10-09 23:48:20 +00:00
2015-02-02 05:46:36 +00:00
2013-07-01 22:38:36 +00:00
2013-10-01 18:41:53 +00:00
2014-08-06 23:33:16 +00:00
2014-10-09 23:15:26 +00:00
2014-10-09 23:50:31 +00:00
2014-12-31 23:25:37 +00:00
2014-10-02 18:11:13 +00:00
2014-08-06 17:38:35 +00:00
2014-09-04 01:38:31 +00:00
2014-10-11 20:35:36 +00:00
2014-12-04 23:15:44 +00:00
2014-04-27 01:15:10 +00:00
2015-01-01 15:38:57 +00:00
2015-02-13 21:32:05 +00:00