]> git.eshelyaron.com Git - emacs.git/commit
Fix unsafe usage of string data on Android
authorPo Lu <luangruo@yahoo.com>
Wed, 29 May 2024 09:11:11 +0000 (17:11 +0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 29 May 2024 10:12:44 +0000 (12:12 +0200)
commitf9642758ee45a14391dbff1bed6ded0316045da9
treecf2b347200fa2eb70f6f956d58220a0a97721aa9
parentb5e4e6a625cf5e76b98f7a4a30011ad658e1a446
Fix unsafe usage of string data on Android

* src/dired.c (open_directory): Reload name after calling
maybe_quit, which might invoke GC.

(cherry picked from commit b8d880e059252541be0017523fc1ffa2251bb542)
src/dired.c