Files
wmaker/src
Tobias StoeckmannandCarlos R. Mafra 33328d997e Avoid buffer overrun in parseMenuCommand.
In parseMenuCommand, title[300] might get filled with a string of length
300.  The string is copied with strcpy, therefore the size would have to be
301 or -- as I propose -- the fixed value 300 gets replaced with
"sizeof(title) - 1".  This shows also that the size 300 belongs to title
and it will already be replaced during compile-time into 299.
2012-05-07 20:45:13 -03:00
..
2012-05-07 20:41:18 -03:00
2012-04-15 23:15:20 -03:00
2012-05-04 18:41:01 -03:00
2012-05-04 18:39:21 -03:00
2010-09-11 17:32:57 +02:00
2012-05-04 18:41:01 -03:00
2012-02-19 10:05:31 +00:00
2012-05-04 18:41:01 -03:00
2010-09-11 17:32:57 +02:00
2012-04-16 09:33:39 -03:00
2012-05-04 18:41:01 -03:00
2012-04-16 09:33:39 -03:00
2012-04-04 12:12:12 +01:00
2012-04-15 23:15:20 -03:00
2012-01-18 12:04:57 +00:00
2012-05-04 18:41:01 -03:00
2012-04-15 23:15:20 -03:00
2012-03-05 16:34:34 +01:00
2010-03-27 10:31:13 +01:00
2012-05-04 18:41:01 -03:00
2012-04-04 19:44:40 +01:00
2012-04-04 19:44:40 +01:00
2012-05-07 20:42:34 -03:00
2012-05-04 18:41:01 -03:00
2012-05-04 18:41:01 -03:00
2012-04-04 19:44:40 +01:00
2012-04-04 19:44:40 +01:00
2012-04-15 23:15:20 -03:00
2012-05-04 18:41:01 -03:00
2012-05-07 20:36:58 -03:00
2012-02-10 12:39:24 +00:00
2012-05-04 18:41:01 -03:00
2012-04-26 11:11:32 -03:00
2012-05-04 18:41:01 -03:00
2012-05-04 18:39:21 -03:00
2012-04-15 23:15:20 -03:00
2012-04-04 19:44:40 +01:00
2012-04-04 19:44:40 +01:00
2011-03-24 16:19:52 +01:00
1998-09-29 22:36:29 +00:00