1
0
mirror of https://git.code.sf.net/p/fuse-emulator/libspectrum synced 2025-08-06 06:22:40 +03:00

9 Commits

Author SHA1 Message Date
Fredrick Meunier
c2d350e6e9 Specify config.h as a local header 2021-02-27 09:17:14 +11:00
Sergio Baldoví
5c8c5586bb Fix memory allocation in g_array_set_size()
Ensure allocated size by g_array_set_size() in GLib replacement is
(at least) the requested size.
2018-06-27 23:36:18 +02:00
Sergio Baldoví
326aa04f1c Avoid null pointer dereference in GArray from fake-glib 2016-11-15 00:07:08 +01:00
Fredrick Meunier
96fa83e8ca Retire legacy RCS tags 2016-10-24 11:04:17 +11:00
Philip Kendall
0710d813ce Add implementations of g_array_sized_new() and g_array_remove_index_fast().
(Thanks, Sergio).

Legacy-ID: 5655
2016-06-22 21:49:55 +00:00
Sergio Baldoví
08208c9879 Remove operations with uninitialised pointers in libspectrum_make_room, at
stopping RZX recordings or saving snapshots (part of patch #226).


Legacy-ID: 4539
2011-09-05 12:17:34 +00:00
Fredrick Meunier
8c3a45422f Add <string.h> to eliminate warnings.
Legacy-ID: 3705
2008-06-30 21:28:15 +00:00
Philip Kendall
def7fb22d6 Wrap the memory allocator so it either returns some actual memory or aborts.
Legacy-ID: 3698
2008-06-30 15:12:02 +00:00
Philip Kendall
c330f1a914 Add GArray replacement code.
Legacy-ID: 3653
2008-06-07 10:29:37 +00:00