All of lore.kernel.org
 help / color / mirror / Atom feed
* [ALSA - lib 0000524]: [PATCH] aserver.c -- terminate long options list and thus prevent segmentation fault on invalid command line options
@ 2004-11-09 15:38 bugtrack
  0 siblings, 0 replies; 5+ messages in thread
From: bugtrack @ 2004-11-09 15:38 UTC (permalink / raw)
  To: alsa-devel


The following issue has been CLOSED
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=524> 
======================================================================
Reported By:                jdthood
Assigned To:                tiwai
======================================================================
Project:                    ALSA - lib
Issue ID:                   524
Category:                   general
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     closed
Resolution:                 fixed
Fixed in Version:           
======================================================================
Date Submitted:             09-22-2004 23:38 CEST
Last Modified:              11-09-2004 16:38 CET
======================================================================
Summary:                    [PATCH] aserver.c -- terminate long options list and
thus prevent segmentation fault on invalid command line options
Description: 
--- aserver/aserver.c.orig      2004-09-04 16:16:53.000000000 +0200
+++ aserver/aserver.c   2004-09-04 16:34:56.000000000 +0200
@@ -1006,7 +1006,8 @@
 int main(int argc, char **argv)
 {
        static struct option long_options[] = {
-               {"help", 0, 0, 'h'}
+               {"help", 0, 0, 'h'},
+                { 0 , 0 , 0, 0 }
        };
        int c;
        snd_config_t *conf;
======================================================================

----------------------------------------------------------------------
 jdthood - 09-24-04 21:23 
----------------------------------------------------------------------
Summary: Terminate long_options array

Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>

----------------------------------------------------------------------
 tiwai - 09-28-04 19:22 
----------------------------------------------------------------------
Applied to CVS.  Thanks.

Issue History
Date Modified  Username       Field                    Change              
======================================================================
09-22-04 23:38 jdthood        New Issue                                    
09-23-04 18:17 tiwai          Note Added: 0001828                          
09-24-04 21:23 jdthood        Note Added: 0001904                          
09-28-04 19:22 tiwai          Status                   new => resolved     
09-28-04 19:22 tiwai          Resolution               open => fixed       
09-28-04 19:22 tiwai          Assigned To               => tiwai           
09-28-04 19:22 tiwai          Note Added: 0001955                          
11-09-04 16:38 tiwai          Status                   resolved => closed  
======================================================================




-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ALSA - lib 0000524]: [PATCH] aserver.c -- terminate long options list and thus prevent segmentation fault on invalid command line options
@ 2004-09-28 17:22 bugtrack
  0 siblings, 0 replies; 5+ messages in thread
From: bugtrack @ 2004-09-28 17:22 UTC (permalink / raw)
  To: alsa-devel


The following bug has been RESOLVED.
======================================================================
https://bugtrack.alsa-project.org/alsa-bug/bug_view_page.php?bug_id=0000524
======================================================================
Reported By:                jdthood
Assigned To:                tiwai
======================================================================
Project:                    ALSA - lib
Bug ID:                     524
Category:                   general
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     resolved
Resolution:                 fixed
======================================================================
Date Submitted:             09-22-2004 23:38 CEST
Last Modified:              09-28-2004 19:22 CEST
======================================================================
Summary:                    [PATCH] aserver.c -- terminate long options list and thus prevent segmentation fault on invalid command line options
Description: 
--- aserver/aserver.c.orig      2004-09-04 16:16:53.000000000 +0200
+++ aserver/aserver.c   2004-09-04 16:34:56.000000000 +0200
@@ -1006,7 +1006,8 @@
 int main(int argc, char **argv)
 {
        static struct option long_options[] = {
-               {"help", 0, 0, 'h'}
+               {"help", 0, 0, 'h'},
+                { 0 , 0 , 0, 0 }
        };
        int c;
        snd_config_t *conf;
======================================================================

----------------------------------------------------------------------
 tiwai - 09-23-2004 18:17 CEST 
----------------------------------------------------------------------
Please provide a signed-off-by line...

----------------------------------------------------------------------
 jdthood - 09-24-2004 21:23 CEST 
----------------------------------------------------------------------
Summary: Terminate long_options array

Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>

----------------------------------------------------------------------
 tiwai - 09-28-2004 19:22 CEST 
----------------------------------------------------------------------
Applied to CVS.  Thanks.

Bug History
Date Modified  Username       Field                    Change              
======================================================================
09-22-04 23:38 jdthood        New Bug                                      
09-23-04 18:17 tiwai          Bugnote Added: 0001828                       
09-24-04 21:23 jdthood        Bugnote Added: 0001904                       
09-28-04 19:22 tiwai          Bugnote Added: 0001955                       
09-28-04 19:22 tiwai          Assigned To               => tiwai           
09-28-04 19:22 tiwai          Resolution               open => fixed       
09-28-04 19:22 tiwai          Status                   new => resolved     
======================================================================


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ALSA - lib 0000524]: [PATCH] aserver.c -- terminate long options list and thus prevent segmentation fault on invalid command line options
@ 2004-09-24 19:23 bugtrack
  0 siblings, 0 replies; 5+ messages in thread
From: bugtrack @ 2004-09-24 19:23 UTC (permalink / raw)
  To: alsa-devel


A BUGNOTE has been added to this bug.
======================================================================
https://bugtrack.alsa-project.org/alsa-bug/bug_view_page.php?bug_id=0000524
======================================================================
Reported By:                jdthood
Assigned To:                
======================================================================
Project:                    ALSA - lib
Bug ID:                     524
Category:                   general
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     new
======================================================================
Date Submitted:             09-22-2004 23:38 CEST
Last Modified:              09-24-2004 21:23 CEST
======================================================================
Summary:                    [PATCH] aserver.c -- terminate long options list and thus prevent segmentation fault on invalid command line options
Description: 
--- aserver/aserver.c.orig      2004-09-04 16:16:53.000000000 +0200
+++ aserver/aserver.c   2004-09-04 16:34:56.000000000 +0200
@@ -1006,7 +1006,8 @@
 int main(int argc, char **argv)
 {
        static struct option long_options[] = {
-               {"help", 0, 0, 'h'}
+               {"help", 0, 0, 'h'},
+                { 0 , 0 , 0, 0 }
        };
        int c;
        snd_config_t *conf;
======================================================================

----------------------------------------------------------------------
 tiwai - 09-23-2004 18:17 CEST 
----------------------------------------------------------------------
Please provide a signed-off-by line...

----------------------------------------------------------------------
 jdthood - 09-24-2004 21:23 CEST 
----------------------------------------------------------------------
Summary: Terminate long_options array

Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>

Bug History
Date Modified  Username       Field                    Change              
======================================================================
09-22-04 23:38 jdthood        New Bug                                      
09-23-04 18:17 tiwai          Bugnote Added: 0001828                       
09-24-04 21:23 jdthood        Bugnote Added: 0001904                       
======================================================================


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ALSA - lib 0000524]: [PATCH] aserver.c -- terminate long options list and thus prevent segmentation fault on invalid command line options
@ 2004-09-23 16:17 bugtrack
  0 siblings, 0 replies; 5+ messages in thread
From: bugtrack @ 2004-09-23 16:17 UTC (permalink / raw)
  To: alsa-devel


A BUGNOTE has been added to this bug.
======================================================================
https://bugtrack.alsa-project.org/alsa-bug/bug_view_page.php?bug_id=0000524
======================================================================
Reported By:                jdthood
Assigned To:                
======================================================================
Project:                    ALSA - lib
Bug ID:                     524
Category:                   general
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     new
======================================================================
Date Submitted:             09-22-2004 23:38 CEST
Last Modified:              09-23-2004 18:17 CEST
======================================================================
Summary:                    [PATCH] aserver.c -- terminate long options list and thus prevent segmentation fault on invalid command line options
Description: 
--- aserver/aserver.c.orig      2004-09-04 16:16:53.000000000 +0200
+++ aserver/aserver.c   2004-09-04 16:34:56.000000000 +0200
@@ -1006,7 +1006,8 @@
 int main(int argc, char **argv)
 {
        static struct option long_options[] = {
-               {"help", 0, 0, 'h'}
+               {"help", 0, 0, 'h'},
+                { 0 , 0 , 0, 0 }
        };
        int c;
        snd_config_t *conf;
======================================================================

----------------------------------------------------------------------
 tiwai - 09-23-2004 18:17 CEST 
----------------------------------------------------------------------
Please provide a signed-off-by line...

Bug History
Date Modified  Username       Field                    Change              
======================================================================
09-22-04 23:38 jdthood        New Bug                                      
09-23-04 18:17 tiwai          Bugnote Added: 0001828                       
======================================================================


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ALSA - lib 0000524]: [PATCH] aserver.c -- terminate long options list and thus prevent segmentation fault on invalid command line options
@ 2004-09-22 21:38 bugtrack
  0 siblings, 0 replies; 5+ messages in thread
From: bugtrack @ 2004-09-22 21:38 UTC (permalink / raw)
  To: alsa-devel


The following bug has been SUBMITTED.
======================================================================
https://bugtrack.alsa-project.org/alsa-bug/bug_view_page.php?bug_id=0000524
======================================================================
Reported By:                jdthood
Assigned To:                
======================================================================
Project:                    ALSA - lib
Bug ID:                     524
Category:                   general
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     new
======================================================================
Date Submitted:             09-22-2004 23:38 CEST
Last Modified:              09-22-2004 23:38 CEST
======================================================================
Summary:                    [PATCH] aserver.c -- terminate long options list and thus prevent segmentation fault on invalid command line options
Description: 
--- aserver/aserver.c.orig      2004-09-04 16:16:53.000000000 +0200
+++ aserver/aserver.c   2004-09-04 16:34:56.000000000 +0200
@@ -1006,7 +1006,8 @@
 int main(int argc, char **argv)
 {
        static struct option long_options[] = {
-               {"help", 0, 0, 'h'}
+               {"help", 0, 0, 'h'},
+                { 0 , 0 , 0, 0 }
        };
        int c;
        snd_config_t *conf;
======================================================================

Bug History
Date Modified  Username       Field                    Change              
======================================================================
09-22-04 23:38 jdthood        New Bug                                      
======================================================================


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-11-09 15:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-09 15:38 [ALSA - lib 0000524]: [PATCH] aserver.c -- terminate long options list and thus prevent segmentation fault on invalid command line options bugtrack
  -- strict thread matches above, loose matches on Subject: below --
2004-09-28 17:22 bugtrack
2004-09-24 19:23 bugtrack
2004-09-23 16:17 bugtrack
2004-09-22 21:38 bugtrack

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.