summaryrefslogtreecommitdiffstats
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* 54525: interrupt during redirect to fifo doesn't run precmdMikael Magnusson2 days1-1/+4
* 54569: zle: various issuesMikael Magnusson2 days14-70/+111
* 54568: zformat: fix some misparse and overrun issuesMikael Magnusson2 days1-4/+8
* 54567: zselect: don't pass fd>=FD_SETSIZE to FD_SETMikael Magnusson2 days1-0/+4
* 54566: zpty: fix some issuesMikael Magnusson2 days1-15/+31
* 54565: watch: increase a quite tight bound on format lengthMikael Magnusson2 days1-3/+4
* 54564: termcap, terminfo: reset u, fix metafy confusionMikael Magnusson2 days2-23/+49
* 54563: stat, system: minor fixesMikael Magnusson2 days2-4/+5
* 54562: random: Fix some bugs in the random moduleMikael Magnusson2 days2-21/+24
* 54561: regex: regfree on pattern where regcomp failed could be undefined beha...Mikael Magnusson2 days1-1/+1
* 54560: parameter: Fix some issues in the parameter moduleMikael Magnusson2 days1-17/+25
* 54559: nearcolor was missing the third grayscale entry in 88 color modeMikael Magnusson2 days1-6/+12
* 54558: ksh93: .sh.match handling with KSHARRAYS set was totally brokenMikael Magnusson2 days1-4/+6
* 54557: langinfo: fix some metafy confusionMikael Magnusson2 days1-9/+4
* 54556: langinfo.mdd check was always trueMikael Magnusson2 days1-1/+1
* 54555: fix in 52783 was incomplete, add same check in scangroup()Mikael Magnusson2 days1-0/+4
* 54554: curses: use setcchar in zccmd_bg if availableMikael Magnusson2 days1-2/+38
* 54553: curses: free subwindows before parents or they don't get freed at allMikael Magnusson2 days1-10/+25
* 54552: curses: fix a few issuesMikael Magnusson2 days1-34/+30
* 54551: clone: minor style issueMikael Magnusson2 days1-3/+3
* 54550: cap: fix leaksMikael Magnusson2 days1-10/+16
* 54549: attr: various minor issuesMikael Magnusson2 days2-4/+6
* 54546: Remove incorrect array access that was also never usedMikael Magnusson2 days1-1/+1
* 54545: A few very minor things coverity complained aboutMikael Magnusson2 days5-5/+8
* 54544: Coverity CID 439086 fix potential leak of prog in ptyread()Mikael Magnusson2 days1-0/+2
* 54543: Coverity CID 1692315 memcpy of uninitialized member winsizeMikael Magnusson2 days1-1/+1
* 54542: Coverity CID 1692320 fix leak of match1Mikael Magnusson2 days1-1/+3
* 54541: Coverity CID 1255748 check return value from stat()Mikael Magnusson2 days1-2/+1
* 54540: Coverity CID 1637388 avoid clobbering sigMikael Magnusson2 days1-2/+3
* 54539: Coverity CID 1692314 avoid overflowing version field in dump headerMikael Magnusson2 days1-1/+1
* 54538: Coverity CID 1637382 bsiz can overflow when reading a large heredocMikael Magnusson2 days1-2/+3
* 54537: Coverity CID 1372427 buffer overrun in zexecve()Mikael Magnusson2 days1-2/+3
* 54536: Coverity CID 1255827 Fix leak of prog in loadautofn()Mikael Magnusson2 days1-4/+7
* 54535: Coverity CID 1500747 0-initialize tiMikael Magnusson2 days1-0/+1
* 54548: zftp: fix some mistakesMikael Magnusson2 days1-11/+7
* 54527: don't start a vi change from emacs modeOliver Kiddle4 days1-1/+2
* 54495: Add ztcp -s to shutdown a tcp fdMikael Magnusson7 days2-5/+48
* 54494: Add zsocket -s to shutdown() a socket fdMikael Magnusson7 days1-1/+12
* 54493: socket: fix some issues with socket nameMikael Magnusson7 days1-1/+10
* 54492: is* classification functions take unsigned charMikael Magnusson7 days1-1/+1
* 54491: Don't read COLORVAR out of boundsMikael Magnusson7 days1-0/+2
* 54490: Fix buffer overflow and wrong behavior in url_encodeMikael Magnusson7 days1-1/+1
* 54481: Move variable into scope where it's usedMikael Magnusson7 days1-1/+1
* 54483: Make sure zleline is null-terminatedMikael Magnusson7 days5-1/+9
* 54480: Wrong memcmp variant used in getvirange()Mikael Magnusson7 days1-1/+1
* 54479: Fix use-after-free when handling TRAPEXITMikael Magnusson7 days1-0/+1
* 54506: fix checking of dash following the prefix in terminal extensionsOliver Kiddle8 days1-14/+17
* 54486: fix reading outside string issue reported by valgrindOliver Kiddle8 days1-4/+4
* 54374: Run ZERR trap on zsh errorsPhilippe Altherr9 days1-0/+3
* 54471: getopts: don't look for +o with posix_builtins, add -pdana12 days1-6/+11