diff options
author | Willy Tarreau <w@1wt.eu> | 2009-09-13 11:34:57 +0200 |
---|---|---|
committer | Willy Tarreau <w@1wt.eu> | 2009-09-13 11:34:57 +0200 |
commit | 506a03e720d34bb880e9862b388addcaaf1a8681 (patch) | |
tree | f7f2db13e91244835f11f8db0b54c9ac5386d3d2 | |
parent | a337045e6d985d090b516fdf51065e08aa4bd1dc (diff) |
Change VERSION to 2.4.37.6v2.4.37.6
- tc: Fix unitialized kernel memory leak
- appletalk: fix atalk_getname() leak
- econet: Fix econet_getname() leak
- irda: Fix irda_getname() leak
- netrom: Fix nr_getname() leak
- rose: Fix rose_getname() leak
- proc: avoid information leaks to non-privileged processes
- do_sigaltstack: avoid copying 'stack_t' as a structure to user space
- [NETLINK]: Missing initializations in dumped data
- [NETLINK]: Clear padding in netlink messages
- [NETLINK]: Missing padding fields in dumped structures
- restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pid
Signed-off-by: Willy Tarreau <w@1wt.eu>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 4 SUBLEVEL = 37 -EXTRAVERSION = .5 +EXTRAVERSION = .6 KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) |