Tobias Stoeckmann and Carlos 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-04 18:39:21 -03:00
2012-05-04 18:39:21 -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-04-05 12:26:25 +01:00
2012-05-07 20:45:13 -03:00
2010-10-08 18:13:56 +02:00
2012-05-04 18:41:01 -03:00
2010-10-08 18:13:56 +02:00
2012-05-04 18:39:21 -03:00
2010-10-08 18:13:56 +02:00
2010-10-08 18:13:56 +02:00
2010-10-08 18:13:56 +02:00
2010-09-11 17:32:57 +02:00
2012-05-04 18:41:01 -03:00
2012-04-16 09:33:39 -03:00
2012-05-04 18:41:01 -03:00
2012-02-19 10:05:31 +00:00
2012-05-07 20:40:14 -03:00
2010-10-08 18:13:56 +02:00
2012-05-04 18:41:01 -03:00
2012-05-04 18:41:01 -03:00
2010-09-11 17:32:57 +02:00
2012-05-04 18:41:01 -03:00
2012-02-27 14:19:49 +00:00
2012-04-16 09:33:39 -03:00
2009-08-20 00:59:40 +02:00
2004-10-12 21:28:27 +00:00
2010-10-08 18:13:56 +02: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
2010-10-08 18:13:56 +02:00
2012-04-15 23:15:20 -03:00
2010-10-08 18:13:56 +02:00
2010-10-08 18:13:56 +02:00
2010-10-08 18:13:56 +02:00
2012-03-05 16:34:34 +01:00
2012-04-30 14:50:17 -03:00
2010-03-26 21:08:17 +01:00
2010-03-27 10:31:13 +01:00
2010-10-07 12:04:30 +02:00
2012-05-04 18:41:01 -03:00
2010-10-08 18:13:56 +02: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
2010-10-08 18:13:56 +02:00
2010-10-08 18:13:56 +02:00
2012-05-07 20:42:34 -03:00
2012-04-30 14:36:43 -03:00
2012-05-04 18:41:01 -03:00
2012-02-12 20:04:13 +00: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
2010-10-08 18:13:56 +02:00
2010-10-08 18:13:56 +02:00
2012-04-15 23:15:20 -03:00
2012-02-23 11:58:57 +00:00
2010-10-08 18:13:56 +02:00
2010-10-08 18:13:56 +02:00
2012-05-04 18:41:01 -03:00
2010-10-08 18:13:56 +02:00
2012-05-04 18:41:01 -03:00
2010-10-08 18:13:56 +02:00
2012-05-07 20:36:58 -03:00
2010-10-08 18:13:56 +02:00
2012-02-10 12:39:24 +00:00
2012-05-04 18:41:01 -03:00
2010-10-08 18:13:56 +02:00
2012-04-26 11:11:32 -03:00
2011-02-17 19:29:15 +01:00
2012-05-04 18:41:01 -03:00
2012-05-04 18:39:21 -03:00
2012-02-27 14:19:49 +00:00
2012-04-04 12:14:46 +01:00
2012-04-15 23:15:20 -03:00
2010-10-08 18:13:56 +02:00
2012-03-08 23:31:32 +01:00
2010-10-08 18:13:56 +02:00
2012-04-15 23:15:20 -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
2010-10-08 18:13:56 +02:00
2010-10-08 18:13:56 +02:00
2011-03-24 16:19:52 +01:00
2010-10-08 18:13:56 +02:00
2009-08-20 00:59:40 +02:00
1998-09-29 22:36:29 +00:00