pilot-link icon indicating copy to clipboard operation
pilot-link copied to clipboard

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

Open CoSoCo opened this issue 3 years ago • 1 comments

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.

CoSoCo avatar Sep 12 '22 22:09 CoSoCo

The crash is caused by issue #9 .

CoSoCo avatar Mar 15 '25 00:03 CoSoCo