buglwIP - A Lightweight TCP/IP stack - Bugs: bug #57187, makefsdata deflate-level work only...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #57187: makefsdata deflate-level work only by default

Submitter:  Anton Chasnyk <chasnyk>
Submitted:  Thu 07 Nov 2019 08:30:25 PM UTC
   
 
Category:  apps Severity:  3 - Normal
Item Group:  Faulty Behaviour Status:  Fixed
Privacy:  Public Assigned to:  goldsimon
Open/Closed:  Closed Planned Release:  None
lwIP version:  git head

Mon 02 Dec 2019 08:14:16 PM UTC, comment #3: 

Fixed, thanks for reporting!

Simon Goldschmidt <goldsimon>
Group administrator
Fri 08 Nov 2019 08:58:12 AM UTC, comment #2: 


комментарий №1:

> I don't think I get it.
>
> If you want to send a proper patch, you may upload it using the "Attached Files" section below.

Anton Chasnyk <chasnyk>
Thu 07 Nov 2019 08:32:56 PM UTC, comment #1: 

I don't think I get it.

If you want to send a proper patch, you may upload it using the "Attached Files" section below.

Simon Goldschmidt <goldsimon>
Group administrator
Thu 07 Nov 2019 08:30:25 PM UTC, original submission:  

line 57
--int deflate_level = 10;
++int deflate_level = 0;
line 232
--} else if (!strcmp(argv[i], "-defl")) {
++} else if (strstr(argv[i], "-defl") == argv[i]) {
line 245
++ else deflate_level = 10;

Anton Chasnyk <chasnyk>

 

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

Attached Files
file #47821:  makefsdata.c added by chasnyk (41KiB - text/plain)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by goldsimon (Posted a comment)
  • -email is unavailable- added by chasnyk (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.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2019-12-02 goldsimon StatusNone Fixed
        Assigned toNone goldsimon
        Open/ClosedOpen Closed
    2019-11-08 chasnyk Attached File- Added makefsdata.c, #47821

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code