bugTransport Sample Protocol - Bugs: bug #21763, tsp_request_generic...

 
 

bug #21763: tsp_request_generic request_async_sample_write <pgi> <value>

Submitter:  Stéphane ARQUER <arquers>
Submitted:  Sun 09 Dec 2007 10:22:00 PM UTC
   
 
Category:  None Severity:  3 - Normal
Status:  Ready For Test Privacy:  Public
Assigned to:  erk Open/Closed:  Open
Release:  * 0.8.3 Fixed Release:  * NextRelease
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 10 Dec 2007 08:07:01 AM UTC, comment #1: 

Two TSP command lines were suffering from the bug:

bb_tools
tsp_request_generic

The problem was due to the default behavior
of getopt(3). It shuffle the argv[] array
in order to find options out-of-order.
One may change this behavior by adding "+" at
the beginning of optstring (3rd getopt argument).

This is now fixed in CVS.

Note that one can set
export POSIXLY_CORRECT=1
in order to have the same behavior on a unmodified binary.
Full story in french here:
http://lists.nongnu.org/archive/html/tsp-devel/2007-12/msg00003.html

Eric NOULARD <erk>
Group administrator
Sun 09 Dec 2007 10:22:00 PM UTC, original submission:  

Le client tsp_request_generic n'accepte pas les valeurs négatives dans le cas :tsp_request_generic request_async_sample_write <pgi> <value>. Ces valeurs sont interprétées comme une option de la ligne de commande.

Stéphane ARQUER <arquers>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by erk (Posted a comment)
  • -email is unavailable- added by arquers (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2007-12-10 erk StatusNone Ready For Test
        Assigned toNone erk
        Fixed Release0.8.3 NextRelease

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code