bug with hardcoded value in sscanf

Bug #116567 reported by suchit
4
Affects Status Importance Assigned to Milestone
curl (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

Binary package hint: curl

nc = sscanf(HEADER1,
                          " HTTP/%d.%d %3d",
                          &httpversion_major,
                          &k->httpversion,
                          &k->httpcode);

Whyis there hard coded value spcae ' ' before HTTP.

It work with vc++ but it is not working with arm processor. In Nucleus, it is not able to neglect space before that string.
I think, that is due to different c lib used in window and nucleus.

Revision history for this message
Tom Mortimer-Jones (tom-morty) wrote :

Thanks for the bug report.

You have filed this bug against curl in Ubuntu. Please can you tell us how this problem is related to Ubuntu?

If you are having a problem with curl on Nucleus OS then the developers of curl may be able to help you. The curl website is http://curl.haxx.se/

Changed in curl:
status: Unconfirmed → Rejected
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.