Commit Graph

52 Commits

Author SHA1 Message Date
Zdenek Dohnal fa96bd974d CVE-2022-0572 vim: heap overflow in ex_retab() may lead to crash
Resolves: CVE-2022-0572
2022-02-16 10:44:26 +01:00
Zdenek Dohnal 33c9a2555d CVE-2022-0392 vim: heap-based buffer overflow in getexmodeline() in ex_getln.c
Resolves: CVE-2022-0392
2022-02-10 11:30:02 +01:00
Zdenek Dohnal 9084c65312 CVE-2022-0443 vim: heap-use-after-free in enter_buffer() of src/buffer.c
Resolves: CVE-2022-0443
2022-02-10 09:01:01 +01:00
Zdenek Dohnal b3c80bdcc6 CVE-2022-0413 vim: use after free in src/ex_cmds.c
Resolves: CVE-2022-0413
2022-02-10 08:29:33 +01:00
Zdenek Dohnal 34033283f8 CVE-2022-0408 vim: Stack-based Buffer Overflow in spellsuggest.c
Resolves: CVE-2022-0408
2022-02-09 16:14:10 +01:00
Zdenek Dohnal 76e4c51c35 CVE-2022-0417 vim: heap-based-buffer-overflow in ex_retab() of src/indent.c
Resolves: CVE-2022-0417
2022-02-09 11:56:23 +01:00
Zdenek Dohnal 71d1d36ac8 CVE-2022-0368 vim: Out-of-bounds Read in vim
Resolves: CVE-2022-0368
2022-02-09 09:55:42 +01:00
Zdenek Dohnal 7b787a70b7 CVE-2022-0361 vim: Heap-based Buffer Overflow in GitHub repository
Resolves: CVE-2022-0361
2022-02-08 14:32:49 +01:00
Zdenek Dohnal 604cf01a29 CVE-2022-0319 vim: heap-based out-of-bounds read
Resolves: CVE-2022-0319
2022-02-08 14:12:11 +01:00
Zdenek Dohnal 319be2ae2d CVE-2022-0359 vim: heap-based buffer overflow in init_ccline() in ex_getln.c
Resolves: CVE-2022-0359
2022-01-27 18:41:20 +01:00
Zdenek Dohnal b3a7cde64b CVE-2022-0318 vim: heap-based buffer overflow in utf_head_off() in mbyte.c
Resolves: CVE-2022-0318
2022-01-27 18:20:40 +01:00
Zdenek Dohnal f5e8ebfed2 CVE-2022-0261 vim: Heap-based Buffer Overflow in block_insert() in src/ops.c
Resolves: CVE-2022-0261
2022-01-27 17:54:47 +01:00
Zdenek Dohnal 520837ecc5 CVE-2021-4192 vim: vulnerable to Use After Free
Resolves: CVE-2021-4192
2022-01-13 12:28:55 +01:00
Zdenek Dohnal b7a801e714 CVE-2021-4193 vim: vulnerable to Out-of-bounds Read
Resolves: CVE-2021-4193
2022-01-13 10:49:55 +01:00
Zdenek Dohnal 825cea52d2 Fix bogus date
Related: rhbz#2028431
2021-12-06 14:22:30 +01:00
Zdenek Dohnal 178ea29004 2028431 - CVE-2021-4019 vim: heap-based buffer overflow in find_help_tags() in src/help.c [rhel-9.0]
Resolves: rhbz#2028431
2021-12-06 12:43:54 +01:00
Zdenek Dohnal e13cce4bf4 2028342 - CVE-2021-3984 vim: illegal memory access when C-indenting could lead to Heap Buffer Overflow [rhel-9.0]
Resolves: rhbz#2028342
2021-12-02 12:25:29 +01:00
Zdenek Dohnal 3d44a275df 2016202 - CVE-2021-3872 vim: heap-based buffer overflow in win_redr_status() drawscreen.c [rhel-9.0]
Resolves: CVE-2021-3872
2021-10-26 12:30:06 +02:00
Zdenek Dohnal 6477489e4a 2015517 - [s390x] Vim needs to be compiled with -D_REENTRANT
Resolves: rhbz#2015517
2021-10-19 14:25:11 +02:00
Zdenek Dohnal 90b5f69d52 2004976 - CVE-2021-3796 vim: use-after-free in nv_replace() in normal.c [rhel-9.0]
Resolves: rhbz#2004976
2021-10-18 12:30:44 +02:00
Zdenek Dohnal 937cfb688b 2004893 - CVE-2021-3778 vim: heap-based buffer overflow in utf_ptr2char() in mbyte.c [rhel-9.0]
Resolves: rhbz#2004893
2021-10-15 10:41:46 +02:00
Zdenek Dohnal d2eb71664f 2002320 - CVE-2021-3770 vim: using retab with large value may lead to heap buffer overflow [rhel-9.0]
Resolves: rhbz#2002320
2021-10-15 08:54:02 +02:00
Zdenek Dohnal e4ca460b9b 2011749 - Update test suite to work without default mouse behavior
Resolves: rhbz#2011749
2021-10-14 14:16:30 +02:00
Zdenek Dohnal d0fe09c68a 2011429 - Remove downstream patch vim-7.4-nowarning.patch
Resolves: rhbz#2011429
2021-10-14 14:11:01 +02:00
Zdenek Dohnal fccd848c21 2011424 - Remove vim-7.4-syncolor.patch
Resolves: rhbz#2011424
2021-10-14 14:07:48 +02:00
Zdenek Dohnal ba88e8f081 2011412 - test suite fails on apache/httpd filetype tests
Resolves: rhbz#2011412
2021-10-14 14:03:45 +02:00
Mohan Boddu ec49713752 Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-08-10 01:15:48 +00:00
Zdenek Dohnal a3f288b5a9 1938895 - review of important potential issues detected by static analyzers in vim-8.2.2488-1.el9
Resolves: rhbz#1938895
2021-08-05 14:23:39 +02:00
Zdenek Dohnal dd70680395 1957209 - remove vim-default-editor from el9
Resolves: rhbz#1957209
2021-05-06 11:05:05 +02:00
Mohan Boddu f110e6a859 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-04-16 06:05:56 +00:00
DistroBaker 29e877d25c Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/vim.git#7a77071e60ff9fe21c251058345921368b37a2a8
2021-03-28 17:30:39 +00:00
DistroBaker 67b4992588 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/vim.git#ac5bbd3ba09f90d3a1279a6bbfdfbb42f9f6e751
2021-03-19 14:45:49 +00:00
DistroBaker 3ec0574c6c Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/vim.git#181cf84eba44e830035eb2d455c4bd88535651de
2021-03-15 09:15:25 +00:00
DistroBaker 96cf06c272 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/vim.git#58548886ab26cb9a9faf570adf109198b71fd930
2021-03-11 19:54:40 +00:00
DistroBaker 39d881b77a Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/vim.git#fd9785cccbf7804a46092532d5888349f614b888
2021-02-22 07:30:28 +00:00
DistroBaker 04e3586ed2 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/vim.git#5a0f56b7292dfdf970e486b7dfe784a9a9a6407d
2021-02-18 07:40:37 +00:00
DistroBaker 9bd1da6079 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/vim.git#59d01ce8eff3f86ac29903dbeb7d2ec5756b46f1
2021-02-09 10:35:46 +00:00
DistroBaker 49c21523b1 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/vim.git#f3ef01b2e5ad6413adf9afee2bb65b96c0891e38
2021-02-04 22:10:45 +00:00
DistroBaker c059133ba9 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/vim.git#e99dfd6457d64248da58fb4f3e8a1276fa54d768
2021-01-08 15:56:21 +00:00
DistroBaker 734af38e5c Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/vim.git#d334e39904ae51ed3edf7e7849b5e9dca422add1
2020-12-18 08:41:25 +00:00
DistroBaker e6b2f6c0ee Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/vim.git#86943b30a6c1912a1d4a5c8ae867ee7b15d456c1
2020-12-16 14:22:16 +00:00
DistroBaker 8923d4abdd Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/vim.git#6f00361810d1b2b3351215ef1cc5a7184bd1b21d
2020-12-15 11:12:57 +00:00
DistroBaker cd566d2a34 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/vim.git#e59c5ebce8c7d43a3b2dfa556273d8f58a77a3d5
2020-12-11 12:03:48 +01:00
DistroBaker 364008d056 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/vim.git#adead012f8356422ff2e7232adfade0ac3c8bfe2
2020-12-04 06:00:48 +00:00
DistroBaker 86f3816c21 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/vim.git#ef509c33a83d0392f7af32eb3e38473e193492e2
2020-12-01 06:17:06 +00:00
DistroBaker 40df514c28 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/vim.git#bd7649faf15d0bd179bc262f74789fc630327aea
2020-11-20 21:30:35 +00:00
DistroBaker 92e23ea025 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/vim.git#042bd19298d96715e00b7d1e318ae0e501e77c44
2020-11-10 13:40:42 +00:00
DistroBaker d9b4c57dfe Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/vim.git#ed68fc4c5176d9a3529c8d82d07ec1e626a3bfac
2020-11-06 06:52:30 +00:00
DistroBaker b40d2a3c7d Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/vim.git#73e2177198c33e59de08c18da57d5a54321551ab
2020-11-05 13:46:58 +00:00
DistroBaker 9d347adf58 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/vim.git#766372101ab42f516d4004bd9c14ec2cbcba2a57
2020-11-02 11:07:38 +00:00