diff options
author | Daniil Baturin <daniil@baturin.org> | 2014-09-25 20:18:40 +0200 |
---|---|---|
committer | Daniil Baturin <dmbaturin@squeeze32devel.multi.eu> | 2014-09-26 05:46:35 +0200 |
commit | 3deb93020668276c731fe8cbb399460044bbed57 (patch) | |
tree | 9e60c56020ce82b003af8d31ba87d1de08b27707 /patchlevel.h | |
parent | 94a7864ee926dac6e2df5ba57eb46a235a5e7db8 (diff) | |
download | vyatta-bash-3deb93020668276c731fe8cbb399460044bbed57.tar.gz vyatta-bash-3deb93020668276c731fe8cbb399460044bbed57.zip |
CVE-2014-6271: Import patch by Chet Ramey.
Diffstat (limited to 'patchlevel.h')
-rw-r--r-- | patchlevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patchlevel.h b/patchlevel.h index 2af2f56..b7bba6a 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -25,6 +25,6 @@ regexp `^#define[ ]*PATCHLEVEL', since that's what support/mkversion.sh looks for to find the patch level (for the sccs version string). */ -#define PATCHLEVEL 0 +#define PATCHLEVEL 48 #endif /* _PATCHLEVEL_H_ */ |