Files
libguestfs/fish
Jim Meyering f20854ec61 fish: handle some out-of-memory conditions
* fish/destpaths.c (xalloc_oversized): Define.
(complete_dest_paths_generator): Use size_t as type for a few
variables, rather than int.
Don't deref NULL or undef on failed heap alloc.
Don't leak on failed realloc.
Detect theoretical overflow when count_strings returns a very
large number of strings.
Handle asprintf failure.
(APPEND_STRS_AND_FREE): Rewrite as do {...}while(0), so that each use
can/must be followed by a semicolon.  Better for auto-formatters.
2009-07-01 18:42:19 +02:00
..
2009-04-30 20:11:04 +01:00
2009-06-28 22:22:30 +01:00
2009-06-08 10:01:42 +01:00