pali

Results 504 comments of pali

> How seriously can you expect them to take that after the feature has been “experimental” without changes in behaviour for 10 years? Because there were open bugs that it...

> > Input bind parameters of binary types ... > > $sth->bind_param( 1, $file); # corruption This parameter is not bound as binary type. > #$sth->bind_param(1, $file, SQL_BLOB); # no...

@Grinnz And that is still not enough! Even without `mysql_enable_utf8` DBD::mysql damage input strings. See this example with *old* DBD::mysql: ``` $ perl -MDBI -MData::Dumper -e '$Data::Dumper::Useqq = 1; my...

@petr-akhlamov Have you looked at it?

> The current variables using `off_t` are passed into `lseek` after being multiplied by sector size or block size. As such, the `lseek` parameter will overflow before those variables overflow....

@etlow Have you looked at it?

So remaining part of this issue is to print a warning when number of root entries or reserved sector changes.

This is not anonymous project for unnamed random people. If you do not wish to open a pull request then do not open a pull request.

Yes, that sounds like a nice feature. Patches for it are welcome. Meanwhile you can use `mcopy` binary from `mtools` project to add new files into the FAT filesystem image...