]> git.eshelyaron.com Git - emacs.git/commit
Fix NULL dereference in w32notify.c
authorStefan Kangas <stefankangas@gmail.com>
Sat, 13 Jan 2024 09:20:41 +0000 (10:20 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Sat, 13 Jan 2024 09:21:41 +0000 (10:21 +0100)
commit893829021bd50604b035c058814f280c7386aa46
tree435e0c8ce71f63b354f9ed8505b4af6dd77b60a8
parent1bfc7fd33d78ff29ee62f5a6b7d7769c1f8099c8
Fix NULL dereference in w32notify.c

* src/w32notify.c (start_watching): Return NULL instead of freed
pointer.
(add_watch): Fix NULL dereference.
src/w32notify.c