Fojtik

Results 12 issues of Fojtik

Why do you think that only APPLE handles 64 bit variables? Proese use this fix: void ftplib::sprint_rest(char *buf, off64_t offset) { #if sizeof(offset)>4 sprintf(buf,"REST %lld",offset); #else sprintf(buf,"REST %ld",offset); #endif }...

When NULL is not checked, passing NULL pointer causes crash when attempting to dereference _nData->dir_. As far as _int FtpClose(ftphandle *nData);_ is not internal function, the argument passed cannot be...

I have found critical defect inside ftplib::FtpXfer function. The _rv_ variable is signalised to 0 when 'short write' occurs. But the signal is not used in the further code. It...

``` * * FtpPwd - get working directory at remote * * return 1 if successful, 0 otherwise */ int ftplib::Pwd(char *path, int max) { int l = max; char...

Original code: ``` ftphandle *ctrl = static_cast(calloc(1,sizeof(ftphandle))); if (ctrl == NULL) { perror("calloc"); net_close(sData); return -1; } if ((mode == 'A') && ((ctrl->buf = static_cast(malloc(FTPLIB_BUFSIZ))) == NULL)) { perror("calloc"); net_close(sData);...

The tiff images are demonstrating ICC profiles, not EXIF. I need TIFF with EXIF inside. ``` #define TIFFTAG_EXIFIFD 34665 /* Pointer to EXIF private directory */ /* tag 34750 is...

I would recommend to use autoconf and configure script. Configure script could check all command line optional options. Option "-fwritable-strings" is not supported from GCC4. Please note that I have...

### Printer model MK3S/+ ### MMU model No-MMU ### Firmware versions 3.14.1 ### Upgrades and modifications _No response_ ### Printing from... SD Card ### Describe the bug Every operation cauzes...

bug

I420 format seems to have color deffect: ![Image](https://github.com/user-attachments/assets/31f878d5-8a83-41f2-92e3-017052f6a640) NV12 videoformat seems to fork correctly: ![Image](https://github.com/user-attachments/assets/14e7c9c9-8c13-4f97-a94b-8c066f214698) YUY2 format seems to be cut: ![Image](https://github.com/user-attachments/assets/a9a9b7d7-6722-441b-a66b-40f9c471f5c3)

Try to use[ CamView](https://ftsoft.com.cz/CamView/) and flip image formats ![Image](https://github.com/user-attachments/assets/b0bd1345-b7ae-4596-8bab-f297069f217e) ``` > obs-virtualcam-module32.dll!_nv12_do_scale() + 0xc6 bytes obs-virtualcam-module32.dll!VCamFilter::Frame() + 0x32b bytes obs-virtualcam-module32.dll!VCamFilter::Thread() + 0x30f bytes obs-virtualcam-module32.dll!std::thread::_Invoke() + 0x2d bytes obs-virtualcam-module32.dll!thread_start() + 0x58...