summaryrefslogtreecommitdiffstats
path: root/Completion/User/_java
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2026-05-13 13:47:43 +0200
committerMikael Magnusson <mikachu@gmail.com>2026-05-16 18:28:32 +0200
commit17185544f8cf76fb5ed8215524bc03da246c5b4f (patch)
tree6e22416535ccb3f00245f21d0656d3619f08195d /Completion/User/_java
parent54565: watch: increase a quite tight bound on format length (diff)
downloadzsh-17185544f8cf76fb5ed8215524bc03da246c5b4f.tar
zsh-17185544f8cf76fb5ed8215524bc03da246c5b4f.tar.gz
zsh-17185544f8cf76fb5ed8215524bc03da246c5b4f.tar.bz2
zsh-17185544f8cf76fb5ed8215524bc03da246c5b4f.tar.lz
zsh-17185544f8cf76fb5ed8215524bc03da246c5b4f.tar.xz
zsh-17185544f8cf76fb5ed8215524bc03da246c5b4f.tar.zst
zsh-17185544f8cf76fb5ed8215524bc03da246c5b4f.zip
54566: zpty: fix some issues
checkptycmd would sign extend a 0xff byte to -1, causing the byte to be dropped, read into an unsigned char instead the "last despairing effort" code read directly into the int, which would probably not work on big endian. read into a temporary unsigned char instead the FIONREAD path used a totally undeclared variable "val", declare it, and also initialize pollret to -1 for this path the USE_CYGWIN_FIX path error message would always report -1 as the fd it was unable to duplicate, report the original fd instead initial read before the main loop in ptyread forgot to metafy the byte avoid calling malloc with 0 length as this may be misinterpreted as oom don't try to open sfd if opening mfd failed
Diffstat (limited to 'Completion/User/_java')
0 files changed, 0 insertions, 0 deletions