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)



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