]> 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)
committerEshel Yaron <me@eshelyaron.com>
Sat, 13 Jan 2024 18:24:19 +0000 (19:24 +0100)
commit036593562771926fbabc2449c1d27d4d48346ac7
tree79be37699ae84c69039856ffd7292a45a183edee
parenta18338601e4a04e90337e1b4143e282a2454fe38
Fix NULL dereference in w32notify.c

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

(cherry picked from commit 893829021bd50604b035c058814f280c7386aa46)
src/w32notify.c