freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][freetype/freetype][master] Documentation, whitespace.


From: Werner Lemberg (@wl)
Subject: [Git][freetype/freetype][master] Documentation, whitespace.
Date: Mon, 07 Mar 2022 09:13:59 +0000

Werner Lemberg pushed to branch master at FreeType / FreeType

Commits:

2 changed files:

Changes:

  • docs/CHANGES
    ... ... @@ -12,6 +12,16 @@ CHANGES BETWEEN 2.11.1 and 2.12.0
    12 12
     
    
    13 13
         This work was Moazin Kathri's GSoC 2019 project.
    
    14 14
     
    
    15
    +  II. MISCELLANEOUS
    
    16
    +
    
    17
    +  - The internal 'zlib'  code has been updated to be  in sync with the
    
    18
    +    current 'zlib' version (1.2.11).
    
    19
    +
    
    20
    +  - Some  minor improvements  of the  building systems,  in particular
    
    21
    +    handling of the 'zlib' library (internal vs. external).
    
    22
    +
    
    23
    +  - Various other minor bug and documentation fixes.
    
    24
    +
    
    15 25
     
    
    16 26
     ======================================================================
    
    17 27
     
    

  • src/sfnt/ttcolr.c
    ... ... @@ -857,10 +857,10 @@
    857 857
     
    
    858 858
         p = colr->clip_list;
    
    859 859
     
    
    860
    -    /* limit points to the first byte after the end of the color table.        */
    
    861
    -    /* Thus, in subsequent limit checks below we need to check whether the     */
    
    862
    -    /* read pointer is strictly greater than a position offset                 */
    
    863
    -    /* by certain field sizes to the left of that position.                    */
    
    860
    +    /* Limit points to the first byte after the end of the color table.    */
    
    861
    +    /* Thus, in subsequent limit checks below we need to check whether the */
    
    862
    +    /* read pointer is strictly greater than a position offset by certain  */
    
    863
    +    /* field sizes to the left of that position.                           */
    
    864 864
         limit = (FT_Byte*)colr->table + colr->table_size;
    
    865 865
     
    
    866 866
         /* Check whether we can extract one `uint8` and one `uint32`. */
    


  • reply via email to

    [Prev in Thread] Current Thread [Next in Thread]