#285 closed defect (fixed)
NULL pointer dereference on systems without inotify
Reported by: | rainer | Owned by: | rainer |
---|---|---|---|
Priority: | major | Milestone: | 3.0.2 |
Component: | main | Version: | 3.0.0 |
Keywords: | Cc: |
Description
On systems without inotify support a dummy version of sh_inotify_add_watch_later() is used. This version doen't handle the case when the third argument is NULL.
Note:
See TracTickets
for help on using tickets.
Believed to be fixed by changeset [388].