desrod / pilot-link

pilot-link is a suite of tools used to connect your Palm or PalmOS® compatible handheld with Unix, Linux, and any other POSIX-compatible machine.
GNU General Public License v2.0
11 stars 7 forks source link

Crash in dlp_VFSDirEntryEnumerate() when directory is empty -> signal SIGCHLD #11

Open CoSoCo opened 2 years ago

CoSoCo commented 2 years ago
dlp_VFSFileOpen(sd, volRef, rmAlbumDir, vfsModeReadWrite, &dirRef);
dlp_VFSDirEntryEnumerate(sd, dirRef, &itr, &dirItems, dirInfos);

Causes crash when directory on Palm device is empty ... contains no files. With jpilot -d I only see caught signal SIGCHLD in the console.