pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/39375 (seems to integer overflow in vim)



The following reply was made to PR pkg/39375; it has been noted by GNATS.

From: Martti Kuparinen <martti%NetBSD.org@localhost>
To: Oleg Pilyavets <pilyavets%gmail.com@localhost>
Cc: dholland-pbugs%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, 
 pkgsrc-bugs%netbsd.org@localhost, gnats-bugs%netbsd.org@localhost
Subject: Re: pkg/39375 (seems to integer overflow in vim)
Date: Tue, 19 Aug 2008 21:29:22 +0300

 Here's my test:
 
 # uname -srm
 NetBSD 4.99.72 amd64
 
 # pkg_info | grep vim
 vim-share-7.2.0     Data files for the vim editor (vi clone)
 vim-7.2.0           Vim editor (vi clone) without GUI
 
 # cat file | hexdump -Cv
 00000000  20 20 20 20 0a                                    |    .|
 00000005
 
 # vim file
 
 Now, on 3rd space if I type ctrl+v $ c everything just work, no
 error or anything weird. Same thing with the last character,
 everything works fine.
 
 Could this be an i386 issues as things work on my amd64?
 


Home | Main Index | Thread Index | Old Index