Custom Query (518 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (46 - 48 of 518)

Ticket Resolution Summary Owner Reporter
#524 fixed Make searchapath thread-safe John Small John Small
Description

searchapath (in srchpath.c) uses a static array and returns the address of that array to its callers.

Steven has a note (from 2007) in the code to this effect.

#523 fixed Stop considering missing "list", "create" or "extract" commands an error. John Small John Small
Description

Currently check_archiver (avv.c) considers it an error if an archiver is missing "list", "create" or "extract" commands.

While these are important functions for an archiver, they are not required for an archiver to still be of use.

#522 fixed High memory: Ensure no "highmem-unsafe" functions are called directly. John Small John Small
Description

Currently there are numerous direct calls to "highmem-unsafe" functions.

If we return to using high memory, we must 1) Make sure we know which functions are "highmem-unsafe". 2) Make sure each of these functions has a wrapper. 3) Replace any direct calls to these functions with calls to the corresponding wrapper function.

Note: See TracQuery for help on using queries.