[Desktop-packages] [Bug 1155975] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in __strlen_ia32()

2014-04-08 Thread Launchpad Bug Tracker
This bug was fixed in the package usb-modeswitch - 2.1.1+repack0-1ubuntu1 --- usb-modeswitch (2.1.1+repack0-1ubuntu1) trusty; urgency=medium * Merge with Debian unstable; remaining changes: (LP: #1280546) - patch to rewrite dispatcher to C. -

[Desktop-packages] [Bug 1155975] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in __strlen_ia32()

2014-02-20 Thread Pasha Orekhov
see also bug 927954: patch: --- usb_modeswitch_dispatcher.c.orig 2014-02-20 15:08:44.665397121 +0700 +++ usb_modeswitch_dispatcher.c 2014-02-20 17:04:27.269572144 +0700 @@ -838,7 +838,7 @@ { char* back = s + strlen(s); - while(isspace(*--back)); + while(back=s isspace(*--back));

[Desktop-packages] [Bug 1155975] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in __strlen_ia32()

2014-02-20 Thread Pasha Orekhov
Problem is in DNA. See bug 927954. next problem: dev_top[strlen(dev_top)] = '\0'; ** Patch added: usb_modeswitch_dispatcher.c.patch https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1155975/+attachment/3988004/+files/usb_modeswitch_dispatcher.c.patch -- You received this bug

[Desktop-packages] [Bug 1155975] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in __strlen_ia32()

2014-02-20 Thread Pasha Orekhov
** Attachment added: usb_modeswitch_dispatcher.c.patch2 https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1155975/+attachment/3988010/+files/usb_modeswitch_dispatcher.c.patch2 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed

[Desktop-packages] [Bug 1155975] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in __strlen_ia32()

2014-02-20 Thread Pasha Orekhov
patch2 fixes dev_top[strlen(dev_top)] = '\0'; -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to usb-modeswitch in Ubuntu. https://bugs.launchpad.net/bugs/1155975 Title: usb_modeswitch_dispatcher crashed with SIGSEGV in __strlen_ia32()

[Desktop-packages] [Bug 1155975] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in __strlen_ia32()

2014-02-20 Thread Ubuntu Foundations Team Bug Bot
The attachment usb_modeswitch_dispatcher.c.patch seems to be a patch. If it isn't, please remove the patch flag from the attachment, remove the patch tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user owned by

[Desktop-packages] [Bug 1155975] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in __strlen_ia32()

2014-02-20 Thread Pasha Orekhov
** Attachment added: fix teoretial vulnerability extend for case udev_args==/1-1 https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1155975/+attachment/3988533/+files/usb_modeswitch_dispatcher.c.patch3 -- You received this bug notification because you are a member of Desktop

[Desktop-packages] [Bug 1155975] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in __strlen_ia32()

2013-06-24 Thread Andrei Lisin
The dispatcher expects PATH environment variable and fails at strdup(getenv(PATH)); because usb_modeswitch script doesn't export PATH variable: PATH=/sbin:/usr/sbin:$PATH should be export PATH=/sbin:/usr/sbin:$PATH for the variable to appear in the environment -- You received this bug

[Desktop-packages] [Bug 1155975] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in __strlen_ia32()

2013-06-24 Thread Andrei Lisin
introduced with revision 25: http://bazaar.launchpad.net/~ubuntu- branches/ubuntu/quantal/usb-modeswitch/quantal/revision/25 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to usb-modeswitch in Ubuntu.

[Desktop-packages] [Bug 1155975] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in __strlen_ia32()

2013-04-26 Thread Huzaeni Rifai
i have same problem, on fresh install 13.04... can't connect with usb modem. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to usb-modeswitch in Ubuntu. https://bugs.launchpad.net/bugs/1155975 Title: usb_modeswitch_dispatcher crashed

[Desktop-packages] [Bug 1155975] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in __strlen_ia32()

2013-04-25 Thread Juraj
Just installed fresh 13.04 32bit release. The same error occured.. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to usb-modeswitch in Ubuntu. https://bugs.launchpad.net/bugs/1155975 Title: usb_modeswitch_dispatcher crashed with SIGSEGV

[Desktop-packages] [Bug 1155975] Re: usb_modeswitch_dispatcher crashed with SIGSEGV in __strlen_ia32()

2013-03-29 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: usb-modeswitch (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to usb-modeswitch in Ubuntu.