diff options
author | Denis Ovsienko <linux@pilot.org.ua> | 2007-09-12 15:24:27 +0000 |
---|---|---|
committer | Denis Ovsienko <linux@pilot.org.ua> | 2007-09-12 15:24:27 +0000 |
commit | bd6c86d3a30d27ed4960863a653376c54e5e5e34 (patch) | |
tree | 29c6ad4e9539282028c9452870416c61d731ab7b /zebra/ChangeLog | |
parent | af400e26aec5828ac63fd1e2273172f3ac9da44e (diff) |
* rt_socket.c: (kernel_rtm_ipv4) prefix_buf could be passed
to zlog_err() uninitialized with debug disabled. Fixed.
Diffstat (limited to 'zebra/ChangeLog')
-rw-r--r-- | zebra/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/zebra/ChangeLog b/zebra/ChangeLog index 646027b9..b7c4d5ce 100644 --- a/zebra/ChangeLog +++ b/zebra/ChangeLog @@ -1,3 +1,8 @@ +2007-09-12 Denis Ovsienko + + * rt_socket.c: (kernel_rtm_ipv4) prefix_buf could be passed + to zlog_err() uninitialized with debug disabled. Fixed. + 2007-09-06 Denis Ovsienko * rtread_sysctl.c: (route_read) Set RTF_DONE on the routing |