Fojtik
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...
I420 format seems to have color deffect:  NV12 videoformat seems to fork correctly:  YUY2 format seems to be cut: 
Try to use[ CamView](https://ftsoft.com.cz/CamView/) and flip image formats  ``` > 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...