•  
      request #41826 Set argv[0] when calling the Tuleap Functions
    Infos
    #41826
    Thomas Gerbet (tgerbet)
    2025-02-12 10:30
    2025-02-11 17:42
    43502
    Details
    Set argv[0] when calling the Tuleap Functions

    While playing with a Tuleap Function I encountered a crash because some of my transitive dependencies tried to parse the argument of my program and none were set. Given the issue occurred inside Go stdlib I'm guessing it is not the only place not expecting to have any argument.

    We should set argv[0] to make life easier for our users.

    Tuleap Functions
    Empty
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Thomas Gerbet (tgerbet)
    Closed
    2025-02-12
    Attachments
    Empty
    References

    Follow-ups

    User avatar
    Thomas Gerbet (tgerbet)2025-02-11 18:00

    • Summary
      -Set an arg when calling the Tuleap Functions 
      +Set argv[0] when calling the Tuleap Functions 
    • Status changed from Under implementation to Under review