Changeset 1801005 in mainline for uspace/lib/inet/src/addr.c


Ignore:
Timestamp:
2024-05-18T15:03:15Z (8 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
443695e
Parents:
60744cb
Message:

Fix IPv6 address parsing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/inet/src/addr.c

    r60744cb r1801005  
    11/*
    2  * Copyright (c) 2021 Jiri Svoboda
     2 * Copyright (c) 2024 Jiri Svoboda
    33 * Copyright (c) 2013 Martin Decky
    44 * All rights reserved.
     
    379379                                wildcard_size = 16 - i;
    380380                                cur = gend + 2;
     381                                continue;
    381382                        }
    382383                }
     384
     385                cur = gend + 1;
    383386        }
    384387
Note: See TracChangeset for help on using the changeset viewer.