Age | Commit message (Expand) | Author |
2004-07-25 | protect buffer | Michael Roitzsch |
2004-07-25 | strncpy will not necessarily terminate the string | Michael Roitzsch |
2004-07-25 | protect buffer; a long configured codec path could have overflown it | Michael Roitzsch |
2004-07-25 | the worst case we will write to this buffer is larger | Michael Roitzsch |
2004-07-25 | protect some buffers that could overflow | Michael Roitzsch |
2004-07-25 | * increase buffer size, "Cseq: %u" has a worst case of 17 | Michael Roitzsch |
2004-07-25 | protect some buffers to be on the safe side (some of them might be hard | Michael Roitzsch |
2004-07-25 | a buffer of size 1024 can only be filled with 1023 characters | Michael Roitzsch |
2004-07-25 | protect buffers | Michael Roitzsch |
2004-07-25 | do not fill up to the max when you intend to strcat() another character later | Michael Roitzsch |
2004-07-25 | remove some finished tasks and add some new ones for post 1.0 | Michael Roitzsch |
2004-07-24 | Don't use MAP_FIXED to place registers after video RAM. | Robin KAY |
2004-07-24 | When including AC_TRY_COMPILE in the ACTION-IF-NOT-FOUND section of another A... | Stephen Torri |
2004-07-23 | fix configfile def_value assertion. | Daniel Caujolle-Bert |
2004-07-23 | made io_helper.c compile under Solaris 2.6 (socklen_t undefine type) (close #... | Daniel Caujolle-Bert |
2004-07-22 | protect from overly long filenames | Michael Roitzsch |
2004-07-22 | 2 extra bytes is enough, one for the '/' and one for '\0' | Michael Roitzsch |
2004-07-22 | frontends could have crashed xine-lib by passing a too long filename | Michael Roitzsch |
2004-07-22 | since we potentially add a '\n', we cannot fill the string to the limit earlier | Michael Roitzsch |
2004-07-22 | long paths to the vidix drivers would have overrun the path buffer | Michael Roitzsch |
2004-07-22 | * font name stored in an unprotected buffer, configuring a long font name | Michael Roitzsch |
2004-07-22 | * do not use strcpy with overlapping strings, the behaviour is undefined | Michael Roitzsch |
2004-07-22 | a broken CD might contain an unterminated label, which would have overrun the | Michael Roitzsch |
2004-07-22 | do not use functions in array initialization, this is actually not allowed in C | Michael Roitzsch |
2004-07-22 | embarassing overflow in the hacker's guide example app | Michael Roitzsch |
2004-07-22 | remove some things which are done | Michael Roitzsch |
2004-07-21 | new goom2k4-dev18 includes almost all of my warning fixes | Michael Roitzsch |
2004-07-21 | 2 bugs fixed actually | Miguel Freitas |
2004-07-20 | Use lavc version of the mpeg rff flag. | Thibaut Mattern |
2004-07-20 | fix compiler warnings | Michael Roitzsch |
2004-07-20 | small DXR3 code cleanup: | Michael Roitzsch |
2004-07-20 | removing unused structure member | Michael Roitzsch |
2004-07-20 | some updating | Michael Roitzsch |
2004-07-20 | Add const to get_identifier return type since that's n fact what it | Rocky Bernstein |
2004-07-20 | More bounds-overflow precautions. Bound max length of a MRL and add | Rocky Bernstein |
2004-07-19 | *** empty log message *** | Miguel Freitas |
2004-07-19 | fix for brightness drift | Miguel Freitas |
2004-07-19 | *** empty log message *** | Miguel Freitas |
2004-07-19 | restore initial xv port attributes on exit | Miguel Freitas |
2004-07-19 | merging some VDR patches from Reinhard | Miguel Freitas |
2004-07-19 | we don't do any bounds checking when converting the SPU to a xine overlay, | Michael Roitzsch |
2004-07-18 | Pedantic change: that should be DEVICE_MAX_LEN, not MRL_MAX_LEN. | Rocky Bernstein |
2004-07-18 | Fix sample rate. | James Courtier-Dutton |
2004-07-18 | a sequence can be split. | Thibaut Mattern |
2004-07-18 | Add support for 44100Hz DTS in .wav files. | James Courtier-Dutton |
2004-07-18 | One more time. | Thibaut Mattern |
2004-07-18 | Argl, i always forget something. :< | Thibaut Mattern |
2004-07-18 | Should have Initialized all bytes. | Rocky Bernstein |
2004-07-18 | Buffer overflow fix reported by C0ntex via Drew 'dantealiegri' Ogle. | Rocky Bernstein |
2004-07-18 | better mpeg-es parser. | Thibaut Mattern |