[Touch-packages] [Bug 1539627] Re: Buffer underflow in nano 2.4.2-1ubuntu0.1 causes SIGSEGV

2017-06-26 Thread Amr Ibrahim
** Changed in: nano (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to nano in Ubuntu.
https://bugs.launchpad.net/bugs/1539627

Title:
  Buffer underflow in nano 2.4.2-1ubuntu0.1  causes  SIGSEGV

Status in nano package in Ubuntu:
  Fix Released

Bug description:
  nusch@XPS13:~$ touch .the_test.swp
  nusch@XPS13:~$ nano  the_test
  core dumped
  LANG env is ="pl_PL.UTF" without it it doen't Segfault so error is connected 
with unicode handling.

  Compiling nano from source(apt-get source - so the same version)
  doesn't geneate nano binary which beheaves same way.

  The difference is in libncurses>w< library:
  nusch@XPS13:~$ ldd /bin/nano
   linux-vdso.so.1 =>  (0x7ffe5cb0)
   libncursesw.so.5 => /lib/x86_64-linux-gnu/libncursesw.so.5 
(0x7fdec11c5000) << with w
   libtinfo.so.5 => /lib/x86_64-linux-gnu/libtinfo.so.5 (0x7fdec0f9c000)
   libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7fdec0bd1000)
   libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x7fdec09cd000)
   /lib64/ld-linux-x86-64.so.2 (0x55cc1e5d6000)
  nusch@XPS13:~$ ldd /bin/nano_from_src
   linux-vdso.so.1 =>  (0x7ffd22d48000)
   libncurses.so.5 => /lib/x86_64-linux-gnu/libncurses.so.5 
(0x7f75dc891000) << without w
   libtinfo.so.5 => /lib/x86_64-linux-gnu/libtinfo.so.5 (0x7f75dc668000)
   libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7f75dc29d000)
   libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x7f75dc099000)
   /lib64/ld-linux-x86-64.so.2 (0x55f9b15ce000)

  Backtrace of segfault:
  Program received signal SIGSEGV, Segmentation fault.
  0x00404047 in ?? 
()
  (gdb) bt
  #0  0x00404047 in ?? ()
  #1  0x775d1a40 in __libc_start_main (main=0x403770, argc=2, 
argv=0x7fffe2a8, init=, fini=, 
rtld_fini=, stack_end=0x7fffe298) at libc-start.c:289
  #2  0x00404329 in ?? ()

  Disassembly of that part of code:
    40401d:   0f 84 3c 01 00 00   je 40415f 
<__sprintf_chk@plt+0x9ff>
    404023:   83 7c 24 10 00  cmpDWORD PTR [rsp+0x10],0x0
    404028:   75 0a   jne404034 
<__sprintf_chk@plt+0x8d4>
    40402a:   81 25 1c e8 22 00 ffandDWORD PTR 
[rip+0x22e81c],0xbfff# 632850 
    404031:   bf ff ff
    404034:   48 8b 05 dd e7 22 00movrax,QWORD PTR [rip+0x22e7dd]   
 # 632818 
    40403b:   48 8b 80 90 00 00 00movrax,QWORD PTR [rax+0x90]
    404042:   48 85 c0test   rax,rax
    404045:   74 0b   je 404052 
<__sprintf_chk@plt+0x8f2>
    404047:   83 78 38 00 cmpDWORD PTR [rax+0x38],0x0
    40404b:   7e 05   jle404052 
<__sprintf_chk@plt+0x8f2>
    40404d:   e8 3e fc 00 00  call   413c90 
<__sprintf_chk@plt+0x10530>
    404052:   48 8b 7c 24 20  movrdi,QWORD PTR [rsp+0x20]
    404057:   48 85 fftest   rdi,rdi
    40405a:   0f 8e b5 00 00 00   jle404115 
<__sprintf_chk@plt+0x9b5>
    404060:   48 8b 74 24 28  movrsi,QWORD PTR [rsp+0x28]

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: nano 2.4.2-1ubuntu0.1
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Jan 29 15:13:25 2016
  InstallationDate: Installed on 2015-05-08 (266 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  SourcePackage: nano
  UpgradeStatus: Upgraded to wily on 2015-11-15 (74 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1539627/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1539627] Re: Buffer underflow in nano 2.4.2-1ubuntu0.1 causes SIGSEGV

2016-07-08 Thread Benno Schulenberg
** Changed in: nano (Ubuntu)
   Status: Incomplete => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to nano in Ubuntu.
https://bugs.launchpad.net/bugs/1539627

Title:
  Buffer underflow in nano 2.4.2-1ubuntu0.1  causes  SIGSEGV

Status in nano package in Ubuntu:
  Fix Committed

Bug description:
  nusch@XPS13:~$ touch .the_test.swp
  nusch@XPS13:~$ nano  the_test
  core dumped
  LANG env is ="pl_PL.UTF" without it it doen't Segfault so error is connected 
with unicode handling.

  Compiling nano from source(apt-get source - so the same version)
  doesn't geneate nano binary which beheaves same way.

  The difference is in libncurses>w< library:
  nusch@XPS13:~$ ldd /bin/nano
   linux-vdso.so.1 =>  (0x7ffe5cb0)
   libncursesw.so.5 => /lib/x86_64-linux-gnu/libncursesw.so.5 
(0x7fdec11c5000) << with w
   libtinfo.so.5 => /lib/x86_64-linux-gnu/libtinfo.so.5 (0x7fdec0f9c000)
   libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7fdec0bd1000)
   libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x7fdec09cd000)
   /lib64/ld-linux-x86-64.so.2 (0x55cc1e5d6000)
  nusch@XPS13:~$ ldd /bin/nano_from_src
   linux-vdso.so.1 =>  (0x7ffd22d48000)
   libncurses.so.5 => /lib/x86_64-linux-gnu/libncurses.so.5 
(0x7f75dc891000) << without w
   libtinfo.so.5 => /lib/x86_64-linux-gnu/libtinfo.so.5 (0x7f75dc668000)
   libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7f75dc29d000)
   libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x7f75dc099000)
   /lib64/ld-linux-x86-64.so.2 (0x55f9b15ce000)

  Backtrace of segfault:
  Program received signal SIGSEGV, Segmentation fault.
  0x00404047 in ?? 
()
  (gdb) bt
  #0  0x00404047 in ?? ()
  #1  0x775d1a40 in __libc_start_main (main=0x403770, argc=2, 
argv=0x7fffe2a8, init=, fini=, 
rtld_fini=, stack_end=0x7fffe298) at libc-start.c:289
  #2  0x00404329 in ?? ()

  Disassembly of that part of code:
    40401d:   0f 84 3c 01 00 00   je 40415f 
<__sprintf_chk@plt+0x9ff>
    404023:   83 7c 24 10 00  cmpDWORD PTR [rsp+0x10],0x0
    404028:   75 0a   jne404034 
<__sprintf_chk@plt+0x8d4>
    40402a:   81 25 1c e8 22 00 ffandDWORD PTR 
[rip+0x22e81c],0xbfff# 632850 
    404031:   bf ff ff
    404034:   48 8b 05 dd e7 22 00movrax,QWORD PTR [rip+0x22e7dd]   
 # 632818 
    40403b:   48 8b 80 90 00 00 00movrax,QWORD PTR [rax+0x90]
    404042:   48 85 c0test   rax,rax
    404045:   74 0b   je 404052 
<__sprintf_chk@plt+0x8f2>
    404047:   83 78 38 00 cmpDWORD PTR [rax+0x38],0x0
    40404b:   7e 05   jle404052 
<__sprintf_chk@plt+0x8f2>
    40404d:   e8 3e fc 00 00  call   413c90 
<__sprintf_chk@plt+0x10530>
    404052:   48 8b 7c 24 20  movrdi,QWORD PTR [rsp+0x20]
    404057:   48 85 fftest   rdi,rdi
    40405a:   0f 8e b5 00 00 00   jle404115 
<__sprintf_chk@plt+0x9b5>
    404060:   48 8b 74 24 28  movrsi,QWORD PTR [rsp+0x28]

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: nano 2.4.2-1ubuntu0.1
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Jan 29 15:13:25 2016
  InstallationDate: Installed on 2015-05-08 (266 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  SourcePackage: nano
  UpgradeStatus: Upgraded to wily on 2015-11-15 (74 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1539627/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1539627] Re: Buffer underflow in nano 2.4.2-1ubuntu0.1 causes SIGSEGV

2016-04-16 Thread Benno Schulenberg
Thanks for confirming.  Strangely, I was now able to reproduce the crash
with your recipe on nano-2.4.2.

I think it has been fixed since then by commit 8a06dfa on August 2 last year, 
which was a fix for a Debian bug [1],
which went into 2.4.3 and later.

[1]  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=787914

** Bug watch added: Debian Bug tracker #787914
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=787914

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to nano in Ubuntu.
https://bugs.launchpad.net/bugs/1539627

Title:
  Buffer underflow in nano 2.4.2-1ubuntu0.1  causes  SIGSEGV

Status in nano package in Ubuntu:
  Incomplete

Bug description:
  nusch@XPS13:~$ touch .the_test.swp
  nusch@XPS13:~$ nano  the_test
  core dumped
  LANG env is ="pl_PL.UTF" without it it doen't Segfault so error is connected 
with unicode handling.

  Compiling nano from source(apt-get source - so the same version)
  doesn't geneate nano binary which beheaves same way.

  The difference is in libncurses>w< library:
  nusch@XPS13:~$ ldd /bin/nano
   linux-vdso.so.1 =>  (0x7ffe5cb0)
   libncursesw.so.5 => /lib/x86_64-linux-gnu/libncursesw.so.5 
(0x7fdec11c5000) << with w
   libtinfo.so.5 => /lib/x86_64-linux-gnu/libtinfo.so.5 (0x7fdec0f9c000)
   libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7fdec0bd1000)
   libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x7fdec09cd000)
   /lib64/ld-linux-x86-64.so.2 (0x55cc1e5d6000)
  nusch@XPS13:~$ ldd /bin/nano_from_src
   linux-vdso.so.1 =>  (0x7ffd22d48000)
   libncurses.so.5 => /lib/x86_64-linux-gnu/libncurses.so.5 
(0x7f75dc891000) << without w
   libtinfo.so.5 => /lib/x86_64-linux-gnu/libtinfo.so.5 (0x7f75dc668000)
   libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7f75dc29d000)
   libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x7f75dc099000)
   /lib64/ld-linux-x86-64.so.2 (0x55f9b15ce000)

  Backtrace of segfault:
  Program received signal SIGSEGV, Segmentation fault.
  0x00404047 in ?? 
()
  (gdb) bt
  #0  0x00404047 in ?? ()
  #1  0x775d1a40 in __libc_start_main (main=0x403770, argc=2, 
argv=0x7fffe2a8, init=, fini=, 
rtld_fini=, stack_end=0x7fffe298) at libc-start.c:289
  #2  0x00404329 in ?? ()

  Disassembly of that part of code:
    40401d:   0f 84 3c 01 00 00   je 40415f 
<__sprintf_chk@plt+0x9ff>
    404023:   83 7c 24 10 00  cmpDWORD PTR [rsp+0x10],0x0
    404028:   75 0a   jne404034 
<__sprintf_chk@plt+0x8d4>
    40402a:   81 25 1c e8 22 00 ffandDWORD PTR 
[rip+0x22e81c],0xbfff# 632850 
    404031:   bf ff ff
    404034:   48 8b 05 dd e7 22 00movrax,QWORD PTR [rip+0x22e7dd]   
 # 632818 
    40403b:   48 8b 80 90 00 00 00movrax,QWORD PTR [rax+0x90]
    404042:   48 85 c0test   rax,rax
    404045:   74 0b   je 404052 
<__sprintf_chk@plt+0x8f2>
    404047:   83 78 38 00 cmpDWORD PTR [rax+0x38],0x0
    40404b:   7e 05   jle404052 
<__sprintf_chk@plt+0x8f2>
    40404d:   e8 3e fc 00 00  call   413c90 
<__sprintf_chk@plt+0x10530>
    404052:   48 8b 7c 24 20  movrdi,QWORD PTR [rsp+0x20]
    404057:   48 85 fftest   rdi,rdi
    40405a:   0f 8e b5 00 00 00   jle404115 
<__sprintf_chk@plt+0x9b5>
    404060:   48 8b 74 24 28  movrsi,QWORD PTR [rsp+0x28]

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: nano 2.4.2-1ubuntu0.1
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Jan 29 15:13:25 2016
  InstallationDate: Installed on 2015-05-08 (266 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  SourcePackage: nano
  UpgradeStatus: Upgraded to wily on 2015-11-15 (74 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1539627/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1539627] Re: Buffer underflow in nano 2.4.2-1ubuntu0.1 causes SIGSEGV

2016-04-15 Thread Bartłomiej Żogała
Hello, no longer reproducible for me on any of my machines

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to nano in Ubuntu.
https://bugs.launchpad.net/bugs/1539627

Title:
  Buffer underflow in nano 2.4.2-1ubuntu0.1  causes  SIGSEGV

Status in nano package in Ubuntu:
  Incomplete

Bug description:
  nusch@XPS13:~$ touch .the_test.swp
  nusch@XPS13:~$ nano  the_test
  core dumped
  LANG env is ="pl_PL.UTF" without it it doen't Segfault so error is connected 
with unicode handling.

  Compiling nano from source(apt-get source - so the same version)
  doesn't geneate nano binary which beheaves same way.

  The difference is in libncurses>w< library:
  nusch@XPS13:~$ ldd /bin/nano
   linux-vdso.so.1 =>  (0x7ffe5cb0)
   libncursesw.so.5 => /lib/x86_64-linux-gnu/libncursesw.so.5 
(0x7fdec11c5000) << with w
   libtinfo.so.5 => /lib/x86_64-linux-gnu/libtinfo.so.5 (0x7fdec0f9c000)
   libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7fdec0bd1000)
   libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x7fdec09cd000)
   /lib64/ld-linux-x86-64.so.2 (0x55cc1e5d6000)
  nusch@XPS13:~$ ldd /bin/nano_from_src
   linux-vdso.so.1 =>  (0x7ffd22d48000)
   libncurses.so.5 => /lib/x86_64-linux-gnu/libncurses.so.5 
(0x7f75dc891000) << without w
   libtinfo.so.5 => /lib/x86_64-linux-gnu/libtinfo.so.5 (0x7f75dc668000)
   libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7f75dc29d000)
   libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x7f75dc099000)
   /lib64/ld-linux-x86-64.so.2 (0x55f9b15ce000)

  Backtrace of segfault:
  Program received signal SIGSEGV, Segmentation fault.
  0x00404047 in ?? 
()
  (gdb) bt
  #0  0x00404047 in ?? ()
  #1  0x775d1a40 in __libc_start_main (main=0x403770, argc=2, 
argv=0x7fffe2a8, init=, fini=, 
rtld_fini=, stack_end=0x7fffe298) at libc-start.c:289
  #2  0x00404329 in ?? ()

  Disassembly of that part of code:
    40401d:   0f 84 3c 01 00 00   je 40415f 
<__sprintf_chk@plt+0x9ff>
    404023:   83 7c 24 10 00  cmpDWORD PTR [rsp+0x10],0x0
    404028:   75 0a   jne404034 
<__sprintf_chk@plt+0x8d4>
    40402a:   81 25 1c e8 22 00 ffandDWORD PTR 
[rip+0x22e81c],0xbfff# 632850 
    404031:   bf ff ff
    404034:   48 8b 05 dd e7 22 00movrax,QWORD PTR [rip+0x22e7dd]   
 # 632818 
    40403b:   48 8b 80 90 00 00 00movrax,QWORD PTR [rax+0x90]
    404042:   48 85 c0test   rax,rax
    404045:   74 0b   je 404052 
<__sprintf_chk@plt+0x8f2>
    404047:   83 78 38 00 cmpDWORD PTR [rax+0x38],0x0
    40404b:   7e 05   jle404052 
<__sprintf_chk@plt+0x8f2>
    40404d:   e8 3e fc 00 00  call   413c90 
<__sprintf_chk@plt+0x10530>
    404052:   48 8b 7c 24 20  movrdi,QWORD PTR [rsp+0x20]
    404057:   48 85 fftest   rdi,rdi
    40405a:   0f 8e b5 00 00 00   jle404115 
<__sprintf_chk@plt+0x9b5>
    404060:   48 8b 74 24 28  movrsi,QWORD PTR [rsp+0x28]

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: nano 2.4.2-1ubuntu0.1
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Jan 29 15:13:25 2016
  InstallationDate: Installed on 2015-05-08 (266 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  SourcePackage: nano
  UpgradeStatus: Upgraded to wily on 2015-11-15 (74 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1539627/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1539627] Re: Buffer underflow in nano 2.4.2-1ubuntu0.1 causes SIGSEGV

2016-04-13 Thread Benno Schulenberg
Ping?  Bartłomiej?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to nano in Ubuntu.
https://bugs.launchpad.net/bugs/1539627

Title:
  Buffer underflow in nano 2.4.2-1ubuntu0.1  causes  SIGSEGV

Status in nano package in Ubuntu:
  Incomplete

Bug description:
  nusch@XPS13:~$ touch .the_test.swp
  nusch@XPS13:~$ nano  the_test
  core dumped
  LANG env is ="pl_PL.UTF" without it it doen't Segfault so error is connected 
with unicode handling.

  Compiling nano from source(apt-get source - so the same version)
  doesn't geneate nano binary which beheaves same way.

  The difference is in libncurses>w< library:
  nusch@XPS13:~$ ldd /bin/nano
   linux-vdso.so.1 =>  (0x7ffe5cb0)
   libncursesw.so.5 => /lib/x86_64-linux-gnu/libncursesw.so.5 
(0x7fdec11c5000) << with w
   libtinfo.so.5 => /lib/x86_64-linux-gnu/libtinfo.so.5 (0x7fdec0f9c000)
   libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7fdec0bd1000)
   libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x7fdec09cd000)
   /lib64/ld-linux-x86-64.so.2 (0x55cc1e5d6000)
  nusch@XPS13:~$ ldd /bin/nano_from_src
   linux-vdso.so.1 =>  (0x7ffd22d48000)
   libncurses.so.5 => /lib/x86_64-linux-gnu/libncurses.so.5 
(0x7f75dc891000) << without w
   libtinfo.so.5 => /lib/x86_64-linux-gnu/libtinfo.so.5 (0x7f75dc668000)
   libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7f75dc29d000)
   libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x7f75dc099000)
   /lib64/ld-linux-x86-64.so.2 (0x55f9b15ce000)

  Backtrace of segfault:
  Program received signal SIGSEGV, Segmentation fault.
  0x00404047 in ?? 
()
  (gdb) bt
  #0  0x00404047 in ?? ()
  #1  0x775d1a40 in __libc_start_main (main=0x403770, argc=2, 
argv=0x7fffe2a8, init=, fini=, 
rtld_fini=, stack_end=0x7fffe298) at libc-start.c:289
  #2  0x00404329 in ?? ()

  Disassembly of that part of code:
    40401d:   0f 84 3c 01 00 00   je 40415f 
<__sprintf_chk@plt+0x9ff>
    404023:   83 7c 24 10 00  cmpDWORD PTR [rsp+0x10],0x0
    404028:   75 0a   jne404034 
<__sprintf_chk@plt+0x8d4>
    40402a:   81 25 1c e8 22 00 ffandDWORD PTR 
[rip+0x22e81c],0xbfff# 632850 
    404031:   bf ff ff
    404034:   48 8b 05 dd e7 22 00movrax,QWORD PTR [rip+0x22e7dd]   
 # 632818 
    40403b:   48 8b 80 90 00 00 00movrax,QWORD PTR [rax+0x90]
    404042:   48 85 c0test   rax,rax
    404045:   74 0b   je 404052 
<__sprintf_chk@plt+0x8f2>
    404047:   83 78 38 00 cmpDWORD PTR [rax+0x38],0x0
    40404b:   7e 05   jle404052 
<__sprintf_chk@plt+0x8f2>
    40404d:   e8 3e fc 00 00  call   413c90 
<__sprintf_chk@plt+0x10530>
    404052:   48 8b 7c 24 20  movrdi,QWORD PTR [rsp+0x20]
    404057:   48 85 fftest   rdi,rdi
    40405a:   0f 8e b5 00 00 00   jle404115 
<__sprintf_chk@plt+0x9b5>
    404060:   48 8b 74 24 28  movrsi,QWORD PTR [rsp+0x28]

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: nano 2.4.2-1ubuntu0.1
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Jan 29 15:13:25 2016
  InstallationDate: Installed on 2015-05-08 (266 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  SourcePackage: nano
  UpgradeStatus: Upgraded to wily on 2015-11-15 (74 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1539627/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1539627] Re: Buffer underflow in nano 2.4.2-1ubuntu0.1 causes SIGSEGV

2016-02-25 Thread Benno Schulenberg
I don't use Ubuntu's package; I only run nano built from source.
This is what 'ldd /usr/local/bin/nano' says here:

linux-gate.so.1 =>  (0x00d0b000)
libncursesw.so.5 => /lib/libncursesw.so.5 (0x005dc000)
libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0x0011)
libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0x0029a000)
/lib/ld-linux.so.2 (0x00d89000)

So, it also uses wide curses (w = wide).

Do you still have the old nano, the one that segfaults?
If yes, could you then provide the output of 'locale',
and of 'touch .XXX.swp && nano --ignore --locking XXX'.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to nano in Ubuntu.
https://bugs.launchpad.net/bugs/1539627

Title:
  Buffer underflow in nano 2.4.2-1ubuntu0.1  causes  SIGSEGV

Status in nano package in Ubuntu:
  Incomplete

Bug description:
  nusch@XPS13:~$ touch .the_test.swp
  nusch@XPS13:~$ nano  the_test
  core dumped
  LANG env is ="pl_PL.UTF" without it it doen't Segfault so error is connected 
with unicode handling.

  Compiling nano from source(apt-get source - so the same version)
  doesn't geneate nano binary which beheaves same way.

  The difference is in libncurses>w< library:
  nusch@XPS13:~$ ldd /bin/nano
   linux-vdso.so.1 =>  (0x7ffe5cb0)
   libncursesw.so.5 => /lib/x86_64-linux-gnu/libncursesw.so.5 
(0x7fdec11c5000) << with w
   libtinfo.so.5 => /lib/x86_64-linux-gnu/libtinfo.so.5 (0x7fdec0f9c000)
   libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7fdec0bd1000)
   libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x7fdec09cd000)
   /lib64/ld-linux-x86-64.so.2 (0x55cc1e5d6000)
  nusch@XPS13:~$ ldd /bin/nano_from_src
   linux-vdso.so.1 =>  (0x7ffd22d48000)
   libncurses.so.5 => /lib/x86_64-linux-gnu/libncurses.so.5 
(0x7f75dc891000) << without w
   libtinfo.so.5 => /lib/x86_64-linux-gnu/libtinfo.so.5 (0x7f75dc668000)
   libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7f75dc29d000)
   libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x7f75dc099000)
   /lib64/ld-linux-x86-64.so.2 (0x55f9b15ce000)

  Backtrace of segfault:
  Program received signal SIGSEGV, Segmentation fault.
  0x00404047 in ?? 
()
  (gdb) bt
  #0  0x00404047 in ?? ()
  #1  0x775d1a40 in __libc_start_main (main=0x403770, argc=2, 
argv=0x7fffe2a8, init=, fini=, 
rtld_fini=, stack_end=0x7fffe298) at libc-start.c:289
  #2  0x00404329 in ?? ()

  Disassembly of that part of code:
    40401d:   0f 84 3c 01 00 00   je 40415f 
<__sprintf_chk@plt+0x9ff>
    404023:   83 7c 24 10 00  cmpDWORD PTR [rsp+0x10],0x0
    404028:   75 0a   jne404034 
<__sprintf_chk@plt+0x8d4>
    40402a:   81 25 1c e8 22 00 ffandDWORD PTR 
[rip+0x22e81c],0xbfff# 632850 
    404031:   bf ff ff
    404034:   48 8b 05 dd e7 22 00movrax,QWORD PTR [rip+0x22e7dd]   
 # 632818 
    40403b:   48 8b 80 90 00 00 00movrax,QWORD PTR [rax+0x90]
    404042:   48 85 c0test   rax,rax
    404045:   74 0b   je 404052 
<__sprintf_chk@plt+0x8f2>
    404047:   83 78 38 00 cmpDWORD PTR [rax+0x38],0x0
    40404b:   7e 05   jle404052 
<__sprintf_chk@plt+0x8f2>
    40404d:   e8 3e fc 00 00  call   413c90 
<__sprintf_chk@plt+0x10530>
    404052:   48 8b 7c 24 20  movrdi,QWORD PTR [rsp+0x20]
    404057:   48 85 fftest   rdi,rdi
    40405a:   0f 8e b5 00 00 00   jle404115 
<__sprintf_chk@plt+0x9b5>
    404060:   48 8b 74 24 28  movrsi,QWORD PTR [rsp+0x28]

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: nano 2.4.2-1ubuntu0.1
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Jan 29 15:13:25 2016
  InstallationDate: Installed on 2015-05-08 (266 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  SourcePackage: nano
  UpgradeStatus: Upgraded to wily on 2015-11-15 (74 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1539627/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1539627] Re: Buffer underflow in nano 2.4.2-1ubuntu0.1 causes SIGSEGV

2016-02-25 Thread Bartłomiej Żogała
Hello, missed your first reply, also sorry for typo - locale is pl_PL.UTF-8 not 
pl_PL.UTF .
Are you sure you are runnigng exactly the same version from deb package as mine 
- linked to libncursesw.so.5  (with 'w')?  If I recompiled from apt-source I've 
got result as yours - no undhandled bugs but it was linked to libncurses.so.5 
(without 'w')

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to nano in Ubuntu.
https://bugs.launchpad.net/bugs/1539627

Title:
  Buffer underflow in nano 2.4.2-1ubuntu0.1  causes  SIGSEGV

Status in nano package in Ubuntu:
  Incomplete

Bug description:
  nusch@XPS13:~$ touch .the_test.swp
  nusch@XPS13:~$ nano  the_test
  core dumped
  LANG env is ="pl_PL.UTF" without it it doen't Segfault so error is connected 
with unicode handling.

  Compiling nano from source(apt-get source - so the same version)
  doesn't geneate nano binary which beheaves same way.

  The difference is in libncurses>w< library:
  nusch@XPS13:~$ ldd /bin/nano
   linux-vdso.so.1 =>  (0x7ffe5cb0)
   libncursesw.so.5 => /lib/x86_64-linux-gnu/libncursesw.so.5 
(0x7fdec11c5000) << with w
   libtinfo.so.5 => /lib/x86_64-linux-gnu/libtinfo.so.5 (0x7fdec0f9c000)
   libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7fdec0bd1000)
   libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x7fdec09cd000)
   /lib64/ld-linux-x86-64.so.2 (0x55cc1e5d6000)
  nusch@XPS13:~$ ldd /bin/nano_from_src
   linux-vdso.so.1 =>  (0x7ffd22d48000)
   libncurses.so.5 => /lib/x86_64-linux-gnu/libncurses.so.5 
(0x7f75dc891000) << without w
   libtinfo.so.5 => /lib/x86_64-linux-gnu/libtinfo.so.5 (0x7f75dc668000)
   libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7f75dc29d000)
   libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x7f75dc099000)
   /lib64/ld-linux-x86-64.so.2 (0x55f9b15ce000)

  Backtrace of segfault:
  Program received signal SIGSEGV, Segmentation fault.
  0x00404047 in ?? 
()
  (gdb) bt
  #0  0x00404047 in ?? ()
  #1  0x775d1a40 in __libc_start_main (main=0x403770, argc=2, 
argv=0x7fffe2a8, init=, fini=, 
rtld_fini=, stack_end=0x7fffe298) at libc-start.c:289
  #2  0x00404329 in ?? ()

  Disassembly of that part of code:
    40401d:   0f 84 3c 01 00 00   je 40415f 
<__sprintf_chk@plt+0x9ff>
    404023:   83 7c 24 10 00  cmpDWORD PTR [rsp+0x10],0x0
    404028:   75 0a   jne404034 
<__sprintf_chk@plt+0x8d4>
    40402a:   81 25 1c e8 22 00 ffandDWORD PTR 
[rip+0x22e81c],0xbfff# 632850 
    404031:   bf ff ff
    404034:   48 8b 05 dd e7 22 00movrax,QWORD PTR [rip+0x22e7dd]   
 # 632818 
    40403b:   48 8b 80 90 00 00 00movrax,QWORD PTR [rax+0x90]
    404042:   48 85 c0test   rax,rax
    404045:   74 0b   je 404052 
<__sprintf_chk@plt+0x8f2>
    404047:   83 78 38 00 cmpDWORD PTR [rax+0x38],0x0
    40404b:   7e 05   jle404052 
<__sprintf_chk@plt+0x8f2>
    40404d:   e8 3e fc 00 00  call   413c90 
<__sprintf_chk@plt+0x10530>
    404052:   48 8b 7c 24 20  movrdi,QWORD PTR [rsp+0x20]
    404057:   48 85 fftest   rdi,rdi
    40405a:   0f 8e b5 00 00 00   jle404115 
<__sprintf_chk@plt+0x9b5>
    404060:   48 8b 74 24 28  movrsi,QWORD PTR [rsp+0x28]

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: nano 2.4.2-1ubuntu0.1
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Jan 29 15:13:25 2016
  InstallationDate: Installed on 2015-05-08 (266 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  SourcePackage: nano
  UpgradeStatus: Upgraded to wily on 2015-11-15 (74 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1539627/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1539627] Re: Buffer underflow in nano 2.4.2-1ubuntu0.1 causes SIGSEGV

2016-02-25 Thread Benno Schulenberg
Waiting for the info requested in comment #2.

** Changed in: nano (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to nano in Ubuntu.
https://bugs.launchpad.net/bugs/1539627

Title:
  Buffer underflow in nano 2.4.2-1ubuntu0.1  causes  SIGSEGV

Status in nano package in Ubuntu:
  Incomplete

Bug description:
  nusch@XPS13:~$ touch .the_test.swp
  nusch@XPS13:~$ nano  the_test
  core dumped
  LANG env is ="pl_PL.UTF" without it it doen't Segfault so error is connected 
with unicode handling.

  Compiling nano from source(apt-get source - so the same version)
  doesn't geneate nano binary which beheaves same way.

  The difference is in libncurses>w< library:
  nusch@XPS13:~$ ldd /bin/nano
   linux-vdso.so.1 =>  (0x7ffe5cb0)
   libncursesw.so.5 => /lib/x86_64-linux-gnu/libncursesw.so.5 
(0x7fdec11c5000) << with w
   libtinfo.so.5 => /lib/x86_64-linux-gnu/libtinfo.so.5 (0x7fdec0f9c000)
   libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7fdec0bd1000)
   libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x7fdec09cd000)
   /lib64/ld-linux-x86-64.so.2 (0x55cc1e5d6000)
  nusch@XPS13:~$ ldd /bin/nano_from_src
   linux-vdso.so.1 =>  (0x7ffd22d48000)
   libncurses.so.5 => /lib/x86_64-linux-gnu/libncurses.so.5 
(0x7f75dc891000) << without w
   libtinfo.so.5 => /lib/x86_64-linux-gnu/libtinfo.so.5 (0x7f75dc668000)
   libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7f75dc29d000)
   libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x7f75dc099000)
   /lib64/ld-linux-x86-64.so.2 (0x55f9b15ce000)

  Backtrace of segfault:
  Program received signal SIGSEGV, Segmentation fault.
  0x00404047 in ?? 
()
  (gdb) bt
  #0  0x00404047 in ?? ()
  #1  0x775d1a40 in __libc_start_main (main=0x403770, argc=2, 
argv=0x7fffe2a8, init=, fini=, 
rtld_fini=, stack_end=0x7fffe298) at libc-start.c:289
  #2  0x00404329 in ?? ()

  Disassembly of that part of code:
    40401d:   0f 84 3c 01 00 00   je 40415f 
<__sprintf_chk@plt+0x9ff>
    404023:   83 7c 24 10 00  cmpDWORD PTR [rsp+0x10],0x0
    404028:   75 0a   jne404034 
<__sprintf_chk@plt+0x8d4>
    40402a:   81 25 1c e8 22 00 ffandDWORD PTR 
[rip+0x22e81c],0xbfff# 632850 
    404031:   bf ff ff
    404034:   48 8b 05 dd e7 22 00movrax,QWORD PTR [rip+0x22e7dd]   
 # 632818 
    40403b:   48 8b 80 90 00 00 00movrax,QWORD PTR [rax+0x90]
    404042:   48 85 c0test   rax,rax
    404045:   74 0b   je 404052 
<__sprintf_chk@plt+0x8f2>
    404047:   83 78 38 00 cmpDWORD PTR [rax+0x38],0x0
    40404b:   7e 05   jle404052 
<__sprintf_chk@plt+0x8f2>
    40404d:   e8 3e fc 00 00  call   413c90 
<__sprintf_chk@plt+0x10530>
    404052:   48 8b 7c 24 20  movrdi,QWORD PTR [rsp+0x20]
    404057:   48 85 fftest   rdi,rdi
    40405a:   0f 8e b5 00 00 00   jle404115 
<__sprintf_chk@plt+0x9b5>
    404060:   48 8b 74 24 28  movrsi,QWORD PTR [rsp+0x28]

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: nano 2.4.2-1ubuntu0.1
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Jan 29 15:13:25 2016
  InstallationDate: Installed on 2015-05-08 (266 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  SourcePackage: nano
  UpgradeStatus: Upgraded to wily on 2015-11-15 (74 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1539627/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1539627] Re: Buffer underflow in nano 2.4.2-1ubuntu0.1 causes SIGSEGV

2016-01-29 Thread Benno Schulenberg
When I follow your recipe (touch .the_test.swp; nano the_test), I don't
get a segfault but just  an error message on the status bar:

  [ Error reading lock file ./.the_test.swp: Not enough data read ]

Please try the command 'nano --ignore --locking the_test' instead (to
test only the locking mechanism and exclude any other settings).  And
please paste the output of the command 'locale' -- because pl_PL.UTF
does not look like the name of a locale to me.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to nano in Ubuntu.
https://bugs.launchpad.net/bugs/1539627

Title:
  Buffer underflow in nano 2.4.2-1ubuntu0.1  causes  SIGSEGV

Status in nano package in Ubuntu:
  New

Bug description:
  nusch@XPS13:~$ touch .the_test.swp
  nusch@XPS13:~$ nano  the_test
  core dumped
  LANG env is ="pl_PL.UTF" without it it doen't Segfault so error is connected 
with unicode handling.

  Compiling nano from source(apt-get source - so the same version)
  doesn't geneate nano binary which beheaves same way.

  The difference is in libncurses>w< library:
  nusch@XPS13:~$ ldd /bin/nano
   linux-vdso.so.1 =>  (0x7ffe5cb0)
   libncursesw.so.5 => /lib/x86_64-linux-gnu/libncursesw.so.5 
(0x7fdec11c5000) << with w
   libtinfo.so.5 => /lib/x86_64-linux-gnu/libtinfo.so.5 (0x7fdec0f9c000)
   libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7fdec0bd1000)
   libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x7fdec09cd000)
   /lib64/ld-linux-x86-64.so.2 (0x55cc1e5d6000)
  nusch@XPS13:~$ ldd /bin/nano_from_src
   linux-vdso.so.1 =>  (0x7ffd22d48000)
   libncurses.so.5 => /lib/x86_64-linux-gnu/libncurses.so.5 
(0x7f75dc891000) << without w
   libtinfo.so.5 => /lib/x86_64-linux-gnu/libtinfo.so.5 (0x7f75dc668000)
   libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7f75dc29d000)
   libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x7f75dc099000)
   /lib64/ld-linux-x86-64.so.2 (0x55f9b15ce000)

  Backtrace of segfault:
  Program received signal SIGSEGV, Segmentation fault.
  0x00404047 in ?? 
()
  (gdb) bt
  #0  0x00404047 in ?? ()
  #1  0x775d1a40 in __libc_start_main (main=0x403770, argc=2, 
argv=0x7fffe2a8, init=, fini=, 
rtld_fini=, stack_end=0x7fffe298) at libc-start.c:289
  #2  0x00404329 in ?? ()

  Disassembly of that part of code:
    40401d:   0f 84 3c 01 00 00   je 40415f 
<__sprintf_chk@plt+0x9ff>
    404023:   83 7c 24 10 00  cmpDWORD PTR [rsp+0x10],0x0
    404028:   75 0a   jne404034 
<__sprintf_chk@plt+0x8d4>
    40402a:   81 25 1c e8 22 00 ffandDWORD PTR 
[rip+0x22e81c],0xbfff# 632850 
    404031:   bf ff ff
    404034:   48 8b 05 dd e7 22 00movrax,QWORD PTR [rip+0x22e7dd]   
 # 632818 
    40403b:   48 8b 80 90 00 00 00movrax,QWORD PTR [rax+0x90]
    404042:   48 85 c0test   rax,rax
    404045:   74 0b   je 404052 
<__sprintf_chk@plt+0x8f2>
    404047:   83 78 38 00 cmpDWORD PTR [rax+0x38],0x0
    40404b:   7e 05   jle404052 
<__sprintf_chk@plt+0x8f2>
    40404d:   e8 3e fc 00 00  call   413c90 
<__sprintf_chk@plt+0x10530>
    404052:   48 8b 7c 24 20  movrdi,QWORD PTR [rsp+0x20]
    404057:   48 85 fftest   rdi,rdi
    40405a:   0f 8e b5 00 00 00   jle404115 
<__sprintf_chk@plt+0x9b5>
    404060:   48 8b 74 24 28  movrsi,QWORD PTR [rsp+0x28]

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: nano 2.4.2-1ubuntu0.1
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Jan 29 15:13:25 2016
  InstallationDate: Installed on 2015-05-08 (266 days ago)
  InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  SourcePackage: nano
  UpgradeStatus: Upgraded to wily on 2015-11-15 (74 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1539627/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp