]> git.eshelyaron.com Git - emacs.git/commit
* fns.c (string_make_multibyte, string_to_multibyte)
authorKim F. Storm <storm@cua.dk>
Mon, 21 Jun 2004 21:55:15 +0000 (21:55 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 21 Jun 2004 21:55:15 +0000 (21:55 +0000)
commit799c08aca56838055c03bd84a7c7065d44961e3d
tree4e5e5998f00b0ed8c87e16a44bc681572b49c349
parent7e2c051b993763cfae76e31b5887b81c303b4126
* fns.c (string_make_multibyte, string_to_multibyte)
(string_make_unibyte, Fmapconcat, Fmapcar): Use SAFE_ALLOCA.
(MAX_ALLOCA): Remove define.
(Fbase64_encode_region, Fbase64_encode_string)
(Fbase64_decode_region, Fbase64_decode_string): Use SAFE_ALLOCA.
(Fbase64_encode_region, Fbase64_encode_string): Fix potential
memory leak if encoding fails.
src/fns.c