]> git.pld-linux.org Git - packages/tcp_wrappers.git/blob - tcp_wrappers-162412.patch
- rediffed
[packages/tcp_wrappers.git] / tcp_wrappers-162412.patch
1 - uninitialized variable was checked for NULL
2 --- tcp_wrappers_7.6/inetcf.c.162412    2006-01-24 15:33:20.000000000 +0100
3 +++ tcp_wrappers_7.6/inetcf.c   2006-01-24 15:35:44.000000000 +0100
4 @@ -61,7 +61,7 @@
5  char   *conf;
6  {
7      char    buf[BUFSIZ];
8 -    FILE   *fp;
9 +    FILE   *fp = NULL;
10      char   *service;
11      char   *protocol;
12      char   *user;
This page took 0.113094 seconds and 3 git commands to generate.